Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandedView.java49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in ExpandedView
50 super.onLayout(changed, left, top, right, bottom); in onLayout()
DTrackingView.java40 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in TrackingView
41 super.onLayout(changed, left, top, right, bottom); in onLayout()
DIconMerger.java57 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in IconMerger
58 super.onLayout(changed, l, t, r, b); in onLayout()
DStatusBarView.java74 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in StatusBarView
75 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/base/core/tests/coretests/src/android/view/
DViewGroupAttributesTest.java34 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupAttributesTest.MyViewGroup
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuItemView.java234 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in IconMenuItemView
235 super.onLayout(changed, left, top, right, bottom); in onLayout()
DIconMenuView.java493 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in IconMenuView
/frameworks/base/core/java/android/widget/
DSpinner.java112 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in Spinner
113 super.onLayout(changed, l, t, r, b); in onLayout()
DAbsoluteLayout.java107 protected void onLayout(boolean changed, int l, int t, in onLayout() method in AbsoluteLayout
DAdapterView.java515 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AdapterView
724 this.onLayout(false, mLeft, mTop, mRight, mBottom); in updateEmptyStatus()
DTableRow.java119 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableRow
DGallery.java331 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in Gallery
332 super.onLayout(changed, l, t, r, b); in onLayout()
DFrameLayout.java279 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in FrameLayout
DTableLayout.java438 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableLayout
DHorizontalScrollView.java1296 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in HorizontalScrollView
1297 super.onLayout(changed, l, t, r, b); in onLayout()
DScrollView.java1295 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ScrollView
1296 super.onLayout(changed, l, t, r, b); in onLayout()
DSlidingDrawer.java309 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SlidingDrawer
DLinearLayout.java1045 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in LinearLayout
DRelativeLayout.java902 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RelativeLayout
DAbsListView.java1249 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in AbsListView
1250 super.onLayout(changed, l, t, r, b); in onLayout()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java716 protected void onLayout(boolean changed, int l, int t, int r, int b) {
/frameworks/base/core/java/android/view/
DView.java7175 onLayout(changed, l, t, r, b); in layout()
7194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in View
DViewGroup.java2674 protected abstract void onLayout(boolean changed, in onLayout() method in ViewGroup
/frameworks/base/docs/html/guide/topics/views/
Dcustom-views.jd232 <td><code>{@link android.view.View#onLayout}</code></td>
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd241 <td><code>{@link android.view.View#onLayout}</code></td>