Searched defs:bar (Results 1 - 9 of 9) 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/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java257 public void setBar(BaseStatusBar bar) { argument
258 mBar = bar;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java54 public void setBar(PhoneStatusBar bar) { argument
55 mBar = bar;
83 // The status bar is very small so augment the view that the user is touching
84 // with the content of the status bar a whole. This way an accessibility service
113 // Close the status bar in the next frame so we can show the end of the animation.
H A DNotificationPanelView.java174 public void setStatusBar(PhoneStatusBar bar) { argument
175 mStatusBar = bar;
/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/statusbar/policy/
H A DHeadsUpNotificationView.java83 public void setBar(PhoneStatusBar bar) { argument
84 mBar = bar;
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java59 // for disabling the status bar
88 * Construct the service, add the status bar view to the window manager
231 throw new SecurityException("invalid status bar icon slot: " + slot);
256 throw new SecurityException("invalid status bar icon slot: " + slot);
284 throw new SecurityException("invalid status bar icon slot: " + slot);
462 // Callbacks from the status bar service.
465 public void registerStatusBar(IStatusBar bar, StatusBarIconList iconList, argument
469 Slog.i(TAG, "registerStatusBar bar=" + bar);
470 mBar = bar;
[all...]

Completed in 190 milliseconds