/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | StickyHeaderLayout.java | 206 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderLayout 207 super.onLayout(changed, l, t, r, b); in onLayout() 304 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in StickyHeaderLayout.EmptySpaceView 305 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
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()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmRecyclerView.kt | 43 override fun onLayout(changed: Boolean, left: Int, top: Int, right: Int, bottom: Int) { in onLayout() method 45 super.onLayout(changed, left, top, right, bottom) in onLayout()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
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()
|
D | ModeSelectorItem.java | 132 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ModeSelectorItem 133 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
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()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
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()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
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()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
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()
|
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()
|
/packages/apps/Launcher3/src/com/android/launcher3/qsb/ |
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()
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
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()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | WorkPausedCard.java | 87 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in WorkPausedCard 91 super.onLayout(changed, l, t, r, b); in onLayout()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | RenderOverlay.java | 126 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in RenderOverlay.RenderView 128 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/ |
D | ScrollableActionRow.kt | 46 override fun onLayout(changed: Boolean, l: Int, t: Int, r: Int, b: Int) { in <lambda>() method in com.android.intentresolver.widget.ScrollableActionRow 47 super.onLayout(changed, l, t, r, b) in <lambda>()
|
D | ScrollableImagePreviewView.kt | 58 override fun onLayout(changed: Boolean, l: Int, t: Int, r: Int, b: Int) { in <lambda>() method in com.android.intentresolver.widget.ScrollableImagePreviewView 59 super.onLayout(changed, l, t, r, b) in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/ |
D | TaskbarAllAppsSlideInView.java | 117 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TaskbarAllAppsSlideInView 118 super.onLayout(changed, l, t, r, b); in onLayout()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | RenderOverlay.java | 150 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in RenderOverlay.RenderView 152 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherRootView.java | 108 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in LauncherRootView 109 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | MultipageCellLayout.java | 118 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in MultipageCellLayout 119 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | Hotseat.java | 157 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in Hotseat 158 super.onLayout(changed, l, t, r, b); in onLayout()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | ButtonSwitcher.java | 68 protected void onLayout(final boolean changed, final int left, final int top, final int right, in onLayout() method in ButtonSwitcher 70 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageView.java | 125 protected void onLayout(boolean changed, int left, int top, int right, in onLayout() method in TiledImageView 127 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v31/ |
D | CompositeCircleViewLabeler.java | 92 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in CompositeCircleViewLabeler 93 super.onLayout(changed, l, t, r, b); in onLayout()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | ClearAllButton.java | 80 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ClearAllButton 81 super.onLayout(changed, left, top, right, bottom); in onLayout()
|