Home
last modified time | relevance | path

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

1234

/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleSpaceTileTest.java79 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testId() local
95 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testUserName() local
111 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testUserIcon() local
123 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testContactUri() local
132 PeopleSpaceTile tile = new PeopleSpaceTile in testUserHandle() local
142 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testPackageName() local
159 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testLastInteractionTimestamp() local
172 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testImportantConversation() local
185 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testUserQuieted() local
198 PeopleSpaceTile tile = new PeopleSpaceTile.Builder( in testCanBypassDnd() local
[all …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DActivityTileTest.java92 final Tile tile = new ActivityTile(mActivityInfo, "category"); in getIcon_noContextOrMetadata_returnNull() local
121 final Tile tile = new ActivityTile(mActivityInfo, "category"); in isIconTintable_hasMetadata_shouldReturnIconTintableMetadata() local
132 final Tile tile = new ActivityTile(mActivityInfo, "category"); in isIconTintable_noIcon_shouldReturnFalse() local
139 final Tile tile = new ActivityTile(mActivityInfo, "category"); in isIconTintable_noTintableMetadata_shouldReturnFalse() local
147 final Tile tile = new ActivityTile(mActivityInfo, "category"); in getPriority_noMetadata_return0() local
156 final Tile tile = new ActivityTile(mActivityInfo, "category"); in getPriority_badMetadata_return0() local
165 final Tile tile = new ActivityTile(mActivityInfo, "category"); in getPriority_validMetadata_returnMetadataValue() local
178 final Tile tile = new ActivityTile(mActivityInfo, "category"); in getTitle_shouldEnsureMetadataNotStale() local
194 final Tile tile = new ActivityTile(mActivityInfo, "category"); in getTitle_noActivity_returnNull() local
202 final Tile tile = new ActivityTile(mActivityInfo, "category"); in hasPendingIntent_empty_returnsFalse() local
[all …]
DProviderTileTest.java100 final Tile tile = new ProviderTile(mProviderInfo, "category", null); in getIcon_noContextOrMetadata_shouldThrowNullPointerException() local
113 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in isIconTintable_hasMetadata_shouldReturnIconTintableMetadata() local
124 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in isIconTintable_noIcon_shouldReturnFalse() local
131 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in isIconTintable_noTintableMetadata_shouldReturnFalse() local
139 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in getPriority_noMetadata_return0() local
148 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in getPriority_badMetadata_return0() local
157 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in getPriority_validMetadata_returnMetadataValue() local
172 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in getTitle_shouldEnsureMetadataNotStale() local
183 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in hasPendingIntent_empty_returnsFalse() local
190 final Tile tile = new ProviderTile(mProviderInfo, "category", mMetaData); in hasPendingIntent_notEmpty_returnsTrue() local
[all …]
/frameworks/base/core/java/android/service/quicksettings/
DIQSService.aidl27 Tile getTile(in IBinder tile); in getTile()
28 void updateQsTile(in Tile tile, in IBinder service); in updateQsTile()
29 void updateStatusIcon(in IBinder tile, in Icon icon, in updateStatusIcon()
31 void onShowDialog(in IBinder tile); in onShowDialog()
32 void onStartActivity(in IBinder tile); in onStartActivity()
33 void startActivity(in IBinder tile, in PendingIntent pendingIntent); in startActivity()
36 void startUnlockAndRun(in IBinder tile); in startUnlockAndRun()
37 void onDialogHidden(in IBinder tile); in onDialogHidden()
38 void onStartSuccessful(in IBinder tile); in onStartSuccessful()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
DCustomTileTest.kt166 val tile = CustomTile.create(customTileFactory, TILE_SPEC, userContext) in testCorrectUser() constant
263 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testPersistedStateRetrieved() constant
301 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testStoreStateOnChange() constant
317 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testAvailableBeforeInitialization() constant
323 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testNotAvailableAfterInitializationWithoutIcon() constant
335 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testInvalidPendingIntentDoesNotStartActivity() constant
352 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testValidPendingIntentWithNoClickDoesNotStartActivity() constant
365 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testValidPendingIntentStartsActivity() constant
381 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testActiveTileListensOnceAfterCreated() constant
394 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testActiveTileDoesntListenAfterFirstTime() constant
[all …]
/frameworks/base/core/tests/coretests/src/android/service/quicksettings/
DTileTest.java36 Tile tile = new Tile(); in testGetLabel_labelSet_usesCustomLabel() local
45 Tile tile = new Tile(); in testGetLabel_labelNotSet_usesDefaultLabel() local
53 Tile tile = new Tile(); in testGetCustomLabel_labelSet() local
62 Tile tile = new Tile(); in testGetCustomLabel_labelNotSet() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileRequestDialogTest.kt120 val tile = content.getChildAt(1) as QSTileView in setTileData_hasCorrectLabel() constant
135 val tile = content.getChildAt(1) as QSTileView in setTileData_hasIcon() constant
149 val tile = content.getChildAt(1) as QSTileView in setTileData_nullIcon_hasIcon() constant
164 val tile = content.getChildAt(1) as QSTileView in setTileData_hasNoStateDescription() constant
180 val tile = content.getChildAt(1) as QSTileView in setTileData_tileNotClickable() constant
197 val tile = content.getChildAt(1) as QSTileView in setTileData_tileHasCorrectContentDescription() constant
223 val tile = content.getChildAt(1) as QSTileView in uriIconLoadSuccess_correctIcon() constant
251 val tile = content.getChildAt(1) as QSTileView in uriIconLoadFail_defaultIcon() constant
DTileServicesTest.java259 CustomTile tile = mock(CustomTile.class); in testValidCustomTileStartsActivity() local
272 CustomTile tile = mock(CustomTile.class); in testInvalidCustomTileDoesNotStartActivity() local
285 CustomTile tile = mock(CustomTile.class); in testOnStartActivityCollapsesPanel() local
297 CustomTile tile = mock(CustomTile.class); in testOnShowDialogCollapsesPanel() local
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java307 Tile tile = mActiveTiles.valueAt(i); in layoutTiles() local
339 Tile tile = mActiveTiles.valueAt(i); in invalidateTiles() local
392 Tile tile = mRecycledQueue.pop(); in freeTextures() local
471 Tile tile = mActiveTiles.valueAt(i); in uploadBackgroundTiles() local
478 private void queueForDecode(Tile tile) { in queueForDecode()
489 private void decodeTile(Tile tile) { in decodeTile()
518 Tile tile = mRecycledQueue.pop(); in obtainTile() local
528 private void recycleTile(Tile tile) { in recycleTile()
545 Tile tile = mActiveTiles.get(key); in activateTile() local
569 Tile tile = null; in uploadTiles() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java634 PeopleSpaceTile tile = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testUpdateStatusPostedIfExistingTile() local
672 PeopleSpaceTile tile = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testUpdateNotificationPostedIfExistingTile() local
731 PeopleSpaceTile tile = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile() local
755 PeopleSpaceTile tile = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile() local
989 PeopleSpaceTile tile = mManager.mTiles.get(WIDGET_ID_WITH_SHORTCUT); in testUpdateNotificationRemovedIfExistingTile() local
1159 PeopleSpaceTile tile = mManager in testGetPeopleTileFromPersistentStorageExistingConversation() local
1168 PeopleSpaceTile tile = mManager in testGetPeopleTileFromPersistentStorageNoConversation() local
1205 PeopleSpaceTile tile = in testAugmentTileFromNotifications() local
1225 PeopleSpaceTile tile = in testAugmentTileFromNotificationsDifferentShortcutId() local
1243 PeopleSpaceTile tile = in testAugmentTileFromNotificationEntryManager() local
[all …]
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAdaptiveIconTest.java88 final Tile tile = spy(new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE)); in setBackgroundColor_externalTileWithBackgroundColorRawValue_shouldUpdateIcon() local
101 final Tile tile = spy(new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE)); in setBackgroundColor_tileWithoutBackgroundColor_shouldSetDefaultBackgroundColor() local
114 final Tile tile = spy(new ActivityTile(mActivityInfo, CategoryKey.CATEGORY_HOMEPAGE)); in onBindTile_externalTileWithBackgroundColorHint_shouldUpdateIcon() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHost.java82 void addTile(ComponentName tile); in addTile()
88 void clickTile(@NonNull ComponentName tile); in clickTile()
95 void addTile(ComponentName tile, boolean end); in addTile()
96 void removeTileByUser(ComponentName tile); in removeTileByUser()
DQSPanelControllerBase.java382 private void addTile(final QSTile tile, boolean collapsedView) { in addTile()
403 public void clickTile(ComponentName tile) { in clickTile()
418 QSTileView getTileView(QSTile tile) { in getTileView()
561 QSTile tile = mRecords.get(i).tile; in logTiles() local
637 public TileRecord(QSTile tile, com.android.systemui.plugins.qs.QSTileView tileView) { in TileRecord()
642 public QSTile tile; field in QSPanelControllerBase.TileRecord
DTileLayout.java74 public int getOffsetTop(TileRecord tile) { in getOffsetTop()
119 public void addTile(TileRecord tile) { in addTile()
125 protected void addTileView(TileRecord tile) { in addTileView()
135 public void removeTile(TileRecord tile) { in removeTile()
/frameworks/base/graphics/java/android/graphics/
DLinearGradient.java71 @Nullable float[] positions, @NonNull TileMode tile) { in LinearGradient()
94 @Nullable float[] positions, @NonNull TileMode tile) { in LinearGradient()
103 @NonNull @ColorLong long[] colors, @Nullable float[] positions, @NonNull TileMode tile, in LinearGradient()
132 @NonNull TileMode tile) { in LinearGradient()
152 @NonNull TileMode tile) { in LinearGradient()
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DDashboardCategory.java53 Tile tile = Tile.CREATOR.createFromParcel(in); in DashboardCategory() local
75 public synchronized void addTile(Tile tile) { in addTile()
148 Tile tile = mTiles.get(n); in writeToParcel() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/shared/model/
DTileRow.kt21 val tile: T constant
28 override val tile: T, constant in com.android.systemui.qs.panels.shared.model.SizedTileImpl
73 for (tile in tiles) { in isFull() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java324 PeopleSpaceTile tile = getTileForExistingWidget(appWidgetId); in updateSingleConversationWidgets() local
340 private void updateAppWidgetViews(int appWidgetId, PeopleSpaceTile tile, Bundle options) { in updateAppWidgetViews()
362 Optional<PeopleSpaceTile> tile) { in updateAppWidgetOptionsAndViewOptional()
369 public void updateAppWidgetOptionsAndView(int appWidgetId, PeopleSpaceTile tile) { in updateAppWidgetOptionsAndView()
402 PeopleSpaceTile tile; in getTileForExistingWidgetThrowing() local
555 public PeopleSpaceTile augmentTileFromNotificationEntryManager(PeopleSpaceTile tile, in augmentTileFromNotificationEntryManager()
593 public PeopleSpaceTile augmentTileFromNotifications(PeopleSpaceTile tile, PeopleTileKey key, in augmentTileFromNotifications()
638 PeopleSpaceTile tile = getTileForExistingWidget(widgetId); in getAugmentedTileForExistingWidget() local
870 PeopleSpaceTile tile = null; in addNewWidget() local
1099 PeopleSpaceTile tile; in getPreview() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java206 public static PeopleSpaceTile removeNotificationFields(PeopleSpaceTile tile) { in removeNotificationFields()
234 public static PeopleSpaceTile augmentTileFromNotification(Context context, PeopleSpaceTile tile, in augmentTileFromNotification()
318 PeopleSpaceTile tile = new PeopleSpaceTile.Builder(channel, launcherApps).build(); in getTile() local
329 PeopleSpaceTile tile) { in getLastInteraction()
378 public static boolean shouldKeepConversation(PeopleSpaceTile tile) { in shouldKeepConversation()
382 private static boolean hasBirthdayStatus(PeopleSpaceTile tile, Context context) { in hasBirthdayStatus()
540 public static int getUserId(PeopleSpaceTile tile) { in getUserId()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleSpaceUtilsTest.java244 PeopleSpaceTile tile = in testAugmentTileFromNotification() local
284 PeopleSpaceTile tile = in testAugmentTileFromNotificationGroupWithSender() local
317 PeopleSpaceTile tile = in testAugmentTileFromNotificationGroupWithImageUri() local
350 PeopleSpaceTile tile = in testAugmentTileFromNotificationGroupWithAudioUri() local
368 PeopleSpaceTile tile = in testAugmentTileFromNotificationNoContent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/domain/interactor/
DTilesAvailabilityInteractor.kt51 val tile = qsFactoryImpl.createTile(it.spec) in getUnavailableTiles() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java129 public TileServiceManager getTileWrapper(CustomTileInterface tile) { in getTileWrapper()
136 mTokenMap.put(service.getToken(), tile); in getTileWrapper() local
149 public void freeService(CustomTileInterface tile, TileServiceManager service) { in freeService()
193 private int verifyCaller(CustomTileInterface tile) { in verifyCaller()
239 public void updateQsTile(Tile tile, IBinder token) { in updateQsTile()
DTileRequestDialog.kt71 val tile = QSTileViewImpl(themedContext, true) in createTileView() constant
DCustomTile.java241 public void onTileChanged(ComponentName tile) { in onTileChanged()
287 public void updateTileState(Tile tile, int appUid) { in updateTileState()
293 private void handleUpdateTileState(Tile tile) { in handleUpdateTileState()
301 private void applyTileState(Tile tile, boolean overwriteNulls) { in applyTileState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/model/
DTileModel.kt28 data class TileModel(val spec: TileSpec, val tile: QSTile) { constant in com.android.systemui.qs.pipeline.domain.model.TileModel

1234