Searched refs:mBottomOverlay (Results 1 – 1 of 1) sorted by relevance
127 private View mBottomOverlay; field in ScreenDecorations289 if (mOverlay == null || mBottomOverlay == null) { in setAssistHintVisible()298 CornerHandleView assistHintBottomLeft = mBottomOverlay.findViewById( in setAssistHintVisible()300 CornerHandleView assistHintBottomRight = mBottomOverlay.findViewById( in setAssistHintVisible()376 if (mOverlay != null && mBottomOverlay != null && mRotation != newRotation) { in startOnScreenDecorationsThread()392 mBottomOverlay.getViewTreeObserver().addOnPreDrawListener( in startOnScreenDecorationsThread()393 new RestartingPreDrawListener(mBottomOverlay, newRotation)); in startOnScreenDecorationsThread()411 mBottomOverlay = LayoutInflater.from(mContext) in setupDecorations()415 ((ViewGroup) mBottomOverlay).addView(mCutoutBottom); in setupDecorations()421 mBottomOverlay.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE); in setupDecorations()[all …]