Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/dagger/
DInputSessionComponent.java20 …port static com.android.systemui.ambient.touch.dagger.AmbientTouchModule.PILFER_ON_GESTURE_CONSUME;
49 @Named(PILFER_ON_GESTURE_CONSUME) @BindsInstance boolean pilferOnGestureConsume); in create()
DAmbientTouchModule.kt46 const val PILFER_ON_GESTURE_CONSUME = "PILFER_ON_GESTURE_CONSUME" constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DInputSession.java19 …port static com.android.systemui.ambient.touch.dagger.AmbientTouchModule.PILFER_ON_GESTURE_CONSUME;
68 @Named(PILFER_ON_GESTURE_CONSUME) boolean pilferOnGestureConsume) { in InputSession()