Searched refs:mIconState (Results 1 – 2 of 2) sorted by relevance
352 private final IconState mIconState; field in LockscreenFragment.ShortcutButton356 mIconState = new IconState(); in ShortcutButton()357 mIconState.isVisible = true; in ShortcutButton()358 mIconState.drawable = shortcut.icon.loadDrawable(context).mutate(); in ShortcutButton()359 mIconState.contentDescription = mShortcut.label; in ShortcutButton()362 mIconState.drawable = new ScalingDrawableWrapper(mIconState.drawable, in ShortcutButton()363 size / (float) mIconState.drawable.getIntrinsicWidth()); in ShortcutButton()364 mIconState.tint = false; in ShortcutButton()369 return mIconState; in getIcon()380 private final IconState mIconState; field in LockscreenFragment.ActivityButton[all …]
280 private String mIconState; field in IconProvider.IconChangeReceiver284 mIconState = getSystemIconState(); in IconChangeReceiver()321 if (!mIconState.equals(newState)) { in onReceive()322 mIconState = newState; in onReceive()323 mCallback.onSystemIconStateChanged(mIconState); in onReceive()