Searched refs:mShown (Results 1 – 5 of 5) sorted by relevance
84 private boolean mShown; field in SplitDecorManager195 mShown = false; in release()227 final boolean update = showVeil != mShown; in onResizing()279 mShown = showVeil; in onResizing()336 if (!mShown) { in onResized()353 if (mShown) { in onResized()370 if (!mShown && mIsResizing && !mOldMainBounds.equals(mResizingBounds)) { in screenshotIfNeeded()388 if (!mShown && mIsResizing && !mOldMainBounds.equals(mResizingBounds)) { in setScreenshotIfNeeded()404 if (mShown) { in fadeOutDecor()411 mShown = false; in fadeOutDecor()
123 boolean mShown; field in VoiceInteractionSessionConnection291 mShown = true; in showLocked()527 if (mShown) { in hideLocked()528 mShown = false; in hideLocked()607 if (mShown) { in deliverNewSessionLocked()648 if (!mShown || mCanceled || mSession == null) { in startListeningVisibleActivityChangedLocked()737 if (!mShown || mCanceled || mSession == null) { in handleVisibleActivitiesLocked()866 if (!mShown || mCanceled || mSession == null) { in notifyActivityDestroyedLocked()921 pw.print(prefix); pw.print("mShown="); pw.println(mShown); in dump()
370 if (!mActiveSession.mShown) { in startVoiceActivityLocked()393 if (!mActiveSession.mShown) { in startAssistantActivityLocked()585 if (mActiveSession == null || !mActiveSession.mShown) { in notifyActivityDestroyedLocked()599 if (mActiveSession == null || !mActiveSession.mShown) { in notifyActivityEventChangedLocked()
101 private boolean mShown; field in HeadsUpAppearanceController266 if (mShown != isShown) { in setShown()267 mShown = isShown; in setShown()349 return mShown; in isShown()
1265 private boolean mShown; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow1319 if (mShown == shown) { in setShown()1322 mShown = shown; in setShown()1325 Slog.i(LOG_TAG, "ViewportWindow shown: " + mShown); in setShown()