Home
last modified time | relevance | path

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

123456

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
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()
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()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
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()
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()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
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()
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()
DStickyHeaderListView.java89 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()
DIllustration.java150 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/
DFixedSizeFrameLayout.java58 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/
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()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/test/widgets/
DHookWidget.java108 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/
DMinimizedDockShadow.java82 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/
DNotificationUndoLayout.java106 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()
DStackScrollerDecorView.java64 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/
DGlobalActionsColumnLayout.java42 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/
DStickyHeaderRecyclerView.java61 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/
DNearestTouchFrame.java61 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/
DQSHeaderInfoLayout.kt53 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()
DSignalTileView.java92 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()
DQSContainerImpl.java134 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/
DScrimView.java94 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/
DPrintDocumentAdapter.java187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintDocumentAdapter
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DCustomLayout.java40 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/
DMediaNotificationView.java129 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/
DIconMenuItemView.java255 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()

123456