Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsPolicy.java152 @InsetsType int showingTransientTypes = mShowingTransientTypes; in showTransient() local
163 showingTransientTypes |= type; in showTransient()
165 if (mShowingTransientTypes != showingTransientTypes) { in showTransient()
166 mShowingTransientTypes = showingTransientTypes; in showTransient()
171 showingTransientTypes, isGestureOnSystemBar); in showTransient() local
176 (showingTransientTypes & (Type.statusBars() | Type.navigationBars())) != 0, in showTransient()