Searched refs:affordance (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | quickaffordance.md | 25 …aults only work until the user of the device selects a different quick affordance for that slot, e… 28 …affordance for a specific slot. We remove a selection when the user un-selects a quick affordance … 30 ## Building a Quick affordance Picker Experience 40 … `Cursor` where each row represents a slot, affordance, or selection, respectively. Note that the … 43 …table accepts `insert` or `delete` operations to either add or remove a quick affordance on a slot. 44 …affordance on a slot, execute the `insert` operation on the `selections` table `Uri` and include t… 45 …affordance from a slot, execute the `delete` operation on the `selections` table `Uri` and include… 46 * To remove all selections of any currently-selected quick affordance from a specific slot, repeat … 53 * Select one quick affordance per slot at a time 54 * Unselect an already-selected quick affordance from a slot [all …]
|
D | glossary.md | 30 …affordance for a fingerprint sensor that is under the display, which requires a software visual af…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardQuickAffordanceInteractor.kt | 128 ) { affordance, isDozing, isKeyguardShowing, isQuickSettingsVisible, isUserInLockdown -> in <lambda>() method 130 affordance in <lambda>() 288 getAffordancePickerRepresentations().associateBy { affordance -> affordance.id } in <lambda>() method
|
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/ |
D | FakeCustomizationProviderClient.kt | 162 fun addAffordance(affordance: CustomizationProviderClient.Affordance): Int { in <lambda>() 163 affordances.value = affordances.value + listOf(affordance) in <lambda>()
|
/frameworks/base/packages/SystemUI/docs/ |
D | user-switching.md | 15 ### Keyguard affordance
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2285 // Notification expansion state toggled by the expand affordance. 2288 // Notification group expansion state toggled by the expand affordance.
|