Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DDefaultBlueprint.kt202 aboveLockIconPlaceable.place( in <lambda>()
206 lockIconPlaceable.place( in <lambda>()
210 belowLockIconPlaceable.place( in <lambda>()
214 startShortcutPleaceable.place( in <lambda>()
218 endShortcutPleaceable.place( in <lambda>()
222 settingsMenuPlaceable.place( in <lambda>()
DShortcutsBesideUdfpsBlueprint.kt211 aboveLockIconPlaceable.place( in <lambda>()
219 lockIconPlaceable.place( in <lambda>()
230 belowLockIconPlaceable.place( in <lambda>()
234 settingsMenuPlaceable.place( in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/modifiers/
DSize.kt32 layout(width, height) { place(0, 0) } in <lambda>()
39 layout(width, height) { place(0, 0) } in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/
DAlertDialogContent.kt191 fun Placeable.place() { in AlertDialogButtons() method
196 positive?.place() in AlertDialogButtons()
197 negative?.place() in AlertDialogButtons()
198 neutral?.place() in AlertDialogButtons()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc37 "There is no space left to place stubs. Current stub group size: %0\n"
39 "There is no space left to place stubs. Current stub group size: %0\n"
/frameworks/base/packages/CredentialManager/shared/
DREADME.md1 This folder is to place the common code that will be shared between the phone project and the wear
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContent.kt94 communalGridPlaceable.place( in <lambda>()
98 lockIconPlaceable.place( in <lambda>()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp842 pReloc.target() = ((S + A) | T) - pReloc.place(); in rel32()
851 pReloc.target() = pReloc.symValue() + A - pReloc.place(); in base_prel()
893 Relocator::Address P = pReloc.place(); in got_prel()
907 Relocator::DWord P = pReloc.place(); in thm_jump8()
925 Relocator::DWord P = pReloc.place(); in thm_jump11()
951 Relocator::Address P = pReloc.place(); in thm_jump19()
1003 Relocator::Address P = pReloc.place(); in call()
1058 Relocator::Address P = pReloc.place(); in thm_call()
1141 Relocator::DWord P = pReloc.place(); in movw_prel_nc()
1185 Relocator::DWord P = pReloc.place(); in movt_prel()
[all …]
/frameworks/base/packages/CredentialManager/horologist/
DREADME.md1 This folder is to place the code from Horologist (go/horologist).
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java148 place(child, true);
296 place(v, true); in fillFreeList()
323 place(v, pt, false); in fillFreeList()
334 public void place(View v, boolean animate) { in place() method in DessertCaseView
335 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate); in place()
354 public synchronized void place(View v, Point pt, boolean animate) {
/frameworks/base/tests/TouchLatency/
Dbuild.gradle11 // NOTE: Do not place your application dependencies here; they belong
/frameworks/base/startop/apps/ColorChanging/
Dbuild.gradle10 // NOTE: Do not place your application dependencies here; they belong
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dbuild.gradle9 // NOTE: Do not place your application dependencies here; they belong
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp512 Relocator::DWord P = pReloc.place(); in rel()
561 Relocator::DWord P = pReloc.place(); in adr_prel_lo21()
580 Relocator::DWord P = pReloc.place(); in adr_prel_pg_hi21()
605 Relocator::Address P = pReloc.place(); in call()
634 Relocator::Address P = pReloc.place(); in condbr()
656 Relocator::Address P = pReloc.place(); in adr_got_page()
/frameworks/native/services/inputflinger/docs/
Dinput_coordinates.md56 When the device is rotated and the same place on the touchscreen is touched, the
75 than before, even though the user was interacting at the same place on the
/frameworks/native/libs/renderengine/skia/debug/
DREADME.md2 The debug property defines number of milliseconds for the recording to take place.
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h78 Address place() const;
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationHeadsUpHeight.kt75 return layout(placeable.width, placeable.height) { placeable.place(IntOffset.Zero) } in measure()
DNotificationStackContentHeight.kt81 return layout(placeable.width, placeable.height) { placeable.place(IntOffset.Zero) } in measure()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/ribbon/ui/composable/
DRibbon.kt88 placeable.place(leftPadding, 0) in <lambda>()
/frameworks/base/tests/LegacyRestoreTest/
DREADME14 to this bug in place. This archive should be successfully restorable on any
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()
/frameworks/opt/car/setupwizard/
Dbuild.gradle33 // NOTE: Do not place your application dependencies here; they belong
/frameworks/base/core/java/android/security/
Dflags.aconfig86 description: "Enabled significant place monitoring"
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp81 Relocation::Address Relocation::place() const { in place() function in mcld::Relocation

123