Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/
DModeTransitionView.java68 private final Rect mIconRect = new Rect(); field in ModeTransitionView
198 mIconRect.set(mWidth / 2 - mIconSize / 2, mHeight / 2 - mIconSize / 2, in onLayout()
200 mIconDrawable.setBounds(mIconRect); in onLayout()
276 mIconDrawable.setBounds(mIconRect); in startPeepHoleAnimation()