Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherApplication.java142 public static boolean isScreenLandscape(Context context) { in isScreenLandscape() method in LauncherApplication
DDragLayer.java739 if (true || LauncherApplication.isScreenLandscape(getContext()) || in getChildDrawingOrder()
DWorkspace.java3497 boolean isPortrait = !LauncherApplication.isScreenLandscape(getContext());