Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallOrientationEventListener.java90 InCallPresenter.getInstance().onDeviceOrientationChange(sCurrentOrientation); in onOrientationChanged()
102 InCallPresenter.getInstance().onDeviceOrientationChange(sCurrentOrientation); in enable()
DInCallPresenter.java1610 public void onDeviceOrientationChange(int orientation) { in onDeviceOrientationChange() method in InCallPresenter