Searched defs:onLayout (Results 26 - 50 of 154) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationActionListLayout.java197 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NotificationActionListLayout
199 super.onLayout(changed, left, top, right, bottom);
H A DActionBarContextView.java382 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContextView
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/keyguard/
H A DNumPadKey.java142 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NumPadKey
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java105 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PseudoGridView
H A DQSContainerImpl.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:QSContainerImpl
96 super.onLayout(changed, left, top, right, bottom);
H A DSignalTileView.java82 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SignalTileView
83 super.onLayout(changed, l, t, r, b);
H A DTileLayout.java112 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TileLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcutKeysLayout.java107 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:KeyboardShortcutKeysLayout
H A DStackScrollerDecorView.java48 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackScrollerDecorView
49 super.onLayout(changed, left, top, right, bottom);
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DGlifRecyclerLayout.java77 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GlifRecyclerLayout
78 super.onLayout(changed, left, top, right, bottom);
79 mRecyclerMixin.onLayout();
H A DSetupWizardRecyclerLayout.java76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SetupWizardRecyclerLayout
77 super.onLayout(changed, left, top, right, bottom);
78 mRecyclerMixin.onLayout();
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/template/
H A DRecyclerMixin.java144 * should be called when {@link View#onLayout(boolean, int, int, int, int)} of the template
147 public void onLayout() { method in class:RecyclerMixin
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifListLayout.java82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:GlifListLayout
83 super.onLayout(changed, left, top, right, bottom);
84 mListMixin.onLayout();
H A DSetupWizardListLayout.java90 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SetupWizardListLayout
91 super.onLayout(changed, left, top, right, bottom);
92 mListMixin.onLayout();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DIllustration.java151 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:Illustration
174 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java189 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ForegroundLinearLayout
190 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/percent/src/android/support/percent/
H A DPercentFrameLayout.java166 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PercentFrameLayout
167 super.onLayout(changed, left, top, right, bottom);
H A DPercentRelativeLayout.java165 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PercentRelativeLayout
166 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DNonOverlappingLinearLayoutWithForeground.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NonOverlappingLinearLayoutWithForeground
109 super.onLayout(changed, left, top, right, bottom);
H A DScaleFrameLayout.java97 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ScaleFrameLayout
/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/widget/
H A DFrameLayout.java260 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:FrameLayout
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DMessagingLinearLayoutTest.java215 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:MessagingLinearLayoutTest.FakeImageFloatingTextView
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbView.java144 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AssistOrbView

Completed in 3112 milliseconds

1234567