Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/games/
DGameSession.java95 boolean visibleDueToGesture) {
99 visibleDueToGesture));
169 boolean visibleDueToGesture) { in dispatchTransientSystemBarVisibilityFromRevealGestureChanged() argument
170 boolean didValueChange = mAreTransientInsetsVisibleDueToGesture != visibleDueToGesture; in dispatchTransientSystemBarVisibilityFromRevealGestureChanged()
171 mAreTransientInsetsVisibleDueToGesture = visibleDueToGesture; in dispatchTransientSystemBarVisibilityFromRevealGestureChanged()
173 onTransientSystemBarVisibilityFromRevealGestureChanged(visibleDueToGesture); in dispatchTransientSystemBarVisibilityFromRevealGestureChanged()
301 boolean visibleDueToGesture) { in onTransientSystemBarVisibilityFromRevealGestureChanged() argument
DIGameSession.aidl27 void onTransientSystemBarVisibilityFromRevealGestureChanged(boolean visibleDueToGesture); in onTransientSystemBarVisibilityFromRevealGestureChanged() argument
/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
DGameSessionTest.java420 boolean visibleDueToGesture) { in onTransientSystemBarVisibilityFromRevealGestureChanged() argument
421 mCapturedTransientSystemBarVisibilityFromRevealGestures.add(visibleDueToGesture); in onTransientSystemBarVisibilityFromRevealGestureChanged()