Home
last modified time | relevance | path

Searched defs:tile (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java152 final Tile tile = spy(new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE)); in bindPreference_shouldBindAllData() local
172 final Tile tile = spy(new ProviderTile(mProviderInfo, CategoryKey.CATEGORY_HOMEPAGE, in bindPreference_shouldBindAllSwitchData() local
194 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in bindPreference_noFragmentMetadata_shouldBindIntent() local
207 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in bindPreference_noFragmentMetadata_shouldBindToProfileSelector() local
222 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in bindPreference_noFragmentMetadataSingleUser_shouldBindToDirectLaunchIntent() local
244 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in bindPreference_toInternalSettingActivity_shouldBindToDirectLaunchIntentAndNotLog() local
260 final Tile tile = mock(Tile.class); in bindPreference_nullPreference_shouldIgnore() local
270 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in bindPreference_withNullKeyNullPriority_shouldGenerateKeyAndPriority() local
284 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in bindPreference_noSummary_shouldSetSummaryToPlaceholder() local
298 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in bindPreference_hasSummaryUri_shouldLoadSummaryFromContentProviderAndHaveObserver() local
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountDetailDashboardFragmentTest.java109 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_HasAccountType_shouldDisplay() local
118 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_NoAccountType_shouldNotDisplay() local
126 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_OtherAccountType_shouldNotDisplay() local
142 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in refreshDashboardTiles_HasAccountType_shouldAddAccountNameToIntent() local
170 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_ACCOUNT_DETAIL); in displayTile_shouldAddUserHandleToTileIntent() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DDashboardFeatureProviderImpl.java95 public String getDashboardKeyForTile(Tile tile) { in getDashboardKeyForTile()
110 int sourceMetricsCategory, Preference pref, Tile tile, String key, int baseOrder) { in bindPreferenceToTile()
160 public void openTileIntent(FragmentActivity activity, Tile tile) { in openTileIntent()
174 private void bindSummary(Preference preference, Tile tile) { in bindSummary()
198 void bindIcon(Preference preference, Tile tile, boolean forceRoundedIcon) { in bindIcon()
237 private void launchIntentOrSelectProfile(FragmentActivity activity, Tile tile, Intent intent, in launchIntentOrSelectProfile()
257 ProfileSelectDialog.show(activity.getSupportFragmentManager(), tile); in launchIntentOrSelectProfile() local
DSummaryLoader.java90 final Tile tile = getTileFromCategory( in setSummary() local
103 updateSummaryIfNeeded(mActivity.getApplicationContext(), tile, summary); in setSummary() local
108 void updateSummaryIfNeeded(Context context, Tile tile, CharSequence summary) { in updateSummaryIfNeeded()
160 private SummaryProvider getSummaryProvider(Tile tile) { in getSummaryProvider()
242 private synchronized void makeProviderW(Tile tile) { in makeProviderW()
257 final Tile tile = tiles.get(j); in getTileFromCategory() local
271 void notifySummaryChanged(Tile tile); in notifySummaryChanged()
303 Tile tile = (Tile) msg.obj; in handleMessage() local
DDashboardFeatureProvider.java44 String getDashboardKeyForTile(Tile tile); in getDashboardKeyForTile()
59 int sourceMetricsCategory, Preference pref, Tile tile, String key, int baseOrder); in bindPreferenceToTile()
64 void openTileIntent(FragmentActivity activity, Tile tile); in openTileIntent()
DDashboardFragment.java177 public void notifySummaryChanged(Tile tile) { in notifySummaryChanged()
285 protected boolean displayTile(Tile tile) { in displayTile()
425 getMetricsCategory(), preference, tile, key, in refreshDashboardTiles() local
431 getMetricsCategory(), pref, tile, key, in refreshDashboardTiles() local
DCategoryManager.java94 Tile tile = category.getTile(j); in updateCategoryFromBlacklist() local
201 final Tile tile = category.getTile(i); in filterDuplicateTiles() local
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardFeatureProvider.java44 String getDashboardKeyForTile(Tile tile); in getDashboardKeyForTile()
61 boolean forceRoundedIcon, int sourceMetricsCategory, Preference pref, Tile tile, in bindPreferenceToTileAndGetObservers()
67 void openTileIntent(FragmentActivity activity, Tile tile); in openTileIntent()
DDashboardFeatureProviderImpl.java109 public String getDashboardKeyForTile(Tile tile) { in getDashboardKeyForTile()
124 boolean forceRoundedIcon, int sourceMetricsCategory, Preference pref, Tile tile, in bindPreferenceToTileAndGetObservers()
188 public void openTileIntent(FragmentActivity activity, Tile tile) { in openTileIntent()
DCategoryManager.java95 Tile tile = category.getTile(j); in updateCategoryFromBlacklist() local
203 final Tile tile = category.getTile(i); in filterDuplicateTiles() local
DDashboardFragment.java304 protected boolean displayTile(Tile tile) { in displayTile()
496 forceRoundedIcons, getMetricsCategory(), preference, tile, key, in refreshDashboardTiles() local
529 Preference createPreference(Tile tile) { in createPreference()
/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageRenderer.java310 Tile tile = mActiveTiles.valueAt(i); in layoutTiles() local
342 Tile tile = mActiveTiles.valueAt(i); in invalidateTiles() local
395 Tile tile = mRecycledQueue.pop(); in freeTextures() local
474 Tile tile = mActiveTiles.valueAt(i); in uploadBackgroundTiles() local
481 private void queueForDecode(Tile tile) { in queueForDecode()
492 private void decodeTile(Tile tile) { in decodeTile()
521 Tile tile = mRecycledQueue.pop(); in obtainTile() local
531 private void recycleTile(Tile tile) { in recycleTile()
548 Tile tile = mActiveTiles.get(key); in activateTile() local
572 Tile tile = null; in uploadTiles() local
[all …]
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageRenderer.java310 Tile tile = mActiveTiles.valueAt(i); in layoutTiles() local
342 Tile tile = mActiveTiles.valueAt(i); in invalidateTiles() local
395 Tile tile = mRecycledQueue.pop(); in freeTextures() local
474 Tile tile = mActiveTiles.valueAt(i); in uploadBackgroundTiles() local
481 private void queueForDecode(Tile tile) { in queueForDecode()
492 private void decodeTile(Tile tile) { in decodeTile()
521 Tile tile = mRecycledQueue.pop(); in obtainTile() local
531 private void recycleTile(Tile tile) { in recycleTile()
548 Tile tile = mActiveTiles.get(key); in activateTile() local
572 Tile tile = null; in uploadTiles() local
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java254 Tile tile = mActiveTiles.valueAt(i); in layoutTiles() local
285 Tile tile = mActiveTiles.valueAt(i); in invalidateTiles() local
386 Tile tile = mRecycledQueue.pop(); in freeTextures() local
470 Tile tile = mActiveTiles.valueAt(i); in uploadBackgroundTiles() local
475 void queueForUpload(Tile tile) { in queueForUpload()
484 synchronized void queueForDecode(Tile tile) { in queueForDecode()
491 boolean decodeTile(Tile tile) { in decodeTile()
513 Tile tile = mRecycledQueue.pop(); in obtainTile() local
522 synchronized void recycleTile(Tile tile) { in recycleTile()
537 Tile tile = mActiveTiles.get(key); in activateTile() local
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/profileselector/
DProfileSelectDialogTest.java70 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in updateUserHandlesIfNeeded_Normal() local
82 final Tile tile = new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE); in updateUserHandlesIfNeeded_Remove() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/profileselector/
DProfileSelectDialog.java45 public static void show(FragmentManager manager, Tile tile) { in show()
80 public static void updateUserHandlesIfNeeded(Context context, Tile tile) { in updateUserHandlesIfNeeded()
/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectDialog.java54 public static void show(FragmentManager manager, Tile tile, int sourceMetricCategory) { in show()
94 public static void updateUserHandlesIfNeeded(Context context, Tile tile) { in updateUserHandlesIfNeeded()
/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
DQuickSettingGridAdapter.java129 QuickSettingGridAdapter addTile(Tile tile) { in addTile()
179 Tile tile = mTiles.get(position - mSeekbarTiles.size()); in onBindViewHolder() local
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountDetailDashboardFragment.java152 protected boolean displayTile(Tile tile) { in displayTile()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAccountDetailDashboardFragment.java152 protected boolean displayTile(Tile tile) { in displayTile()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DTiledTexture.java161 private static void freeTile(Tile tile) { in freeTile()
209 Tile tile = obtainTile(); in TiledTexture() local
/packages/apps/Settings/src/com/android/settings/search/
DSettingsSearchIndexablesProvider.java414 boolean isEligibleForIndexing(String packageName, Tile tile) { in isEligibleForIndexing()