Searched refs:bar (Results 1 - 13 of 13) 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/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSettingsActivity.java48 final ActionBar bar = getActionBar();
49 if (bar != null) {
50 bar.setDisplayShowHomeEnabled(false);
51 bar.setDisplayHomeAsUpEnabled(true);
/frameworks/rs/tests/cppbasic/
H A Dmono.rs59 void bar(int i, int j, char k, int l, int m, int n) {
/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 DNotificationPanelView.java47 public void setStatusBar(PhoneStatusBar bar) { argument
48 mStatusBar = bar;
H A DPhoneStatusBarView.java69 public void setBar(PhoneStatusBar bar) { argument
70 mBar = bar;
104 // The status bar is very small so augment the view that the user is touching
105 // with the content of the status bar a whole. This way an accessibility service
129 // We split the status bar into thirds: the left 2/3 are for notifications, and the
130 // right 1/3 for quick settings. If you pull the status bar down a second time you'll
231 // fade out the panel as it gets buried into the status bar to avoid overdrawing the
232 // status bar on the last frame of a close animation
H A DQuickSettings.java150 void setBar(PanelBar bar) { argument
151 mBar = bar;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java67 public void setBar(BaseStatusBar bar) { argument
68 mBar = bar;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java279 public void setBar(BaseStatusBar bar) { argument
280 mBar = bar;
/frameworks/base/core/java/android/widget/
H A DMediaController.java351 // cause the progress bar to be updated even if mShowing
353 // paused with the progress bar showing the user hits play.
542 public void onStartTrackingTouch(SeekBar bar) {
555 public void onProgressChanged(SeekBar bar, int progress, boolean fromuser) {
558 // the progress bar's position.
569 public void onStopTrackingTouch(SeekBar bar) {
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java66 // for disabling the status bar
104 * Construct the service, add the status bar view to the window manager
199 throw new SecurityException("invalid status bar icon slot: " + slot);
223 throw new SecurityException("invalid status bar icon slot: " + slot);
250 throw new SecurityException("invalid status bar icon slot: " + slot);
427 // Callbacks from the status bar service.
429 public void registerStatusBar(IStatusBar bar, StatusBarIconList iconList, argument
434 Slog.i(TAG, "registerStatusBar bar=" + bar);
435 mBar = bar;
[all...]

Completed in 247 milliseconds