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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
FlingAnimation.java 23 protected final Rect mIconRect;
40 mIconRect = iconRect;
63 * {@link #mIconRect} in the given time.
79 float sX = -mFrom.exactCenterX() + mIconRect.exactCenterX();
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 68 private final Rect mIconRect = new Rect();
198 mIconRect.set(mWidth / 2 - mIconSize / 2, mHeight / 2 - mIconSize / 2,
200 mIconDrawable.setBounds(mIconRect);
276 mIconDrawable.setBounds(mIconRect);

Completed in 136 milliseconds