Searched refs:ENABLE_TWO_PANEL_HOME (Results 1 – 2 of 2) sorted by relevance
229 public static final BooleanFlag ENABLE_TWO_PANEL_HOME = getDebugFlag( field in FeatureFlags
21 import static com.android.launcher3.config.FeatureFlags.ENABLE_TWO_PANEL_HOME;266 boolean isSplitDisplay = isPhone && isTablet && ENABLE_TWO_PANEL_HOME.get(); in initGrid()