/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/ |
D | BenchmarkCategory.java | 28 @IntDef({BenchmarkCategory.GENERIC, BenchmarkCategory.UI, BenchmarkCategory.COMPUTE}) 31 int UI = 1; field
|
D | BenchmarkRegistry.java | 101 case BenchmarkCategory.UI: in getCategory() 102 return BenchmarkCategory.UI; in getCategory() 195 case BenchmarkCategory.UI: in getCategoryString()
|
/frameworks/base/samples/training/network-usage/ |
D | README.txt | 8 …s the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in the UI. 10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the…
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 5 SystemUI is a persistent process that provides UI for the system but outside 115 This shows the UI for the status bar and the notification shade it contains. 116 It also contains a significant amount of other UI that interacts with these 134 Shows UI for keyboard shortcuts (triggered by keyboard shortcut). 142 Dispatches shortcut to System UI components. 167 Biometric UI.
|
/frameworks/base/core/proto/ |
D | OWNERS | 9 # Settings UI
|
/frameworks/av/apex/ |
D | com.android.media.swcodec.x509.pem | 23 8Y/UI+Glg6G0x/k04WaRG0DPLLjlJ1F0LM1/IReBSgXcYAL0CAgPycf/rGPOgMFm
|
/frameworks/base/tests/FlickerTests/ |
D | README.md | 4 Detect *flicker* — any discontinuous, or unpredictable behavior seen during UI transitions th… 7 The library builds and runs UI transitions, captures Winscope traces and exposes common assertions … 27 // Open the app and wait for UI to be idle 100 …it tests. `platform_testing/tests/flicker` uses the library to test common UI transitions. Run `at…
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
D | README.txt | 3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
|
/frameworks/base/tests/RemoteDisplayProvider/ |
D | README | 11 To exercise the provider, use System UI features for connecting to
|
/frameworks/base/data/sounds/ |
D | README.txt | 6 For UI sound effects,
|
/frameworks/base/core/proto/android/service/ |
D | graphicsstats.proto | 72 // Number of "slow UI thread" events.
|
/frameworks/base/libs/hwui/protos/ |
D | graphicsstats.proto | 65 // Number of "slow UI thread" events.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 4 …lity will not be affected - animations might just look a bit off until the UI elements settle to t…
|
D | clock-plugins.md | 11 modify the UI of AOD.
|
D | demo_mode.md | 1 # Demo Mode for the Android System UI
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 22 // Wrapper for System UI log events 1443 // OPEN: Settings > System UI Tuner 1448 // OPEN: Settings > System UI Tuner > Quick Settings 1453 // OPEN: Settings > System UI Tuner > Demo mode 1458 // ACTION: Settings > System UI Tuner > Quick Settings > Move tile 1464 // ACTION: Settings > System UI Tuner > Quick Settings > Add tile 1470 // ACTION: Settings > System UI Tuner > Quick Settings > Remove tile 1476 // ACTION: Settings > System UI Tuner > Status bar > Enable icon 1482 // ACTION: Settings > System UI Tuner > Status bar > Disable icon 1488 // ACTION: Settings > System UI Tuner > Demo mode > Enable demo mode [all …]
|
/frameworks/base/tools/aapt2/ |
D | Configuration.proto | 173 // Which type of UI mode the device is in (television, car, etc.).
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 663 auto UI = Placeholder->user_begin(); in ResolveConstantForwardRefs() local 664 User *U = *UI; in ResolveConstantForwardRefs() 669 UI.getUse().set(RealVal); in ResolveConstantForwardRefs() 3342 for (auto UI = I->first->user_begin(), UE = I->first->user_end(); in materialize() local 3343 UI != UE;) { in materialize() 3344 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materialize() 3394 for (auto UI = I->first->user_begin(), UE = I->first->user_end(); in materializeModule() local 3395 UI != UE;) { in materializeModule() 3396 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materializeModule()
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 55 // Process is a persistent system process and is doing UI.
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 1 Flatland is a benchmark for measuring GPU performance in various 2D UI
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 938 auto UI = Placeholder->user_begin(); in ResolveConstantForwardRefs() local 939 User *U = *UI; in ResolveConstantForwardRefs() 944 UI.getUse().set(RealVal); in ResolveConstantForwardRefs() 3681 for (auto UI = I->first->user_begin(), UE = I->first->user_end(); in materialize() local 3682 UI != UE;) { in materialize() 3683 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materialize() 3733 for (auto UI = I->first->user_begin(), UE = I->first->user_end(); in materializeModule() local 3734 UI != UE;) { in materializeModule() 3735 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materializeModule()
|
/frameworks/base/core/java/android/provider/ |
D | Contacts.java | 2077 public static final class UI { class in Contacts.Intents 2082 public UI() { in UI() method in Contacts.Intents.UI
|
/frameworks/base/core/proto/android/telecomm/ |
D | enums.proto | 100 * to the InCall UI for calls where disconnection has been initiated by the user but the
|
/frameworks/base/core/proto/android/providers/settings/ |
D | system.proto | 144 // Control whether the rotation lock toggle in the System UI should be hidden.
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 100 static final short UI = vr("UI"); field in LoaderDicom
|