Searched refs:mIcon2 (Results 1 – 2 of 2) sorted by relevance
48 private Drawable mIcon2; field in AppIconCacheManagerTest77 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()
303 public final ImageView mIcon2; field in SuggestionsAdapter.ChildViewCache310 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()