Home
last modified time | relevance | path

Searched refs:mInDirectManipulationMode (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DSeekBarPreference.java57 private boolean mInDirectManipulationMode; field in SeekBarPreference
103 if (mInDirectManipulationMode
114 setInDirectManipulationMode(v, !mInDirectManipulationMode);
119 if (mInDirectManipulationMode) {
143 if (!hasFocus && mInDirectManipulationMode && mSeekBar != null) {
150 if (!mInDirectManipulationMode || !mAdjustable || mSeekBar == null) {
240 if (!enabled && mInDirectManipulationMode) { in onBindViewHolder()
379 mInDirectManipulationMode = enable; in setInDirectManipulationMode()
/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/view/
DQCRowView.java83 private boolean mInDirectManipulationMode; field in QCRowView
94 if (mInDirectManipulationMode
107 setInDirectManipulationMode(v, mSeekBar, !mInDirectManipulationMode);
116 if (mInDirectManipulationMode) {
139 if (!hasFocus && mInDirectManipulationMode && mSeekBar != null) {
146 if (!mInDirectManipulationMode || mSeekBar == null) {
442 if (!slider.isEnabled() && mInDirectManipulationMode) { in initSlider()
457 mInDirectManipulationMode = enable; in setInDirectManipulationMode()
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java445 boolean mInDirectManipulationMode; field in RotaryService
1496 if (!mInDirectManipulationMode) { in handleCenterButtonEvent()
1497 mInDirectManipulationMode = true; in handleCenterButtonEvent()
1566 if (mInDirectManipulationMode) { in handleNudgeEvent()
1978 if (mInDirectManipulationMode) { in handleRotateEvent()
2036 if (!mInDirectManipulationMode in handleBackButtonEvent()
2047 mInDirectManipulationMode = false; in handleBackButtonEvent()
2084 if (mInDirectManipulationMode && mForegroundActivity != null in onForegroundActivityChanged()
2088 mInDirectManipulationMode = false; in onForegroundActivityChanged()
2153 if (mInDirectManipulationMode != enable) { in updateDirectManipulationMode()
[all …]
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java2152 assertThat(mRotaryService.mInDirectManipulationMode).isFalse(); in testDirectManipulationMode1()
2168 assertThat(mRotaryService.mInDirectManipulationMode).isTrue(); in testDirectManipulationMode1()
2183 assertThat(mRotaryService.mInDirectManipulationMode).isFalse(); in testDirectManipulationMode1()
2240 assertThat(mRotaryService.mInDirectManipulationMode).isFalse(); in testDirectManipulationMode2()
2269 assertThat(mRotaryService.mInDirectManipulationMode).isTrue(); in testDirectManipulationMode2()
2295 assertThat(mRotaryService.mInDirectManipulationMode).isFalse(); in testDirectManipulationMode2()