HomeSort by relevance Sort by last modified time
    Searched defs:mTmpBounds (Results 1 - 11 of 11) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipAccessibilityInteractionConnection.java 50 private Rect mTmpBounds = new Rect();
99 mTmpBounds.offsetTo(newX, newY);
100 mMotionHelper.movePip(mTmpBounds);
PipTouchHandler.java 137 private final Rect mTmpBounds = new Rect();
643 mTmpBounds.set(mMotionHelper.getBounds());
644 mTmpBounds.offsetTo((int) left, (int) top);
645 mMotionHelper.movePip(mTmpBounds);
655 ? curPos.x <= mMovementBounds.left + mTmpBounds.width()
    [all...]
  /frameworks/support/wear/src/main/java/androidx/wear/widget/
RoundedDrawable.java 90 private final Rect mTmpBounds = new Rect();
191 mTmpBounds.right = bounds.width();
192 mTmpBounds.bottom = bounds.height();
222 mTmpBounds.inset(padding, padding);
223 mDrawable.setBounds(mTmpBounds);
225 mTmpBounds.inset(-padding, -padding);
  /frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
VectorDrawableCompat.java 242 private final Rect mTmpBounds = new Rect();
289 copyBounds(mTmpBounds);
290 if (mTmpBounds.width() <= 0 || mTmpBounds.height() <= 0) {
316 int scaledWidth = (int) (mTmpBounds.width() * canvasScaleX);
317 int scaledHeight = (int) (mTmpBounds.height() * canvasScaleY);
326 canvas.translate(mTmpBounds.left, mTmpBounds.top);
331 canvas.translate(mTmpBounds.width(), 0);
338 mTmpBounds.offsetTo(0, 0)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 251 Rect mTmpBounds = new Rect();
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 348 private final SparseArray<Rect> mTmpBounds = new SparseArray<>();
    [all...]
ActivityRecord.java 369 private final Rect mTmpBounds = new Rect();
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 342 private final Rect mTmpBounds = new Rect();
406 copyBounds(mTmpBounds);
407 if (mTmpBounds.width() <= 0 || mTmpBounds.height() <= 0) {
418 colorFilterNativeInstance, mTmpBounds, needMirroring(),
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 331 private final Rect mTmpBounds = new Rect();
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 189 milliseconds