Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallOrientationEventListener.java124 InCallPresenter.getInstance().onDeviceOrientationChange(currentOrientation); in onOrientationChanged()
144 InCallPresenter.getInstance().onDeviceOrientationChange(currentOrientation); in enable()
DInCallPresenter.java1752 public void onDeviceOrientationChange(@ScreenOrientation int orientation) { in onDeviceOrientationChange() method in InCallPresenter