Searched refs:mBackgroundRelativeLtrLocation (Results 1 – 1 of 1) sorted by relevance
72 private final Rect mBackgroundRelativeLtrLocation = new Rect(); field in IconAppChipView74 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()