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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DExpandedView.java44 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ExpandedView
45 super.onLayout(changed, left, top, right, bottom);
H A DTrackingView.java39 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TrackingView
40 super.onLayout(changed, left, top, right, bottom);
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 DPhoneStatusBarView.java101 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PhoneStatusBarView
102 super.onLayout(changed, l, t, r, b);
/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/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.java360 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionMenuView
362 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/core/java/com/android/internal/widget/
H A DActionBarContainer.java193 public void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ActionBarContainer
194 super.onLayout(changed, l, t, r, b);
/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.java525 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterView
735 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DSpinner.java296 * @see android.view.View#onLayout(boolean,int,int,int,int)
302 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Spinner
303 super.onLayout(changed, l, t, r, b);
H A DSwitch.java523 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:Switch
524 super.onLayout(changed, left, top, right, bottom);
H A DTableRow.java119 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TableRow
H A DStackView.java553 private void onLayout() { method in class:StackView
1091 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:StackView
1106 onLayout();
H A DFrameLayout.java370 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:FrameLayout
H A DTableLayout.java438 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TableLayout
H A DGallery.java338 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Gallery
339 super.onLayout(changed, l, t, r, b);
H A DHorizontalScrollView.java1381 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:HorizontalScrollView
1382 super.onLayout(changed, l, t, r, b);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java178 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { method in class:RecentsHorizontalScrollView
179 super.onLayout(changed, left, top, right, bottom);
H A DRecentsVerticalScrollView.java193 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:RecentsVerticalScrollView
194 super.onLayout(changed, left, top, right, bottom);
H A DRecentsPanelView.java135 // If we set the default thumbnail now, we avoid an onLayout when we update
287 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RecentsPanelView
288 super.onLayout(changed, l, t, r, b);
468 // onLayout later when we become visible (because onLayout is always called
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java161 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:FragmentBreadCrumbs
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java225 // animation which is used by onLayout() to animate shrinking the gap that it left
336 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:NotificationRowLayout
340 if (DEBUG) Slog.d(TAG, "onLayout: height=" + height);
371 Slog.d(TAG, "onLayout: final y=" + y);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java284 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:PagerTitleStrip

Completed in 286 milliseconds

12