/frameworks/base/services/java/com/android/server/status/ |
ExpandedView.java | 49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 50 super.onLayout(changed, left, top, right, bottom);
|
TrackingView.java | 40 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 41 super.onLayout(changed, left, top, right, bottom);
|
IconMerger.java | 35 protected void onLayout(boolean changed, int l, int t, int r, int b) { 36 super.onLayout(changed, l, t, r, b);
|
StatusBarView.java | 101 protected void onLayout(boolean changed, int l, int t, int r, int b) { 102 super.onLayout(changed, l, t, r, b);
|
/cts/tests/src/android/widget/cts/ |
MyGallery.java | 111 protected void onLayout(boolean changed, int l, int t, int r, int b) { 112 super.onLayout(changed, l, t, r, b);
|
/frameworks/base/core/tests/coretests/src/android/view/ |
ViewGroupAttributesTest.java | 34 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/Contacts/src/com/android/contacts/ |
PinnedHeaderListView.java | 122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 123 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
LinearLayout.java | 40 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
PopupWindow.java | 92 protected void onLayout(
|
RotatePane.java | 37 protected void onLayout(
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TableRowTest.java | 245 notes = "Test onLayout(boolean changed, int l, int t, int r, int b)", 246 method = "onLayout", 254 mockTableRow.onLayout(false, 0, 0, 200, 300); 336 protected void onLayout(boolean changed, int l, int t, int r, int b) { 337 super.onLayout(changed, l, t, r, b);
|
RelativeLayoutTest.java | 390 method = "onLayout", 394 // onLayout() is implementation details, do NOT test 427 protected void onLayout(boolean changed, int l, int t, int r, int b) { 428 super.onLayout(changed, l, t, r, b);
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuItemView.java | 234 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 235 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorDisplay.java | 64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 65 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SearchActivity.java | 102 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 175 super.onLayout(changed, left, top, right, bottom);
|
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
FixedGridLayout.java | 86 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 107 protected void onLayout(boolean changed, int l, int t,
|
Spinner.java | 103 * @see android.view.View#onLayout(boolean,int,int,int,int) 109 protected void onLayout(boolean changed, int l, int t, int r, int b) { 110 super.onLayout(changed, l, t, r, b);
|
/packages/apps/Camera/src/com/android/camera/ |
PreviewFrameLayout.java | 72 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/Gallery/src/com/android/camera/ |
EvenlySpacedLayout.java | 124 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
ImageViewTouchBase.java | 77 protected void onLayout(boolean changed, int left, int top, 79 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Phone/src/com/android/phone/ |
ButtonGridLayout.java | 42 * size. Then onLayout is invoked to layout the buttons. 141 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
ImageViewTouchBase.java | 77 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 78 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/IM/src/com/android/im/app/ |
ContactListView.java | 504 protected void onLayout(boolean changed, int l, int t, int r, int b) { 506 super.onLayout(changed, l, t, r, b);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PictureLayout.java | 147 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|