Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java160 private IntentButton mRightButton = new DefaultRightButton();
269 .withDefault(() -> new DefaultRightButton()) in onAttachedToWindow()
802 private class DefaultRightButton implements IntentButton { class in KeyguardBottomAreaView