Home
last modified time | relevance | path

Searched refs:onLayout (Results 1 – 25 of 275) sorted by relevance

1234567891011

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DNumPadButton.java74 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in NumPadButton
75 super.onLayout(changed, l, t, r, b); in onLayout()
77 if (mAnimator != null) mAnimator.onLayout(b - t); in onLayout()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifListLayout.java75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifListLayout
76 super.onLayout(changed, left, top, right, bottom); in onLayout()
77 listMixin.onLayout(); in onLayout()
H A DSetupWizardListLayout.java87 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SetupWizardListLayout
88 super.onLayout(changed, left, top, right, bottom); in onLayout()
89 listMixin.onLayout(); in onLayout()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRightAlignedHorizontalScrollView.java35 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RightAlignedHorizontalScrollView
36 super.onLayout(changed, l, t, r, b); in onLayout()
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DSetupWizardRecyclerLayout.java72 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SetupWizardRecyclerLayout
73 super.onLayout(changed, left, top, right, bottom); in onLayout()
74 mRecyclerMixin.onLayout(); in onLayout()
H A DGlifRecyclerLayout.java76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlifRecyclerLayout
77 super.onLayout(changed, left, top, right, bottom); in onLayout()
78 mRecyclerMixin.onLayout(); in onLayout()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmRecyclerView.kt43 override fun onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int) {
45 super.onLayout(changed, left, top, right, bottom)
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DProgressOverlay.java45 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ProgressOverlay
46 super.onLayout(changed, left, top, right, bottom); in onLayout()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/
H A DConstraintFocusArea.java76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ConstraintFocusArea
77 super.onLayout(changed, left, top, right, bottom); in onLayout()
78 mFocusAreaHelper.onLayout(); in onLayout()
H A DFocusArea.java75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in FocusArea
76 super.onLayout(changed, left, top, right, bottom); in onLayout()
77 mFocusAreaHelper.onLayout(); in onLayout()
H A DFrameFocusArea.java76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in FrameFocusArea
77 super.onLayout(changed, left, top, right, bottom); in onLayout()
78 mFocusAreaHelper.onLayout(); in onLayout()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DWallpaperThumbnailView.java43 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in WallpaperThumbnailView
44 super.onLayout(changed, left, top, right, bottom); in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DWorkPausedCard.java70 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in WorkPausedCard
74 super.onLayout(changed, l, t, r, b); in onLayout()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java77 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in BottomScrollView
78 super.onLayout(changed, l, t, r, b); in onLayout()
H A DStickyHeaderScrollView.java64 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderScrollView
65 super.onLayout(changed, l, t, r, b); in onLayout()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DAutoScrollListView.java120 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in AutoScrollListView
121 super.onLayout(changed, l, t, r, b); in onLayout()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUILayout.java57 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in CompatUILayout
58 super.onLayout(changed, left, top, right, bottom); in onLayout()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DMessagePageFrameLayout.java61 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in MessagePageFrameLayout
62 super.onLayout(changed, l, t, r, b); in onLayout()
H A DGuidanceRelativeLayout.java58 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GuidanceRelativeLayout
59 super.onLayout(changed, l, t, r, b); in onLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DClockLayout.java75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ClockLayout
76 super.onLayout(changed, left, top, right, bottom); in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbWidgetHostView.java64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in QsbWidgetHostView
66 super.onLayout(changed, left, top, right, bottom); in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseLauncherAppWidgetHostView.java75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BaseLauncherAppWidgetHostView
77 super.onLayout(changed, left, top, right, bottom); in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsSpaceViewHolderBinder.java92 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in WidgetsSpaceViewHolderBinder.EmptySpaceView
93 super.onLayout(changed, left, top, right, bottom); in onLayout()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DExtendedEditText.java89 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ExtendedEditText
90 super.onLayout(changed, left, top, right, bottom); in onLayout()
/aosp12/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetPreview.java103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in TinyPlanetPreview
104 super.onLayout(changed, left, top, right, bottom); in onLayout()

1234567891011