Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconView.java64 private ImageView mLockIcon; field in LockIconView
85 if (mUseBackground && mLockIcon.getDrawable() != null) { in updateColorAndBackgroundVisibility()
107 mLockIcon.setImageDrawable(drawable); in setImageDrawable()
159 mLockIcon.getGlobalVisibleRect(r); in getLocationTop()
165 mLockIcon.getGlobalVisibleRect(r); in getLocationBottom()
191 return mLockIcon; in getLockIcon()
195 mLockIcon = new ImageView(context, attrs); in addLockIconImageView()
196 mLockIcon.setId(R.id.lock_icon); in addLockIconImageView()
197 mLockIcon.setScaleType(ImageView.ScaleType.CENTER_CROP); in addLockIconImageView()
198 addView(mLockIcon); in addLockIconImageView()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetAdapterTest.java67 private Drawable mLockIcon; field in InternetAdapterTest
263 mTestableResources.addOverride(LOCK_ICON_RES_ID, mLockIcon); in viewHolderUpdateEndIcon_wifiDisconnectedAndSecurityPsk_updateLockIcon()
267 assertThat(mViewHolder.mWifiEndIcon.getDrawable()).isEqualTo(mLockIcon); in viewHolderUpdateEndIcon_wifiDisconnectedAndSecurityPsk_updateLockIcon()