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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandedView.java49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:ExpandedView
50 super.onLayout(changed, left, top, right, bottom);
H A DTrackingView.java40 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:TrackingView
41 super.onLayout(changed, left, top, right, bottom);
H A DIconMerger.java57 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:IconMerger
58 super.onLayout(changed, l, t, r, b);
H A DStatusBarView.java74 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:StatusBarView
75 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/android/widget/
H A DSpinner.java106 * @see android.view.View#onLayout(boolean,int,int,int,int)
112 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Spinner
113 super.onLayout(changed, l, t, r, b);
H A DAbsoluteLayout.java107 protected void onLayout(boolean changed, int l, int t, method in class:AbsoluteLayout
H A DAdapterView.java515 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:AdapterView
724 this.onLayout(false, mLeft, mTop, mRight, mBottom);
H A DTableRow.java119 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:TableRow
H A DFrameLayout.java279 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.java331 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:Gallery
332 super.onLayout(changed, l, t, r, b);
H A DHorizontalScrollView.java1296 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:HorizontalScrollView
1297 super.onLayout(changed, l, t, r, b);
H A DScrollView.java1295 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:ScrollView
1296 super.onLayout(changed, l, t, r, b);
H A DSlidingDrawer.java309 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingDrawer
H A DLinearLayout.java1045 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:LinearLayout
1059 * @see #onLayout(boolean, int, int, int, int)
1145 * @see #onLayout(boolean, int, int, int, int)
H A DRelativeLayout.java902 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:RelativeLayout
H A DAbsListView.java1249 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:AbsListView
1250 super.onLayout(changed, l, t, r, b);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java234 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:IconMenuItemView
235 super.onLayout(changed, left, top, right, bottom);
H A DIconMenuView.java493 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 DSlidingTab.java712 // onLayout(true, getLeft(), getTop(), getLeft() + getWidth(), getTop() + getHeight());
716 protected void onLayout(boolean changed, int l, int t, int r, int b) { method in class:SlidingTab
/frameworks/base/core/java/android/view/
H A DView.java178 * <td><code>{@link #onLayout}</code></td>
7160 * onLayout. In that method, they should
7175 onLayout(changed, l, t, r, b);
7194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { method in class:View
H A DViewGroup.java1928 * Adds a view during layout. This is useful if in your onLayout() method,
1943 * Adds a view during layout. This is useful if in your onLayout() method,
2141 * Removes a view during layout. This is useful if in your onLayout() method,
2151 * Removes a range of views during layout. This is useful if in your onLayout() method,
2674 protected abstract void onLayout(boolean changed, method in class:ViewGroup

Completed in 268 milliseconds