Searched refs:mShouldCaptureGestures (Results 1 – 3 of 3) sorted by relevance
35 final boolean mShouldCaptureGestures; field in ControlledRemoteCarTaskViewConfig45 mShouldCaptureGestures = shouldCaptureGestures; in ControlledRemoteCarTaskViewConfig()62 return mShouldCaptureGestures; in shouldCaptureGestures()75 + ", shouldCaptureGestures=" + mShouldCaptureGestures in toString()88 private boolean mShouldCaptureGestures; field in ControlledRemoteCarTaskViewConfig.Builder138 mShouldCaptureGestures = shouldCaptureGestures; in setShouldCaptureGestures()168 mActivityIntent, mShouldAutoRestartOnCrash, mShouldCaptureGestures, in build()
212 .mShouldCaptureGestures && isIn(event, tv)) { in dispatchTouchEvent()277 && ((ControlledRemoteCarTaskView) tv).getConfig().mShouldCaptureGestures in onLongPress()
111 if (controlledRemoteCarTaskViewConfig.mShouldCaptureGestures in createControlledRemoteCarTaskView()