Searched refs:onLayout (Results 76 - 100 of 194) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java212 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PageIndicator
H A DPseudoGridView.java105 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PseudoGridView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java80 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:QSIconViewImpl
/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 DKeyguardAffordanceView.java154 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:KeyguardAffordanceView
155 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DScaleFrameLayout.java98 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ScaleFrameLayout
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
H A DBaseLayout.java172 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:BaseLayout
/frameworks/support/transition/src/main/java/androidx/transition/
H A DViewOverlayApi14.java268 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ViewOverlayApi14.OverlayViewGroup
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java246 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AppWidgetHostView
248 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java434 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionMenuView
436 super.onLayout(changed, left, top, right, bottom);
H A DAdapterView.java557 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterView
782 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DVideoView.java896 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:VideoView
897 super.onLayout(changed, left, top, right, bottom);
H A DTableRow.java120 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TableRow
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingGroup.java455 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:MessagingGroup
456 super.onLayout(changed, left, top, right, bottom);
H A DMessagingLayout.java519 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:MessagingLayout
520 super.onLayout(changed, left, top, right, bottom);
H A DAlertDialogLayout.java272 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AlertDialogLayout
H A DDecorCaptionView.java296 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:DecorCaptionView
H A DSubtitleView.java236 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SubtitleView
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridActivity.java397 protected void onLayout(boolean change, int left, int top, int right,
399 super.onLayout(change, left, top, right, bottom);
/frameworks/support/print/src/main/java/androidx/print/
H A DPrintHelper.java289 public void onLayout(PrintAttributes oldPrintAttributes, method in class:PrintHelper.PrintBitmapAdapter
391 public void onLayout(final PrintAttributes oldPrintAttributes, method in class:PrintHelper.PrintUriAdapter
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionMenuView.java438 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionMenuView
440 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DCircledImageView.java364 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:CircledImageView
402 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/app/
H A DActivityView.java249 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActivityView
H A DFragmentBreadCrumbs.java197 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:FragmentBreadCrumbs
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java203 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,

Completed in 1937 milliseconds

12345678