/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSContainer.java | 44 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()
|
D | SignalTileView.java | 80 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/ |
D | custom-docs.jd | 103 <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/ |
D | IconMerger.java | 57 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()
|
D | UserAvatarView.java | 128 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/ |
D | StackScrollerDecorView.java | 49 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()
|
D | SpeedBumpView.java | 60 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()
|
D | ExpandableView.java | 97 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()
|
D | NotificationContentView.java | 81 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()
|
D | ExpandableNotificationRow.java | 350 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/ |
D | NetworkImageView.java | 196 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/ |
D | PrintDocumentAdapter.java | 186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintDocumentAdapter
|
D | PrintFileDocumentAdapter.java | 80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() method in PrintFileDocumentAdapter
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | IconMenuItemView.java | 241 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/ |
D | ViewGroupAttributesTest.java | 34 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/ |
D | TaskViewThumbnail.java | 105 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/ |
D | KeyguardFaceUnlockView.java | 179 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/ |
D | TiledImageView.java | 169 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/ |
D | ActionBarContainer.java | 280 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/ |
D | PrintHelperKitkat.java | 189 public void onLayout(PrintAttributes oldPrintAttributes, in printBitmap() 309 public void onLayout(final PrintAttributes oldPrintAttributes, in printBitmap()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarContainer.java | 303 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/ |
D | PrintOptionsLayout.java | 126 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/ |
D | ShadowOverlayContainer.java | 202 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ShadowOverlayContainer
|
D | ScaleFrameLayout.java | 62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ScaleFrameLayout
|
/frameworks/base/core/java/android/widget/ |
D | AbsoluteLayout.java | 110 protected void onLayout(boolean changed, int l, int t, in onLayout() method in AbsoluteLayout
|