Searched refs:onLayout (Results 26 - 50 of 103) sorted by relevance

12345

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java543 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterViewCompat
752 this.onLayout(false, getLeft(), getTop(), getRight(), getBottom());
H A DSpinnerCompat.java441 * @see android.view.View#onLayout(boolean, int, int, int, int)
446 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SpinnerCompat
447 super.onLayout(changed, l, t, r, b);
/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/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 DQSTileView.java259 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:QSTileView
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java425 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionMenuView
427 super.onLayout(changed, left, top, right, bottom);
H A DAdapterView.java541 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterView
757 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DVideoView.java841 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:VideoView
842 super.onLayout(changed, left, top, right, bottom);
H A DTableRow.java121 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TableRow
H A DStackView.java563 private void onLayout() { method in class:StackView
1101 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackView
1116 onLayout();
H A DTableLayout.java446 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TableLayout
H A DGallery.java353 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Gallery
354 super.onLayout(changed, l, t, r, b);
H A DSpinner.java518 * @see android.view.View#onLayout(boolean,int,int,int,int)
524 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Spinner
525 super.onLayout(changed, l, t, r, b);
H A DSwitch.java878 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:Switch
879 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java501 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActivatableNotificationView
502 super.onLayout(changed, left, top, right, bottom);
H A DKeyguardAffordanceView.java147 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:KeyguardAffordanceView
148 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java477 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NavigationBarView
478 super.onLayout(changed, l, t, r, b);
574 protected void onLayout (boolean changed, int left, int top, int right, int bottom) {
576 "onLayout: %s (%d,%d,%d,%d)",
578 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuView.java435 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionMenuView
437 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/android/app/
H A DActivityView.java107 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActivityView
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/com/android/internal/widget/
H A DSubtitleView.java236 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SubtitleView
H A DSizeAdaptiveLayout.java241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SizeAdaptiveLayout
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java429 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:IconMenuView
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java272 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:PrintContentView
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java454 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PagerTitleStrip

Completed in 372 milliseconds

12345