Home
last modified time | relevance | path

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

123

/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd103 <li>{@link android.print.PrintDocumentAdapter#onLayout onLayout()} - Called each time a
110 {@link android.print.PrintDocumentAdapter#onLayout onLayout()} call.</li>
132 The implementation of the {@link android.print.PrintDocumentAdapter#onLayout onLayout()} method in
136 android.print.PrintDocumentAdapter#onLayout onLayout()} method for a {@link
141 public void onLayout(PrintAttributes oldAttributes,
174 <p>The execution of {@link android.print.PrintDocumentAdapter#onLayout onLayout()} method can
188 <p>The main work of {@link android.print.PrintDocumentAdapter#onLayout onLayout()} is
225 call to {@link android.print.PrintDocumentAdapter#onLayout onLayout()}. For this reason, it is
237 unnecessarily calling the {@link android.print.PrintDocumentAdapter#onLayout onLayout()} method,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DIconMerger.java57 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in IconMerger
58 super.onLayout(changed, l, t, r, b); in onLayout()
DNotificationPanelView.java85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NotificationPanelView
86 super.onLayout(changed, left, top, right, bottom); in onLayout()
DSettingsPanelView.java132 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SettingsPanelView
133 super.onLayout(changed, left, top, right, bottom); in onLayout()
DQuickSettingsContainerView.java104 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in QuickSettingsContainerView
DPanelView.java571 protected void onLayout (boolean changed, int left, int top, int right, int bottom) {
573 super.onLayout(changed, left, top, right, bottom);
/frameworks/volley/src/com/android/volley/toolbox/
DNetworkImageView.java179 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NetworkImageView
180 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/base/core/java/android/print/
DPrintDocumentAdapter.java186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintDocumentAdapter
DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintFileDocumentAdapter
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupAttributesTest.java34 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupAttributesTest.MyViewGroup
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in IconMenuItemView
239 super.onLayout(changed, left, top, right, bottom); in onLayout()
DActionMenuView.java388 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ActionMenuView
390 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardFaceUnlockView.java181 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in KeyguardFaceUnlockView
182 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContainer.java255 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ActionBarContainer
256 super.onLayout(changed, l, t, r, b); in onLayout()
DAdapterViewICS.java541 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AdapterViewICS
750 this.onLayout(false, getLeft(), getTop(), getRight(), getBottom()); in updateEmptyStatus()
DSpinnerICS.java295 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SpinnerICS
296 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelView.java253 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SearchPanelView
254 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java291 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ActionBarContainer
292 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageView.java169 protected void onLayout(boolean changed, int left, int top, int right, in onLayout() method in TiledImageView
171 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/support/v4/kitkat/android/support/v4/print/
DPrintHelperKitkat.java183 public void onLayout(PrintAttributes oldPrintAttributes, in printBitmap()
295 public void onLayout(final PrintAttributes oldPrintAttributes, in printBitmap()
/frameworks/base/core/java/android/widget/
DAbsoluteLayout.java107 protected void onLayout(boolean changed, int l, int t, in onLayout() method in AbsoluteLayout
DAdapterView.java532 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AdapterView
748 this.onLayout(false, mLeft, mTop, mRight, mBottom); in updateEmptyStatus()
DSwitch.java672 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in Switch
673 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/base/core/java/android/view/
DViewOverlay.java219 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewOverlay.OverlayViewGroup
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
DActionMenuView.java415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ActionMenuView
417 super.onLayout(changed, left, top, right, bottom); in onLayout()

123