Searched refs:ENABLE_MULTI_DISPLAY_PARTIAL_DEPTH (Results 1 – 2 of 2) sorted by relevance
94 public static final BooleanFlag ENABLE_MULTI_DISPLAY_PARTIAL_DEPTH = getDebugFlag(270395073, field in FeatureFlags
26 import static com.android.launcher3.config.FeatureFlags.ENABLE_MULTI_DISPLAY_PARTIAL_DEPTH;403 if (isMultiDisplay && !ENABLE_MULTI_DISPLAY_PARTIAL_DEPTH.get()) { in DeviceProfile()