Searched refs:mBlocker (Results 1 – 2 of 2) sorted by relevance
193 private View mBlocker; field in PhotoModule563 mGestures.addTouchReceiver(mBlocker); in initializeRenderOverlay()1199 if (mBlocker != null) { in onFullScreenChanged()1200 mBlocker.setVisibility(full ? View.VISIBLE : View.GONE); in onFullScreenChanged()1614 mBlocker = mRootView.findViewById(R.id.blocker); in initializeControlByIntent()2447 mBlocker.setVisibility(View.INVISIBLE); in showPopup()2464 mBlocker.setVisibility(View.VISIBLE); in dismissPopup()
225 private View mBlocker; field in VideoModule401 mGestures.addTouchReceiver(mBlocker); in initializeOverlay()2106 mBlocker = mRootView.findViewById(R.id.blocker); in initializeControlByIntent()2533 if (mBlocker != null) { in onFullScreenChanged()2535 mBlocker.setVisibility(full ? View.VISIBLE : View.GONE); in onFullScreenChanged()2783 mBlocker.setVisibility(View.INVISIBLE); in showPopup()2800 mBlocker.setVisibility(View.VISIBLE); in dismissPopup()