Home | History | Annotate | Download | only in grid

Lines Matching defs:bounds

48                 .bounds(new Rect(0, 0, 240, 480)).set(ANDROID_URI, ATTR_COLUMN_COUNT, "3");
68 .bounds(new Rect(0, 0, 240, 480)).set(ANDROID_URI, ATTR_COLUMN_COUNT, "3");
180 // Assign some bounds such that the model makes sense when merging spacer sizes
182 button1.bounds(new Rect(90, 10, 100, 40));
183 textView1.bounds(new Rect(200, 10, 100, 40));
184 wspace1.bounds(new Rect(0, 0, 90, 1));
185 wspace1.bounds(new Rect(190, 0, 10, 1));
186 hspace1.bounds(new Rect(0, 0, 1, 10));
317 // Assign some bounds such that the model makes sense when merging spacer sizes
319 button1.bounds(new Rect(0, 0, 100, 40));
320 button2.bounds(new Rect(100, 0, 100, 40));
321 button3.bounds(new Rect(50, 40, 100, 40));
322 hspacer.bounds(new Rect(0, 0, 50, 1));
553 // Delete button3. This causes an array out of bounds exception currently.
641 layout.bounds(new Rect(0, 109, 480, 800-109));
642 button1.bounds(new Rect(182, 83, 298-182, 155-83));
643 button2.bounds(new Rect(124, 155, 240-124, 227-155));
644 button3.bounds(new Rect(240, 155, 356-240, 227-155));
645 hspacer.bounds(new Rect(2, 0, 124-2, 2));
646 vspacer.bounds(new Rect(0, 0, 2, 155));
733 layout.bounds(new Rect(0, 109, 480, 800-109));
734 button1.bounds(new Rect(182, 83, 298-182, 155-83));
735 button2.bounds(new Rect(122, 155, 238-122, 227-155));
736 button3.bounds(new Rect(238, 155, 354-238, 227-155));
737 hspacer.bounds(new Rect(0, 0, 122, 2));
738 vspacer.bounds(new Rect(0, 0, 2, 155));
826 layout.bounds(new Rect(0, 109, 480, 800-109));
827 button1.bounds(new Rect(182, 83, 298-182, 155-83));
828 button2.bounds(new Rect(122, 155, 238-122, 227-155));
829 button3.bounds(new Rect(238, 155, 354-238, 227-155));
830 hspacer.bounds(new Rect(0, 0, 122, 2));
831 vspacer.bounds(new Rect(0, 0, 2, 155));