Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java340 cs.mBadgeConstantState = mBadge.getConstantState(); in getConstantState()
424 private ConstantState mBadgeConstantState; field in FastBitmapDrawable.FastBitmapConstantState
441 if (mBadgeConstantState != null) { in newDrawable()
442 drawable.setBadge(mBadgeConstantState.newDrawable()); in newDrawable()