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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DIntentButtonProvider.java31 public IntentButton getIntentButton();
33 public interface IntentButton { interface in interface:IntentButtonProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java74 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;
75 import com.android.systemui.plugins.IntentButtonProvider.IntentButton.IconState;
163 private IntentButton mRightButton = new DefaultRightButton();
164 private Extension<IntentButton> mRightExtension;
166 private IntentButton mLeftButton = new DefaultLeftButton();
167 private Extension<IntentButton> mLeftExtension;
276 mRightExtension = Dependency.get(ExtensionController.class).newExtension(IntentButton.class)
283 mLeftExtension = Dependency.get(ExtensionController.class).newExtension(IntentButton.class)
808 private void setRightButton(IntentButton button) {
815 private void setLeftButton(IntentButton butto
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DLockscreenFragment.java52 import com.android.systemui.plugins.IntentButtonProvider.IntentButton;
318 public static class LockButtonFactory implements TunerFactory<IntentButton> {
334 public IntentButton create(Map<String, String> settings) {
353 private static class ShortcutButton implements IntentButton {
381 private static class ActivityButton implements IntentButton {

Completed in 88 milliseconds