Searched refs:mIconState (Results 1 – 2 of 2) sorted by relevance
347 private final IconState mIconState; field in LockscreenFragment.ShortcutButton351 mIconState = new IconState(); in ShortcutButton()352 mIconState.isVisible = true; in ShortcutButton()353 mIconState.drawable = shortcut.icon.loadDrawable(context).mutate(); in ShortcutButton()354 mIconState.contentDescription = mShortcut.label; in ShortcutButton()357 mIconState.drawable = new ScalingDrawableWrapper(mIconState.drawable, in ShortcutButton()358 size / (float) mIconState.drawable.getIntrinsicWidth()); in ShortcutButton()359 mIconState.tint = false; in ShortcutButton()364 return mIconState; in getIcon()375 private final IconState mIconState; field in LockscreenFragment.ActivityButton[all …]
769 private IconState mIconState = new IconState(); field in KeyguardBottomAreaView.DefaultLeftButton777 mIconState.isVisible = mUserSetupComplete && showAffordance; in getIcon()779 mIconState.drawable = mContext.getDrawable(R.drawable.ic_mic_26dp); in getIcon()781 mIconState.drawable = mLeftAssistIcon; in getIcon()783 mIconState.contentDescription = mContext.getString( in getIcon()786 mIconState.isVisible = mUserSetupComplete && showAffordance && isPhoneVisible(); in getIcon()787 mIconState.drawable = mContext.getDrawable( in getIcon()789 mIconState.contentDescription = mContext.getString( in getIcon()792 return mIconState; in getIcon()803 private IconState mIconState = new IconState(); field in KeyguardBottomAreaView.DefaultRightButton[all …]