Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DAppIconCacheManagerTest.java48 private Drawable mIcon2; field in AppIconCacheManagerTest
77 doReturn(iconSize).when(mIcon2).getIntrinsicHeight(); in setUp()
78 doReturn(iconSize).when(mIcon2).getIntrinsicWidth(); in setUp()
79 doReturn(mIcon2).when(mIcon2).mutate(); in setUp()
147 mAppIconCacheManager.put(APP_PACKAGE_NAME2, APP_UID, mIcon2); in trimMemory_levelSatisfied_shouldNotCacheIcon()
164 mAppIconCacheManager.put(APP_PACKAGE_NAME2, APP_UID, mIcon2); in trimMemory_levelSatisfied_shouldCacheAtLeastHalf()
/aosp14/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java303 public final ImageView mIcon2; field in SuggestionsAdapter.ChildViewCache
310 mIcon2 = v.findViewById(com.android.internal.R.id.icon2); in ChildViewCache()
355 if (views.mIcon2 != null) { in bindView()
356 setViewDrawable(views.mIcon2, getIcon2(cursor), View.GONE); in bindView()