Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallOrientationEventListener.java50 public @interface ScreenOrientation {} annotation in InCallOrientationEventListener
71 @ScreenOrientation private static int currentOrientation = SCREEN_ORIENTATION_0;
95 @ScreenOrientation
178 @ScreenOrientation
DInCallPresenter.java62 import com.android.incallui.InCallOrientationEventListener.ScreenOrientation;
1757 public void onDeviceOrientationChange(@ScreenOrientation int orientation) { in onDeviceOrientationChange()
1969 void onDeviceOrientationChanged(@ScreenOrientation int orientation); in onDeviceOrientationChanged()