Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
DScrimView.java69 private Rect mDrawableBounds; field in ScrimView
142 if (mDrawableBounds != null) { in onLayout()
143 mDrawable.setBounds(mDrawableBounds); in onLayout()
359 if (mDrawableBounds == null) { in setDrawableBounds()
360 mDrawableBounds = new Rect(); in setDrawableBounds()
362 mDrawableBounds.set((int) left, (int) top, (int) right, (int) bottom); in setDrawableBounds()
363 mDrawable.setBounds(mDrawableBounds); in setDrawableBounds()