Home
last modified time | relevance | path

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

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSContainer.java44 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in QSContainer
45 super.onLayout(changed, left, top, right, bottom); in onLayout()
DSignalTileView.java80 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SignalTileView
81 super.onLayout(changed, l, t, r, b); in onLayout()
/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()
DUserAvatarView.java128 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in UserAvatarView
129 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStackScrollerDecorView.java49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in StackScrollerDecorView
50 super.onLayout(changed, left, top, right, bottom); in onLayout()
DSpeedBumpView.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in SpeedBumpView
61 super.onLayout(changed, left, top, right, bottom); in onLayout()
DExpandableView.java97 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ExpandableView
98 super.onLayout(changed, left, top, right, bottom); in onLayout()
DNotificationContentView.java81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NotificationContentView
82 super.onLayout(changed, left, top, right, bottom); in onLayout()
DExpandableNotificationRow.java350 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ExpandableNotificationRow
351 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/volley/src/com/android/volley/toolbox/
DNetworkImageView.java196 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in NetworkImageView
197 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/java/com/android/internal/view/menu/
DIconMenuItemView.java241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in IconMenuItemView
242 super.onLayout(changed, left, top, right, bottom); in onLayout()
/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/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewThumbnail.java105 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in TaskViewThumbnail
106 super.onLayout(changed, left, top, right, bottom); in onLayout()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardFaceUnlockView.java179 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in KeyguardFaceUnlockView
180 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/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarContainer.java280 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ActionBarContainer
281 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/support/v4/kitkat/android/support/v4/print/
DPrintHelperKitkat.java189 public void onLayout(PrintAttributes oldPrintAttributes, in printBitmap()
309 public void onLayout(final PrintAttributes oldPrintAttributes, in printBitmap()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContainer.java303 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ActionBarContainer
304 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java126 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in PrintOptionsLayout
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DShadowOverlayContainer.java202 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ShadowOverlayContainer
DScaleFrameLayout.java62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ScaleFrameLayout
/frameworks/base/core/java/android/widget/
DAbsoluteLayout.java110 protected void onLayout(boolean changed, int l, int t, in onLayout() method in AbsoluteLayout

12345