HomeSort by relevance Sort by last modified time
    Searched refs:mInRect (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
GravityTest.java 30 private Rect mInRect;
36 mInRect = new Rect(1, 2, 3, 4);
46 Gravity.apply(gravity, w, h, mInRect, mOutRect, layoutDirection);
50 mInRect = new Rect(10, 20, 30, 40);
51 Gravity.apply(Gravity.TOP, 2, 3, mInRect, mOutRect);
56 Gravity.apply(Gravity.TOP, 2, 3, mInRect, 5, 5, mOutRect);
61 applyGravity(Gravity.TOP, 2, 3, mInRect, mOutRect, false /* LTR direction */);
66 applyGravity(Gravity.TOP, 2, 3, mInRect, mOutRect, true /* RTL direction */);
72 Gravity.apply(Gravity.BOTTOM, 2, 3, mInRect, mOutRect);
77 Gravity.apply(Gravity.BOTTOM, 2, 3, mInRect, 5, 5, mOutRect)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 41 private Rect mInRect = new Rect();
308 mInRect.set(offset + leftMargin, params.topMargin,
312 mInRect, mOutRect);

Completed in 179 milliseconds