HomeSort by relevance Sort by last modified time
    Searched refs:isPropertyEnabled (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 279 Utilities.isPropertyEnabled(Launcher.DISABLE_ALL_APPS_PROPERTY);
Utilities.java 78 public static boolean sForceEnableRotation = isPropertyEnabled(FORCE_ENABLE_ROTATION_PROPERTY);
97 public static boolean isPropertyEnabled(String propertyName) {
Launcher.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 329 private static boolean sForceEnableRotation = isPropertyEnabled(FORCE_ENABLE_ROTATION_PROPERTY);
340 private static boolean isPropertyEnabled(String propertyName) {
    [all...]

Completed in 210 milliseconds