Searched refs:showing (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DVideoPauseController.java257 * @param showing true if UI is in the foreground, false otherwise.
259 public void onUiShowing(boolean showing) { argument
265 if (showing) {
H A DProximitySensor.java140 public void onInCallShowing(boolean showing) { argument
141 if (showing) {
144 // We only consider the UI not showing for instances where another app took the foreground.
145 // If we stopped showing because the screen is off, we still consider that showing.
H A DInCallPresenter.java370 * more active calls. However, we may still want to continue showing the UI for certain cases like
371 * showing "Call Ended". What we really want is to wait for the activity and the service to both
448 // If we are showing NO_CALLS, that means that a call probably connected and
974 public void onUiShowing(boolean showing) { argument
982 mProximitySensor.onInCallShowing(showing);
989 if (showing) {
998 if (showing) {
1005 listener.onUiShowing(showing);
1038 private void notifyVideoPauseController(boolean showing) { argument
1042 VideoPauseController.getInstance().onUiShowing(showing);
1695 onUiShowing(boolean showing) argument
[all...]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedConnection.java188 public void setIsIncomingCallUiShowing(boolean showing) { argument
189 mIsIncomingCallUiShowing = showing;
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCircularClipAnimation.java139 * @param showing Whether the animation is supposed to show or hide components.
146 public void start(boolean showing, int x, int y, int width, int height, View anchorView) { argument
148 "start(" + showing + ", " + width + ", " + height + ", " + anchorView + ")");
159 if (showing) {
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
H A DCarDrawerActivity.java336 public void setDrawerShowing(boolean showing) { argument
337 mDrawerShowing = showing;

Completed in 141 milliseconds