Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallPresenter.java122 private final Set<InCallOrientationListener> orientationListeners = field in InCallPresenter
1152 orientationListeners.add(listener); in addOrientationListener()
1157 orientationListeners.remove(listener); in removeOrientationListener()
1670 orientationListeners.clear(); in attemptCleanup()
1769 for (InCallOrientationListener listener : orientationListeners) { in onDeviceOrientationChange()