Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java122 private final Set<InCallOrientationListener> orientationListeners =
124 new ConcurrentHashMap<InCallOrientationListener, Boolean>(8, 0.9f, 1));
1147 public void addOrientationListener(InCallOrientationListener listener) { in addOrientationListener()
1152 public void removeOrientationListener(InCallOrientationListener listener) { in removeOrientationListener()
1764 for (InCallOrientationListener listener : orientationListeners) { in onDeviceOrientationChange()
1962 public interface InCallOrientationListener { interface in InCallPresenter
DVideoCallPresenter.java35 import com.android.incallui.InCallPresenter.InCallOrientationListener;
78 InCallOrientationListener,