Searched refs:mIcon1 (Results 1 – 2 of 2) sorted by relevance
46 private Drawable mIcon1; field in AppIconCacheManagerTest73 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()
302 public final ImageView mIcon1; field in SuggestionsAdapter.ChildViewCache309 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()