/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | NumPadButton.java | 73 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in NumPadButton 74 super.onLayout(changed, l, t, r, b); in onLayout() 76 if (mAnimator != null) mAnimator.onLayout(b - t); in onLayout()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
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()
|
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()
|
/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/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/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | SidefpsView.java | 90 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SidefpsView 91 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/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
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/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/ |
D | BannerMessageView.java | 56 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in BannerMessageView 57 super.onLayout(changed, l, t, r, b); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsFlatLayout.java | 83 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlobalActionsFlatLayout 84 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | GlobalActionsLayoutLite.java | 90 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in GlobalActionsLayoutLite 91 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
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/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | BlurActivity.java | 74 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BlurActivity.BlurGradientView 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BlurActivity.BlurView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessSliderView.java | 174 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BrightnessSliderView 175 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | StackScrollerDecorView.java | 77 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in StackScrollerDecorView 78 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | HeadsUpStatusBarView.java | 137 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in HeadsUpStatusBarView 138 super.onLayout(changed, l, t, r, b); 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
|