Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DBaseShortcutSection.kt12 abstract class BaseShortcutSection : KeyguardSection() { class
84 return other is BaseShortcutSection in equals()
DAlignShortcutsToUdfpsSection.kt50 ) : BaseShortcutSection() {
DDefaultShortcutsSection.kt55 ) : BaseShortcutSection() { in <lambda>()