Searched refs:InCallOrientationListener (Results 1 – 2 of 2) sorted by relevance
122 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
35 import com.android.incallui.InCallPresenter.InCallOrientationListener;78 InCallOrientationListener,