Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DRotaryService.java423 boolean mInRotaryMode; field in RotaryService
773 mInRotaryMode = false; in onDestroy()
1138 if (!mInRotaryMode) { in handleViewFocusedEvent()
1320 if (!mInRotaryMode) { in handleWindowRemovedEvent()
1356 if (!mInRotaryMode) { in handleWindowAddedEvent()
2185 boolean prevInRotaryMode = mInRotaryMode; in initFocus()
2565 mInRotaryMode = inRotaryMode; in setInRotaryMode()
2566 if (!mInRotaryMode) { in setInRotaryMode()
2573 if (!mInRotaryMode && mInDirectManipulationMode) { in setInRotaryMode()
2592 if (mInRotaryMode && !isValidIme(newIme)) { in updateIme()
[all …]
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DRotaryServiceTest.java1858 mRotaryService.mInRotaryMode = true; in testOnAccessibilityEvent_typeViewFocused()
1922 mRotaryService.mInRotaryMode = true; in testOnAccessibilityEvent_typeViewFocused2()
1986 mRotaryService.mInRotaryMode = true; in testOnAccessibilityEvent_typeViewClicked()
2053 mRotaryService.mInRotaryMode = true; in testOnAccessibilityEvent_typeViewClicked2()
2142 mRotaryService.mInRotaryMode = true; in testDirectManipulationMode1()
2229 mRotaryService.mInRotaryMode = true; in testDirectManipulationMode2()