Searched refs:onLayout (Results 1 - 25 of 116) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java44 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:QSContainer
45 super.onLayout(changed, left, top, right, bottom);
H A DSignalTileView.java80 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SignalTileView
81 super.onLayout(changed, l, t, r, b);
/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java34 * Next, you will get one or more calls to {@link #onLayout(PrintAttributes,
40 * After every call to {@link #onLayout(PrintAttributes, PrintAttributes,
57 * The {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
73 * calls to this method without a previous call to {@link #onLayout(PrintAttributes,
96 * content, you can handle {@link #onStart()} and {@link #onLayout(PrintAttributes,
104 * {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
115 * #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
118 * @see #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, method in class:PrintDocumentAdapter
297 * PrintDocumentAdapter#onLayout(PrintAttribute
[all...]
H A DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, method in class:PrintFileDocumentAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java57 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:IconMerger
58 super.onLayout(changed, l, t, r, b);
H A DUserAvatarView.java128 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:UserAvatarView
129 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java71 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:BottomScrollView
72 super.onLayout(changed, l, t, r, b);
H A DStickyHeaderScrollView.java61 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StickyHeaderScrollView
62 super.onLayout(changed, l, t, r, b);
H A DStickyHeaderListView.java85 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StickyHeaderListView
86 super.onLayout(changed, l, t, r, b);
H A DIllustration.java150 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:Illustration
173 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSpeedBumpView.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SpeedBumpView
61 super.onLayout(changed, left, top, right, bottom);
H A DStackScrollerDecorView.java48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackScrollerDecorView
49 super.onLayout(changed, left, top, right, bottom);
H A DExpandableView.java113 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ExpandableView
114 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/percent/src/android/support/percent/
H A DPercentFrameLayout.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PercentFrameLayout
96 super.onLayout(changed, left, top, right, bottom);
H A DPercentRelativeLayout.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PercentRelativeLayout
96 super.onLayout(changed, left, top, right, bottom);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DNetworkImageView.java197 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NetworkImageView
198 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupAttributesTest.java34 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewGroupAttributesTest.MyViewGroup
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java91 protected void onLayout(boolean changed, int l, int t, int r, int b) {} method in class:ActionBarContainerTest.TestViewGroup
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DErrorCatcher.java83 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ErrorCatcher
90 Bridge.getLog().warning(LayoutLog.TAG_BROKEN, "Failed to do onLayout for view " +
H A DThemePreviewLayout.java171 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ThemePreviewLayout
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:IconMenuItemView
242 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewThumbnail.java105 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TaskViewThumbnail
106 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java110 protected void onLayout(boolean changed, int l, int t, method in class:AbsoluteLayout
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DNumPadKey.java135 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NumPadKey
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java126 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PrintOptionsLayout

Completed in 4082 milliseconds

12345