Searched defs:onLayout (Results 1 - 25 of 101) sorted by relevance

12345

/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/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
/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 DPseudoGridView.java105 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PseudoGridView
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/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.java139 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NumPadKey
H A DKeyguardFaceUnlockView.java179 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:KeyguardFaceUnlockView
180 super.onLayout(changed, l, t, r, b);
/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.java49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackScrollerDecorView
50 super.onLayout(changed, left, top, right, bottom);
H A DNotificationContentView.java81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NotificationContentView
82 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DScaleFrameLayout.java62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ScaleFrameLayout
H A DShadowOverlayContainer.java202 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ShadowOverlayContainer
/frameworks/volley/src/com/android/volley/toolbox/
H A DNetworkImageView.java196 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NetworkImageView
197 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java194 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:FragmentBreadCrumbs
/frameworks/base/core/java/android/view/
H A DViewOverlay.java227 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewOverlay.OverlayViewGroup
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java303 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContainer
304 super.onLayout(changed, l, t, r, b);
H A DSizeAdaptiveLayout.java241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SizeAdaptiveLayout
H A DSubtitleView.java236 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SubtitleView
/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/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContainer.java280 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContainer
281 super.onLayout(changed, l, t, r, b);

Completed in 2869 milliseconds

12345