/frameworks/base/core/java/android/widget/ |
AdapterView.java | 515 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 724 this.onLayout(false, mLeft, mTop, mRight, mBottom); [all...] |
FrameLayout.java | 274 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
TableRow.java | 119 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
TableLayout.java | 435 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
Gallery.java | 328 protected void onLayout(boolean changed, int l, int t, int r, int b) { 329 super.onLayout(changed, l, t, r, b); [all...] |
HorizontalScrollView.java | [all...] |
ScrollView.java | [all...] |
LinearLayout.java | [all...] |
RelativeLayout.java | [all...] |
SlidingDrawer.java | 309 protected void onLayout(boolean changed, int l, int t, int r, int b) { [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
CropImage.java | 565 protected void onLayout(boolean changed, int left, int top, 567 super.onLayout(changed, left, top, right, bottom);
|
GridViewSpecial.java | 77 // The mLeftEdgePadding fields is filled in onLayout(). See the comments 78 // in onLayout() for details. 121 // These are set in onLayout(). 126 // We can handle events only if onLayout() is completed. 192 public void onLayout(boolean changed, int left, int top, 194 super.onLayout(changed, left, top, right, bottom); [all...] |
/development/samples/Home/src/com/example/android/home/ |
ApplicationsStackLayout.java | 179 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/Camera/src/com/android/camera/ui/ |
IndicatorBar.java | 111 protected void onLayout(
|
GLListView.java | 232 protected void onLayout(
|
HeadUpDisplay.java | 173 protected void onLayout(
|
ZoomController.java | 114 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
GLRootView.java | 214 // "View" system will invoke onLayout() for initialization(bug ?), we 233 protected void onLayout(
|
GLView.java | 299 onLayout(true, left, top, right, bottom); 302 onLayout(false, left, top, right, bottom); 340 protected void onLayout(
|
/packages/apps/Phone/src/com/android/phone/ |
InCallMenuView.java | 364 protected void onLayout(boolean changed, int l, int t, int r, int b) { 365 if (DBG) log("onLayout(changed " + changed
|
/cts/tests/src/android/view/cts/ |
MockView.java | 340 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 341 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
CropImage.java | 680 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 681 super.onLayout(changed, left, top, right, bottom); [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuView.java | 493 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactListItemView.java | 188 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | 554 protected void onLayout(boolean changed, int l, int t, int r, int b) { [all...] |