Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/app/
DControlledRemoteCarTaskViewConfig.java35 final boolean mShouldCaptureGestures; field in ControlledRemoteCarTaskViewConfig
45 mShouldCaptureGestures = shouldCaptureGestures; in ControlledRemoteCarTaskViewConfig()
62 return mShouldCaptureGestures; in shouldCaptureGestures()
75 + ", shouldCaptureGestures=" + mShouldCaptureGestures in toString()
88 private boolean mShouldCaptureGestures; field in ControlledRemoteCarTaskViewConfig.Builder
138 mShouldCaptureGestures = shouldCaptureGestures; in setShouldCaptureGestures()
168 mActivityIntent, mShouldAutoRestartOnCrash, mShouldCaptureGestures, in build()
DCarTaskViewInputInterceptor.java212 .mShouldCaptureGestures && isIn(event, tv)) { in dispatchTouchEvent()
277 && ((ControlledRemoteCarTaskView) tv).getConfig().mShouldCaptureGestures in onLongPress()
DCarTaskViewController.java111 if (controlledRemoteCarTaskViewConfig.mShouldCaptureGestures in createControlledRemoteCarTaskView()