Home
last modified time | relevance | path

Searched refs:mBackgroundRelativeLtrLocation (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DIconAppChipView.java72 private final Rect mBackgroundRelativeLtrLocation = new Rect(); field in IconAppChipView
74 new RectEvaluator(mBackgroundRelativeLtrLocation);
273 mBackgroundRelativeLtrLocation.set(collapsedBackgroundBounds); in setIconOrientation()
278 mRtlAppliedOutlineBounds.set(mBackgroundRelativeLtrLocation); in setIconOrientation()
281 mRtlAppliedOutlineBounds.left = width - mBackgroundRelativeLtrLocation.right; in setIconOrientation()
282 mRtlAppliedOutlineBounds.right = width - mBackgroundRelativeLtrLocation.left; in setIconOrientation()
365 final Rect initialBackground = new Rect(mBackgroundRelativeLtrLocation); in revealAnim()