Searched refs:getIndicatorBounds (Results 1 – 1 of 1) sorted by relevance
343 final Rect startBounds = getIndicatorBounds(displayLayout, type); in fadeBoundsIn()355 final Rect endBounds = getIndicatorBounds(displayLayout, type); in fadeBoundsOut()378 final Rect startBounds = getIndicatorBounds(displayLayout, origType); in animateIndicatorType()379 final Rect endBounds = getIndicatorBounds(displayLayout, newType); in animateIndicatorType()387 private static Rect getIndicatorBounds(DisplayLayout layout, IndicatorType type) { in getIndicatorBounds() method in DesktopModeVisualIndicator.VisualIndicatorAnimator