use of com.android.systemui.qs.customize.QSCustomizer in project platform_frameworks_base by android.
the class NotificationsQuickSettingsContainer method onInflated.
@Override
public void onInflated(View v) {
QSCustomizer customizer = ((QSContainer) v).getCustomizer();
customizer.setContainer(this);
}
use of com.android.systemui.qs.customize.QSCustomizer in project android_frameworks_base by AOSPA.
the class NotificationsQuickSettingsContainer method onInflated.
@Override
public void onInflated(View v) {
QSCustomizer customizer = ((QSContainer) v).getCustomizer();
customizer.setContainer(this);
}
use of com.android.systemui.qs.customize.QSCustomizer in project android_frameworks_base by crdroidandroid.
the class NotificationsQuickSettingsContainer method onInflated.
@Override
public void onInflated(View v) {
QSCustomizer customizer = ((QSContainer) v).getCustomizer();
customizer.setContainer(this);
}
use of com.android.systemui.qs.customize.QSCustomizer in project android_frameworks_base by DirtyUnicorns.
the class NotificationsQuickSettingsContainer method onInflated.
@Override
public void onInflated(View v) {
QSCustomizer customizer = ((QSContainer) v).getCustomizer();
customizer.setContainer(this);
}
use of com.android.systemui.qs.customize.QSCustomizer in project android_frameworks_base by ResurrectionRemix.
the class NotificationsQuickSettingsContainer method onInflated.
@Override
public void onInflated(View v) {
QSCustomizer customizer = ((QSContainer) v).getCustomizer();
customizer.setContainer(this);
}
Aggregations