use of com.android.launcher3.config.FlagTogglerPrefUi in project android_packages_apps_Launcher3 by crdroidandroid.
the class DeveloperOptionsFragment method initFlags.
private void initFlags() {
if (!FeatureFlags.showFlagTogglerUi(getContext())) {
return;
}
mFlagTogglerPrefUi = new FlagTogglerPrefUi(this);
mFlagTogglerPrefUi.applyTo(newCategory("Feature flags"));
}
use of com.android.launcher3.config.FlagTogglerPrefUi in project android_packages_apps_Launcher3 by AOSPA.
the class DeveloperOptionsFragment method initFlags.
private void initFlags() {
if (!FeatureFlags.showFlagTogglerUi(getContext())) {
return;
}
mFlagTogglerPrefUi = new FlagTogglerPrefUi(this);
mFlagTogglerPrefUi.applyTo(newCategory("Feature flags"));
}
use of com.android.launcher3.config.FlagTogglerPrefUi in project android_packages_apps_Trebuchet by LineageOS.
the class DeveloperOptionsFragment method initFlags.
private void initFlags() {
if (!FeatureFlags.showFlagTogglerUi(getContext())) {
return;
}
mFlagTogglerPrefUi = new FlagTogglerPrefUi(this);
mFlagTogglerPrefUi.applyTo(newCategory("Feature flags"));
}
use of com.android.launcher3.config.FlagTogglerPrefUi in project android_packages_apps_Launcher3 by ArrowOS.
the class DeveloperOptionsFragment method initFlags.
private void initFlags() {
if (!FeatureFlags.showFlagTogglerUi(getContext())) {
return;
}
mFlagTogglerPrefUi = new FlagTogglerPrefUi(this);
mFlagTogglerPrefUi.applyTo(newCategory("Feature flags"));
}
use of com.android.launcher3.config.FlagTogglerPrefUi in project android_packages_apps_Launcher3 by ProtonAOSP.
the class DeveloperOptionsFragment method initFlags.
private void initFlags() {
if (!FeatureFlags.showFlagTogglerUi(getContext())) {
return;
}
mFlagTogglerPrefUi = new FlagTogglerPrefUi(this);
mFlagTogglerPrefUi.applyTo(newCategory("Feature flags"));
}
Aggregations