Home
last modified time | relevance | path

Searched refs:IntentButton (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DIntentButtonProvider.java31 public IntentButton getIntentButton(); in getIntentButton()
33 public interface IntentButton { interface
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java96 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;
97 import com.android.systemui.plugins.IntentButtonProvider.IntentButton.IconState;
191 private IntentButton mRightButton = new DefaultRightButton();
192 private Extension<IntentButton> mRightExtension;
194 private IntentButton mLeftButton = new DefaultLeftButton();
195 private Extension<IntentButton> mLeftExtension;
357 mLeftExtension = Dependency.get(ExtensionController.class).newExtension(IntentButton.class) in onAttachedToWindow()
893 private void setRightButton(IntentButton button) { in setRightButton()
900 private void setLeftButton(IntentButton button) { in setLeftButton()
957 private class DefaultLeftButton implements IntentButton {
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java45 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;
310 public static class LockButtonFactory implements TunerFactory<IntentButton> {
326 public IntentButton create(Map<String, String> settings) { in create()
345 private static class ShortcutButton implements IntentButton {
373 private static class ActivityButton implements IntentButton {