Searched refs:mBottomOverlay (Results 1 – 1 of 1) sorted by relevance
119 private View mBottomOverlay; field in ScreenDecorations261 if (mOverlay == null || mBottomOverlay == null) { in setAssistHintVisible()270 CornerHandleView assistHintBottomLeft = mBottomOverlay.findViewById( in setAssistHintVisible()272 CornerHandleView assistHintBottomRight = mBottomOverlay.findViewById( in setAssistHintVisible()345 if (mOverlay != null && mBottomOverlay != null && mRotation != newRotation) { in startOnScreenDecorationsThread()361 mBottomOverlay.getViewTreeObserver().addOnPreDrawListener( in startOnScreenDecorationsThread()362 new RestartingPreDrawListener(mBottomOverlay, newRotation)); in startOnScreenDecorationsThread()380 mBottomOverlay = LayoutInflater.from(mContext) in setupDecorations()384 ((ViewGroup) mBottomOverlay).addView(mCutoutBottom); in setupDecorations()390 mBottomOverlay.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE); in setupDecorations()[all …]