Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java643 Drawable.ConstantState nullableConstantState = drawable.getConstantState(); in DrawableIcon() local
644 if (nullableConstantState == null) { in DrawableIcon()
651 mInvisibleDrawable = nullableConstantState.newDrawable(); in DrawableIcon()