Searched refs:bar (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Dfunc_invoke_and_crash.cpp23 static int bar() { function
28 return bar();
H A Dtest_info_sources.cpp25 static int bar() { function
30 return bar();
H A Daggregate-indirect-arg.cpp19 void bar(SVal &v) {} function
22 void foo(SVal v) { bar(v); }
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DFindMethodBindingObject.java43 public static Bar<String> bar = new Bar<>(); field in class:FindMethodBindingObject
71 public final String bar = "hello world"; field in class:FindMethodBindingObject.Foo
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java43 assertEquals("foobar", TextUtils.concat("foo", "bar"));
44 assertEquals("foobarbaz", TextUtils.concat("foo", "bar", "baz"));
49 SpannableString bar = new SpannableString("bar");
50 bar.setSpan("bar", 1, 2, Spannable.SPAN_EXCLUSIVE_INCLUSIVE);
56 assertEquals("foobar", TextUtils.concat(foo, bar).toString());
57 assertEquals("foobarbaz", TextUtils.concat(foo, bar, baz).toString());
61 assertEquals(1, ((Spanned) TextUtils.concat(foo, bar)).getSpanStart("foo"));
62 assertEquals(4, ((Spanned) TextUtils.concat(foo, bar))
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java62 public void setBar(PhoneStatusBar bar) { argument
63 mBar = bar;
91 // The status bar is very small so augment the view that the user is touching
92 // with the content of the status bar a whole. This way an accessibility service
120 // Close the status bar in the next frame so we can show the end of the animation.
H A DNotificationPanelView.java224 public void setStatusBar(PhoneStatusBar bar) { argument
225 mStatusBar = bar;
1714 * @return the alpha to be used to fade out the contents on Keyguard (status bar, bottom area)
/frameworks/rs/tests/cppbasic/
H A Dmono.rs65 void bar(int i, int j, char k, int l, int m, int n) {
/frameworks/rs/tests/cppbasic-shared/
H A Dmono.rs65 void bar(int i, int j, char k, int l, int m, int n) {
/frameworks/support/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java54 private static final String BAR = "bar.png";
133 final DocumentFile bar = meow.findFile(BAR);
136 assertTrue("isDirectory", bar.isDirectory());
139 assertEquals("length", 0, bar.listFiles().length);
188 final DocumentFile bar = meow.findFile(BAR);
195 assertEquals(null, bar.getType());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java56 * | Status bar | N |
58 * | Title/Action bar (optional) | v |
68 * | Status bar |
70 * | Title/Action bar (optional) |
76 * | Nav bar |
151 BridgeActionBar bar = createActionBar(getContext(), getParams());
152 mContentRoot = bar.getContentRoot();
153 actionBar = bar.getRootView();
369 // Maybe the gingerbread era title bar is needed
391 // 0-599dp: "phone" UI with bar o
[all...]
/frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
H A DSetupWizardNavBar.java36 * Fragment class for controlling the custom navigation bar shown during setup wizard. Apps in the
52 public void onNavigationBarCreated(SetupWizardNavBar bar); argument
102 * Sets whether system navigation bar should be hidden.
103 * @param useImmersiveMode True to activate immersive mode and hide the system navigation bar
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java92 public AssistManager(BaseStatusBar bar, Context context) { argument
94 mBar = bar;
/frameworks/base/core/java/android/widget/
H A DMediaController.java338 // progress bar but disable forward/backward buttons.
373 // cause the progress bar to be updated even if mShowing
375 // paused with the progress bar showing the user hits play.
580 public void onStartTrackingTouch(SeekBar bar) {
594 public void onProgressChanged(SeekBar bar, int progress, boolean fromuser) {
597 // the progress bar's position.
609 public void onStopTrackingTouch(SeekBar bar) {
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java61 // for disabling the status bar
93 * Construct the service, add the status bar view to the window manager
235 * Disable additional status bar features. Pass the bitwise-or of the DISABLE2_* flags.
246 * Disable additional status bar features for a given user. Pass the bitwise-or of the
295 throw new SecurityException("invalid status bar icon slot: " + slot);
320 throw new SecurityException("invalid status bar icon slot: " + slot);
348 throw new SecurityException("invalid status bar icon slot: " + slot);
565 // Callbacks from the status bar service.
568 public void registerStatusBar(IStatusBar bar, StatusBarIconList iconList, argument
572 Slog.i(TAG, "registerStatusBar bar
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java155 public void setBar(PhoneStatusBar bar) { argument
156 mBar = bar;

Completed in 1331 milliseconds