Searched defs:onLayout (Results 51 - 75 of 101) sorted by relevance

12345

/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);
H A DLinearLayoutCompat.java1401 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayoutCompat
1415 * @see #onLayout(boolean, int, int, int, int)
1510 * @see #onLayout(boolean, int, int, int, int)
/frameworks/base/core/java/android/widget/
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 DAdapterViewAnimator.java763 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterViewAnimator
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 DHorizontalScrollView.java1467 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:HorizontalScrollView
H A DLinearLayout.java1464 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayout
1478 * @see #onLayout(boolean, int, int, int, int)
1572 * @see #onLayout(boolean, int, int, int, int)
H A DRelativeLayout.java1066 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RelativeLayout
H A DSlidingDrawer.java336 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingDrawer
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/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java469 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionBarOverlayLayout
H A DResolverDrawerLayout.java689 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ResolverDrawerLayout
H A DSlidingTab.java726 // onLayout(true, getLeft(), getTop(), getLeft() + getWidth(), getTop() + getHeight());
730 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingTab
/frameworks/base/media/java/android/media/tv/
H A DTvView.java574 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TvView
576 Log.d(TAG, "onLayout (left=" + left + ", top=" + top + ", right=" + right
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java662 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TaskStackView
/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);
/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);
H A DPanelView.java615 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { method in class:PanelView
616 super.onLayout(changed, left, top, right, bottom);
H A DStatusBarHeaderView.java184 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StatusBarHeaderView
185 super.onLayout(changed, l, t, r, b);
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java643 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StaggeredGridView
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java544 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:SwipeRefreshLayout
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java477 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ActionBarOverlayLayout
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);

Completed in 484 milliseconds

12345