Searched refs:mIconState (Results 1 – 2 of 2) sorted by relevance
355 private final IconState mIconState; field in LockscreenFragment.ShortcutButton359 mIconState = new IconState(); in ShortcutButton()360 mIconState.isVisible = true; in ShortcutButton()361 mIconState.drawable = shortcut.icon.loadDrawable(context).mutate(); in ShortcutButton()362 mIconState.contentDescription = mShortcut.label; in ShortcutButton()365 mIconState.drawable = new ScalingDrawableWrapper(mIconState.drawable, in ShortcutButton()366 size / (float) mIconState.drawable.getIntrinsicWidth()); in ShortcutButton()367 mIconState.tint = false; in ShortcutButton()372 return mIconState; in getIcon()383 private final IconState mIconState; field in LockscreenFragment.ActivityButton[all …]
859 private IconState mIconState = new IconState(); field in KeyguardBottomAreaView.DefaultLeftButton867 mIconState.isVisible = mUserSetupComplete && showAffordance; in getIcon()869 mIconState.drawable = mContext.getDrawable(R.drawable.ic_mic_26dp); in getIcon()871 mIconState.drawable = mLeftAssistIcon; in getIcon()873 mIconState.contentDescription = mContext.getString( in getIcon()876 mIconState.isVisible = mUserSetupComplete && showAffordance && isPhoneVisible(); in getIcon()877 mIconState.drawable = mContext.getDrawable(R.drawable.ic_phone_24dp); in getIcon()878 mIconState.contentDescription = mContext.getString( in getIcon()881 return mIconState; in getIcon()892 private IconState mIconState = new IconState(); field in KeyguardBottomAreaView.DefaultRightButton[all …]