Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java90 private static final int FLAG_MULTIPLE_ORIENTATION_SUPPORTED_BY_DENSITY = 1 << 1; field in RecentsOrientedState
111 | FLAG_MULTIPLE_ORIENTATION_SUPPORTED_BY_DENSITY;
173 setFlag(FLAG_MULTIPLE_ORIENTATION_SUPPORTED_BY_DENSITY, !deviceProfile.isTablet); in setDeviceProfile()