/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | NumPadButton.java | 74 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 D | GlifListLayout.java | 75 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 D | SetupWizardListLayout.java | 87 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 D | RightAlignedHorizontalScrollView.java | 35 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 D | SetupWizardRecyclerLayout.java | 72 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 D | GlifRecyclerLayout.java | 76 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 D | AlarmRecyclerView.kt | 43 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 D | ProgressOverlay.java | 45 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 D | ConstraintFocusArea.java | 76 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 D | FocusArea.java | 75 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 D | FrameFocusArea.java | 76 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 D | WallpaperThumbnailView.java | 43 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 D | WorkPausedCard.java | 70 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 D | BottomScrollView.java | 77 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 D | StickyHeaderScrollView.java | 64 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 D | AutoScrollListView.java | 120 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 D | CompatUILayout.java | 57 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 D | MessagePageFrameLayout.java | 61 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 D | GuidanceRelativeLayout.java | 58 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 D | ClockLayout.java | 75 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 D | QsbWidgetHostView.java | 64 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 D | BaseLauncherAppWidgetHostView.java | 75 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 D | WidgetsSpaceViewHolderBinder.java | 92 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 D | ExtendedEditText.java | 89 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 D | TinyPlanetPreview.java | 103 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()
|