Home
last modified time | relevance | path

Searched defs:Shortcut (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DBottomAreaSection.kt66 fun SceneScope.Shortcut( in <lambda>() method in com.android.systemui.keyguard.ui.composable.section.BottomAreaSection
120 private fun Shortcut( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DShortcutParser.java129 public static class Shortcut { class in ShortcutParser
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/composable/
DShortcutHelperTemporaryData.kt44 data class Shortcut(val label: String, val commands: List<ShortcutCommand>) class