Searched refs:UI (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/
H A DMain.java35 import com.android.preload.ui.UI;
69 private UI ui;
127 ui = new UI(clientListModel, dataTableModel, actions);
131 public static UI getUI() {
/frameworks/base/docs/html/design/
H A Ddesign_toc.cs41 <li><a href="<?cs var:toroot ?>design/wear/patterns.html">UI Patterns</a></li>
51 <li><a href="<?cs var:toroot ?>design/tv/patterns.html">UI Patterns</a></li>
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DUI.java44 public class UI extends JFrame { class in inherits:JFrame
52 public UI(ListModel<Client> clientListModel, method in class:UI
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk58 # UI it doesn't own. This is necessary to allow screenshots to be taken
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs119 to present multiple UI components on large screens and a more constrained set of
120 UI components on smaller screens&mdash;essential for building a single APK for both
122 >Building a Dynamic UI with Fragments</a>
130 Building a Flexible UI
455 Processing Bitmaps Off the UI Thread
467 Displaying Bitmaps in Your UI
711 description="How to perform fast, scalable UI operations over the network using Volley"
1269 your application's UI."
1423 ja-lang="順応性のある UI フローの実装"
1425 >Implementing Adaptive UI Flow
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp654 auto UI = Placeholder->user_begin(); local
655 User *U = *UI;
660 UI.getUse().set(RealVal);
3330 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3331 UI != UE;) {
3332 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3382 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3383 UI != UE;) {
3384 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp929 auto UI = Placeholder->user_begin(); local
930 User *U = *UI;
935 UI.getUse().set(RealVal);
3664 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3665 UI != UE;) {
3666 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
3716 for (auto UI = I->first->user_begin(), UE = I->first->user_end();
3717 UI != UE;) {
3718 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
/frameworks/base/core/java/android/provider/
H A DContacts.java187 // For now we only support a single account and the UI doesn't know what
189 // Some day when we add multiple accounts to the UI this should honor the account
222 // For now we only support a single account and the UI doesn't know what
224 // Some day when we add multiple accounts to the UI this should honor the account
2079 * Intents related to the Contacts app UI.
2083 public static final class UI { class in class:Contacts.Intents
2088 public UI() { method in class:Contacts.Intents.UI
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java100 static final short UI = vr("UI"); field in class:LoaderDicom
332 * @param listener The Listener to provide feedback to the UI on loading
/frameworks/base/
H A DAndroid.mk887 -samplegroup UI \

Completed in 5542 milliseconds