Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt419 assertThat(tileView.areLongPressEffectPropertiesSet).isFalse() in onStateChange_fromLongPress_to_noLongPress_clearsResources()
434 assertThat(tileView.areLongPressEffectPropertiesSet).isTrue() in onStateChange_fromNoLongPress_to_longPress_setsProperties()
450 assertThat(tileView.areLongPressEffectPropertiesSet).isFalse() in onStateChange_withoutLongPressEffect_fromLongPress_to_noLongPress_neverSetsProperties()
469 assertThat(tileView.areLongPressEffectPropertiesSet).isFalse() in onStateChange_withoutLongPressEffect_fromNoLongPress_to_longPress_neverSetsProperties()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt208 val areLongPressEffectPropertiesSet: Boolean in <lambda>() constant