Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardQuickAffordancesCombinedViewModelTest.kt340 val endButton = collectLastValue(underTest.endButton) regex
H A DKeyguardBottomAreaViewModelTest.kt367 val endButton = collectLastValue(underTest.endButton) regex
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.cpp286 … auto endButton = BuildIconButton(theme_, menuZoneSize_, menuZoneSize_, endIcon, endClickMarker_); in BuildEndZone() local