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

123

/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/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,
61 * content, you can handle {@link #onStart()} and {@link #onLayout(PrintAttributes,
69 * {@link #onLayout(PrintAttributes, PrintAttributes, CancellationSignal,
121 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, method in class:PrintDocumentAdapter
206 * PrintDocumentAdapter#onLayout(PrintAttributes, PrintAttributes,
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 DQuickSettingsContainerView.java104 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:QuickSettingsContainerView
H A DNotificationPanelView.java85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NotificationPanelView
86 super.onLayout(changed, left, top, right, bottom);
H A DSettingsPanelView.java132 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SettingsPanelView
133 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/view/
H A DViewOverlay.java219 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewOverlay.OverlayViewGroup
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java107 protected void onLayout(boolean changed, int l, int t, method in class:AbsoluteLayout
H A DFrameLayout.java387 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:FrameLayout
H A DTableRow.java121 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TableRow
/frameworks/volley/src/com/android/volley/toolbox/
H A DNetworkImageView.java179 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NetworkImageView
180 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java175 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:FragmentBreadCrumbs
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:IconMenuItemView
239 super.onLayout(changed, left, top, right, bottom);
H A DActionMenuView.java388 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionMenuView
390 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java291 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContainer
292 super.onLayout(changed, l, t, r, b);
H A DActionBarOverlayLayout.java349 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionBarOverlayLayout
H A DSizeAdaptiveLayout.java236 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SizeAdaptiveLayout
H A DSubtitleView.java229 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SubtitleView
H A DActionBarContextView.java456 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContextView
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardFaceUnlockView.java181 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:KeyguardFaceUnlockView
182 super.onLayout(changed, l, t, r, b);
H A DMultiPaneChallengeLayout.java332 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:MultiPaneChallengeLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java253 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SearchPanelView
254 super.onLayout(changed, l, t, r, b);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContainer.java255 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContainer
256 super.onLayout(changed, l, t, r, b);
H A DActionBarContextView.java377 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContextView

Completed in 484 milliseconds

123