Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DAppIconCacheManagerTest.java46 private Drawable mIcon1; field in AppIconCacheManagerTest
73 doReturn(iconSize).when(mIcon1).getIntrinsicHeight(); in setUp()
74 doReturn(iconSize).when(mIcon1).getIntrinsicWidth(); in setUp()
75 doReturn(mIcon1).when(mIcon1).mutate(); in setUp()
146 mAppIconCacheManager.put(APP_PACKAGE_NAME1, APP_UID, mIcon1); in trimMemory_levelSatisfied_shouldNotCacheIcon()
163 mAppIconCacheManager.put(APP_PACKAGE_NAME1, APP_UID, mIcon1); in trimMemory_levelSatisfied_shouldCacheAtLeastHalf()
/aosp14/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java302 public final ImageView mIcon1; field in SuggestionsAdapter.ChildViewCache
309 mIcon1 = v.findViewById(com.android.internal.R.id.icon1); in ChildViewCache()
352 if (views.mIcon1 != null) { in bindView()
353 setViewDrawable(views.mIcon1, getIcon1(cursor), View.INVISIBLE); in bindView()