Searched refs:isGridEnabled (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java75 public boolean isGridEnabled; field in class:RecentsConfiguration
94 isGridEnabled = SystemProperties.getBoolean("ro.recents.grid", false);
H A DRecentsImpl.java446 if (Recents.getConfiguration().isGridEnabled) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java94 mCornerRadius = Recents.getConfiguration().isGridEnabled ?
H A DDockState.java135 dockAreaOverlay = new ColorDrawable(Recents.getConfiguration().isGridEnabled
H A DTaskStackView.java262 mTaskCornerRadiusPx = Recents.getConfiguration().isGridEnabled ?
272 if (Recents.getConfiguration().isGridEnabled) {
765 if (Recents.getConfiguration().isGridEnabled) {
1477 if (Recents.getConfiguration().isGridEnabled) {
H A DTaskStackLayoutAlgorithm.java152 return Recents.getConfiguration().isGridEnabled;
1075 if (config.isGridEnabled) {
H A DTaskStackAnimationHelper.java118 mEnterAndExitFromHomeTranslationOffset = Recents.getConfiguration().isGridEnabled
H A DTaskViewHeader.java215 mCornerRadius = Recents.getConfiguration().isGridEnabled ?

Completed in 69 milliseconds