Searched defs:td (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DTaskStackListener.java84 public void onTaskDescriptionChanged(int taskId, ActivityManager.TaskDescription td) argument
H A DActivityManager.java1277 public TaskDescription(TaskDescription td) { argument
1278 copyFrom(td);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java450 String getAndUpdateActivityTitle(Task.TaskKey taskKey, ActivityManager.TaskDescription td) { argument
454 if (td != null && td.getLabel() != null) {
455 return td.getLabel();
478 String getAndUpdateContentDescription(Task.TaskKey taskKey, ActivityManager.TaskDescription td, argument
491 label = ssp.getBadgedContentDescription(activityInfo, taskKey.userId, td, res);
492 if (td == null) {
510 Drawable getAndUpdateActivityIcon(Task.TaskKey taskKey, ActivityManager.TaskDescription td, argument
522 icon = ssp.getBadgedTaskDescriptionIcon(td, taskKey.userId, res);
583 int getActivityPrimaryColor(ActivityManager.TaskDescription td) { argument
593 getActivityBackgroundColor(ActivityManager.TaskDescription td) argument
[all...]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_reduce.java1100 private boolean run(TestDescription td, RenderScript RS, ScriptC_reduce s, int seed, int[] size) { argument
1107 Log.i(TAG, "Running " + td.testName + "(seed = " + seed + ", size[] = {" + arrayContent + "})");
1108 return td.test.run(RS, s, seed, size);
1145 for (TestDescription td : correctnessTests) {
1146 pass &= run(td, RS, s, maxSeedsPerTest * td.seed, td.defSize);
1197 for (TestDescription td : correctnessTests) {
1198 switch (td.defSize.length) {
1200 pass &= runCorrectness1D(td, R
1218 runCorrectness1D(TestDescription td, RenderScript RS, ScriptC_reduce s) argument
1274 runCorrectness2D(TestDescription td, RenderScript RS, ScriptC_reduce s) argument
1345 runCorrectness3D(TestDescription td, RenderScript RS, ScriptC_reduce s) argument
[all...]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_reduce.java1102 private boolean run(TestDescription td, RenderScript RS, ScriptC_reduce s, int seed, int[] size) { argument
1109 Log.i(TAG, "Running " + td.testName + "(seed = " + seed + ", size[] = {" + arrayContent + "})");
1110 return td.test.run(RS, s, seed, size);
1147 for (TestDescription td : correctnessTests) {
1148 pass &= run(td, RS, s, maxSeedsPerTest * td.seed, td.defSize);
1199 for (TestDescription td : correctnessTests) {
1200 switch (td.defSize.length) {
1202 pass &= runCorrectness1D(td, R
1220 runCorrectness1D(TestDescription td, RenderScript RS, ScriptC_reduce s) argument
1276 runCorrectness2D(TestDescription td, RenderScript RS, ScriptC_reduce s) argument
1347 runCorrectness3D(TestDescription td, RenderScript RS, ScriptC_reduce s) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java889 ActivityManager.TaskDescription td, Resources res) {
896 if (td != null && td.getLabel() != null) {
897 activityLabel = td.getLabel();
888 getBadgedContentDescription(ActivityInfo info, int userId, ActivityManager.TaskDescription td, Resources res) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java10164 public void setTaskDescription(IBinder token, ActivityManager.TaskDescription td) { argument
10168 r.setTaskDescription(td);
10171 mTaskChangeNotificationController.notifyTaskDescriptionChanged(task.taskId, td);
[all...]

Completed in 258 milliseconds