Home
last modified time | relevance | path

Searched refs:InCallOrientationListener (Results 1 – 2 of 2) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DInCallPresenter.java83 private final Set<InCallOrientationListener> mOrientationListeners = Collections.newSetFromMap(
84 new ConcurrentHashMap<InCallOrientationListener, Boolean>(8, 0.9f, 1));
529 public void addOrientationListener(InCallOrientationListener listener) { in addOrientationListener()
534 public void removeOrientationListener(InCallOrientationListener listener) { in removeOrientationListener()
1277 for (InCallOrientationListener listener : mOrientationListeners) { in onDeviceOrientationChange()
1454 public interface InCallOrientationListener { interface in InCallPresenter
DVideoCallPresenter.java29 import com.android.incallui.InCallPresenter.InCallOrientationListener;
61 IncomingCallListener, InCallOrientationListener, InCallStateListener,