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
1149 orientationListeners.add(listener); in addOrientationListener()
1154 orientationListeners.remove(listener); in removeOrientationListener()
1665 orientationListeners.clear(); in attemptCleanup()
1764 for (InCallOrientationListener listener : orientationListeners) { in onDeviceOrientationChange()