/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandedView.java | 49 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()
|
D | TrackingView.java | 40 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()
|
D | IconMerger.java | 57 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()
|
D | StatusBarView.java | 74 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/ |
D | ViewGroupAttributesTest.java | 34 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/ |
D | IconMenuItemView.java | 234 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()
|
D | IconMenuView.java | 493 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in IconMenuView
|
/frameworks/base/core/java/android/widget/ |
D | Spinner.java | 112 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()
|
D | AbsoluteLayout.java | 107 protected void onLayout(boolean changed, int l, int t, in onLayout() method in AbsoluteLayout
|
D | AdapterView.java | 515 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()
|
D | TableRow.java | 119 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableRow
|
D | Gallery.java | 331 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()
|
D | FrameLayout.java | 279 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in FrameLayout
|
D | TableLayout.java | 438 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableLayout
|
D | HorizontalScrollView.java | 1296 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()
|
D | ScrollView.java | 1295 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()
|
D | SlidingDrawer.java | 309 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in SlidingDrawer
|
D | LinearLayout.java | 1045 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in LinearLayout
|
D | RelativeLayout.java | 902 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RelativeLayout
|
D | AbsListView.java | 1249 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/ |
D | SlidingTab.java | 716 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/frameworks/base/core/java/android/view/ |
D | View.java | 7175 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
|
D | ViewGroup.java | 2674 protected abstract void onLayout(boolean changed, in onLayout() method in ViewGroup
|
/frameworks/base/docs/html/guide/topics/views/ |
D | custom-views.jd | 232 <td><code>{@link android.view.View#onLayout}</code></td>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 241 <td><code>{@link android.view.View#onLayout}</code></td>
|