Searched refs:onLayout (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java62 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:IconMerger
63 super.onLayout(changed, l, t, r, b);
H A DNotificationPanelView.java73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NotificationPanelView
74 super.onLayout(changed, left, top, right, bottom);
H A DSettingsPanelView.java121 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SettingsPanelView
122 super.onLayout(changed, left, top, right, bottom);
H A DQuickSettingsContainerView.java104 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:QuickSettingsContainerView
H A DPanelView.java424 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { method in class:PanelView
425 if (DEBUG) LOG("onLayout: changed=%s, bottom=%d eh=%d fh=%d", changed?"T":"f", bottom, (int)mExpandedHeight, mFullHeight);
426 super.onLayout(changed, left, top, right, bottom);
H A DNavigationBarView.java391 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:NavigationBarView
392 super.onLayout(changed, l, t, r, b);
414 protected void onLayout (boolean changed, int left, int top, int right, int bottom) {
416 "onLayout: %s (%d,%d,%d,%d)",
418 super.onLayout(changed, left, top, right, bottom);
/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/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TabletStatusBarView
67 super.onLayout(changed, left, top, right, bottom);
/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.java389 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionMenuView
391 super.onLayout(changed, left, top, right, bottom);
H A DIconMenuView.java429 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:IconMenuView
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardFaceUnlockView.java124 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:KeyguardFaceUnlockView
125 super.onLayout(changed, l, t, r, b);
H A DKeyguardWidgetPager.java596 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:KeyguardWidgetPager
597 super.onLayout(changed, left, top, right, bottom);
/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 DAdapterView.java531 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterView
747 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DSpinner.java450 * @see android.view.View#onLayout(boolean,int,int,int,int)
456 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Spinner
457 super.onLayout(changed, l, t, r, b);
H A DSwitch.java672 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:Switch
673 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.java556 private void onLayout() { method in class:StackView
1094 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackView
1109 onLayout();
H A DFrameLayout.java387 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:FrameLayout
H A DTableLayout.java446 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TableLayout
/frameworks/base/core/java/com/android/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);
H A DSizeAdaptiveLayout.java238 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SizeAdaptiveLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java266 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SearchPanelView
267 super.onLayout(changed, l, t, r, b);
/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

Completed in 1775 milliseconds

123