Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java435 boolean mInRotaryMode; field in RotaryService
786 mInRotaryMode = false; in onDestroy()
1157 if (!mInRotaryMode) { in handleViewFocusedEvent()
1344 if (!mInRotaryMode) { in handleWindowRemovedEvent()
1380 if (!mInRotaryMode) { in handleWindowAddedEvent()
2136 if (!mInRotaryMode || !DirectManipulationHelper.isDirectManipulation(event)) { in updateDirectManipulationMode()
2332 boolean prevInRotaryMode = mInRotaryMode; in initFocus()
2729 mInRotaryMode = inRotaryMode; in setInRotaryMode()
2730 if (!mInRotaryMode) { in setInRotaryMode()
2737 if (!mInRotaryMode && mInDirectManipulationMode) { in setInRotaryMode()
[all …]
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java1867 mRotaryService.mInRotaryMode = true; in testOnAccessibilityEvent_typeViewFocused()
1931 mRotaryService.mInRotaryMode = true; in testOnAccessibilityEvent_typeViewFocused2()
1995 mRotaryService.mInRotaryMode = true; in testOnAccessibilityEvent_typeViewClicked()
2062 mRotaryService.mInRotaryMode = true; in testOnAccessibilityEvent_typeViewClicked2()
2151 mRotaryService.mInRotaryMode = true; in testDirectManipulationMode1()
2238 mRotaryService.mInRotaryMode = true; in testDirectManipulationMode2()