/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
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()
|
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()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/ |
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()
|
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()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
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()
|
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()
|
D | StickyHeaderListView.java | 89 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderListView 90 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | Illustration.java | 150 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in Illustration 180 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | FixedSizeFrameLayout.java | 58 protected final void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in FixedSizeFrameLayout 90 super.onLayout(changed, bounds.left, bounds.top, bounds.right, bounds.bottom); in layoutContents()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/ |
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()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/test/widgets/ |
D | HookWidget.java | 108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in HookWidget 110 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | MinimizedDockShadow.java | 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MinimizedDockShadow 83 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationUndoLayout.java | 106 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NotificationUndoLayout 136 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | StackScrollerDecorView.java | 64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in StackScrollerDecorView 65 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsColumnLayout.java | 42 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GlobalActionsColumnLayout 43 super.onLayout(changed, l, t, r, b); in onLayout()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
D | StickyHeaderRecyclerView.java | 61 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StickyHeaderRecyclerView 62 super.onLayout(changed, l, t, r, b); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NearestTouchFrame.java | 61 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 62 super.onLayout(changed, left, top, right, bottom);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSHeaderInfoLayout.kt | 53 override fun onLayout(changed: Boolean, l: Int, t: Int, r: Int, b: Int) { in onLayout() method 55 if (statusSeparator.visibility == View.GONE) super.onLayout(changed, l, t, r, b) in onLayout()
|
D | SignalTileView.java | 92 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SignalTileView 93 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | QSContainerImpl.java | 134 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in QSContainerImpl 135 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ScrimView.java | 94 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ScrimView 95 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentAdapter.java | 187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintDocumentAdapter
|
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
D | CustomLayout.java | 40 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in CustomLayout
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MediaNotificationView.java | 129 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MediaNotificationView 130 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuItemView.java | 255 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in IconMenuItemView 256 super.onLayout(changed, left, top, right, bottom); in onLayout()
|