HomeSort by relevance Sort by last modified time
    Searched refs:onLayout (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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 57 protected void onLayout(boolean changed, int l, int t, int r, int b) {
58 super.onLayout(changed, l, t, r, b);
StatusBarView.java 74 protected void onLayout(boolean changed, int l, int t, int r, int b) {
75 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);
  /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);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 52 protected void onLayout(boolean changed, int l, int t, int r, int 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/Camera/src/com/android/camera/ui/
LinearLayout.java 40 protected void onLayout(boolean changed, int l, int t, int r, int b) {
GLView.java 299 onLayout(true, left, top, right, bottom);
302 onLayout(false, left, top, right, bottom);
340 protected void onLayout(
RotatePane.java 37 protected void onLayout(
  /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/Camera/src/com/android/camera/
PreviewFrameLayout.java 72 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /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);
  /cts/tests/src/android/view/cts/
GestureDetectorStubActivity.java 66 protected void onLayout(boolean changed, int l, int t, int r, int b) {
MockView.java 340 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
341 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) {
  /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) {
  /frameworks/base/core/java/android/widget/
Spinner.java 106 * @see android.view.View#onLayout(boolean,int,int,int,int)
112 protected void onLayout(boolean changed, int l, int t, int r, int b) {
113 super.onLayout(changed, l, t, r, b);
AbsoluteLayout.java 107 protected void onLayout(boolean changed, int l, int t,
  /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);
  /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) {
  /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/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);

Completed in 427 milliseconds

1 2 3