Searched refs:mOverlayRootView (Results 1 – 1 of 1) sorted by relevance
258 private OverlayRootView mOverlayRootView; field in MainActivity502 mOverlayRootView = (OverlayRootView) getLayoutInflater().inflate( in onCreate()688 ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).addView(mOverlayRootView, in onAttachedToWindow()695 ((WindowManager) getSystemService(Context.WINDOW_SERVICE)).removeView(mOverlayRootView); in onDetachedFromWindow()1360 View v = mOverlayRootView != null ? mOverlayRootView.findViewById(id) : null; in findViewById()1384 if ((mOverlayRootView.hasFocusable() in dispatchKeyEvent()1874 if (mOverlayRootView.isLaidOut()) { in runAfterAttachedToWindow()1877 mOverlayRootView.addOnAttachStateChangeListener(new View.OnAttachStateChangeListener() { in runAfterAttachedToWindow()1880 mOverlayRootView.removeOnAttachStateChangeListener(this); in runAfterAttachedToWindow()