Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallPresenter.java105 private final Set<InCallOrientationListener> mOrientationListeners = Collections.newSetFromMap(
106 new ConcurrentHashMap<InCallOrientationListener, Boolean>(8, 0.9f, 1));
808 public void addOrientationListener(InCallOrientationListener listener) { in addOrientationListener()
813 public void removeOrientationListener(InCallOrientationListener listener) { in removeOrientationListener()
1620 for (InCallOrientationListener listener : mOrientationListeners) { in onDeviceOrientationChange()
1871 public interface InCallOrientationListener { interface in InCallPresenter
DVideoCallPresenter.java38 import com.android.incallui.InCallPresenter.InCallOrientationListener;
69 IncomingCallListener, InCallOrientationListener, InCallStateListener,