Home
last modified time | relevance | path

Searched refs:UI (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkCategory.java28 @IntDef({BenchmarkCategory.GENERIC, BenchmarkCategory.UI, BenchmarkCategory.COMPUTE})
31 int UI = 1; field
DBenchmarkRegistry.java101 case BenchmarkCategory.UI: in getCategory()
102 return BenchmarkCategory.UI; in getCategory()
195 case BenchmarkCategory.UI: in getCategoryString()
/frameworks/base/samples/training/network-usage/
DREADME.txt8 …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/support/wear/
Dbuild.gradle38 name = "Android Wear Support UI"
43 description = "Android Wear Support UI"
DREADME.txt1 Library Project including Wearable Support UI Components and associated utilities.
/frameworks/support/car/
Dbuild.gradle40 name = "Android Car Support UI"
45 description = "Android Car Support UI"
DREADME.txt1 Library Project including Car Support UI Components and associated utilities.
/frameworks/support/navigation/ui/
Dbuild.gradle39 name = "Android Navigation UI"
44 description = "Android Navigation-UI"
/frameworks/support/navigation/ui/ktx/
Dbuild.gradle45 name = "Android Navigation UI Kotlin Extensions"
50 description = "Android Navigation-UI-Ktx"
/frameworks/base/packages/SystemUI/
DREADME.md5 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 Fingerprint UI.
/frameworks/base/libs/usb/tests/AccessoryChat/
DREADME.txt3 AccessoryChat - A Java app with a chat-like UI that sends and receives strings
/frameworks/base/tests/RemoteDisplayProvider/
DREADME11 To exercise the provider, use System UI features for connecting to
/frameworks/base/data/sounds/
DREADME.txt6 For UI sound effects,
/frameworks/support/legacy/core-ui/
Dbuild.gradle35 name = "Android Support Library core UI"
/frameworks/support/content/
Dbuild.gradle40 … library allows a client to avoid expensive interprocess \"cursor window swaps\" on the UI thread."
/frameworks/base/core/proto/android/service/
Dgraphicsstats.proto72 // Number of "slow UI thread" events.
/frameworks/base/libs/hwui/protos/
Dgraphicsstats.proto65 // Number of "slow UI thread" events.
/frameworks/base/proto/src/
Dmetrics_constants.proto22 // Wrapper for System UI log events
1370 // OPEN: Settings > System UI Tuner
1375 // OPEN: Settings > System UI Tuner > Quick Settings
1380 // OPEN: Settings > System UI Tuner > Demo mode
1385 // ACTION: Settings > System UI Tuner > Quick Settings > Move tile
1391 // ACTION: Settings > System UI Tuner > Quick Settings > Add tile
1397 // ACTION: Settings > System UI Tuner > Quick Settings > Remove tile
1403 // ACTION: Settings > System UI Tuner > Status bar > Enable icon
1409 // ACTION: Settings > System UI Tuner > Status bar > Disable icon
1415 // ACTION: Settings > System UI Tuner > Demo mode > Enable demo mode
[all …]
/frameworks/base/tools/aapt2/
DConfiguration.proto173 // Which type of UI mode the device is in (television, car, etc.).
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp663 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/
Denums.proto54 // Process is a persistent system process and is doing UI.
/frameworks/native/cmds/flatland/
DREADME.txt1 Flatland is a benchmark for measuring GPU performance in various 2D UI
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp938 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/
DContacts.java2077 public static final class UI { class in Contacts.Intents
2082 public UI() { in UI() method in Contacts.Intents.UI
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md1 # Demo Mode for the Android System UI

12