Searched refs:mLockIcon (Results 1 – 3 of 3) sorted by relevance
61 private ImageView mLockIcon; field in LockIconView76 mLockIcon = findViewById(R.id.lock_icon); in onFinishInflate()86 if (mUseBackground && mLockIcon.getDrawable() != null) { in updateColorAndBackgroundVisibility()102 mLockIcon.setImageTintList(ColorStateList.valueOf(mLockIconColor)); in updateColorAndBackgroundVisibility()106 mLockIcon.setImageDrawable(drawable); in setImageDrawable()174 mLockIcon.setImageState(getLockIconState(mIconType, mAod), true); in updateIcon()
64 private Drawable mLockIcon; field in InternetAdapterTest210 mTestableResources.addOverride(LOCK_ICON_RES_ID, mLockIcon); in viewHolderUpdateEndIcon_wifiDisconnectedAndSecurityPsk_updateLockIcon()214 assertThat(mViewHolder.mWifiEndIcon.getDrawable()).isEqualTo(mLockIcon); in viewHolderUpdateEndIcon_wifiDisconnectedAndSecurityPsk_updateLockIcon()
134 private LockIcon mLockIcon; field in KeyguardIndicationControllerTest