Searched refs:mPlaceholderWrapper (Results 1 – 1 of 1) sorted by relevance
42 private ViewGroup mPlaceholderWrapper; field in AbstractTutorialOverlay64 mPlaceholderWrapper = placeHolderWrapper; in show()65 if (mPlaceholderWrapper != null) { in show()66 mPlaceholderWrapper.removeAllViews(); in show()69 mPlaceholderWrapper.setVisibility(View.VISIBLE); in show()71 mPlaceholderWrapper).findViewById(R.id.tutorials_placeholder); in show()88 if (mPlaceholderWrapper != null) { in removeOverlayAndHideWrapper()89 mPlaceholderWrapper.removeAllViews(); in removeOverlayAndHideWrapper()91 mPlaceholderWrapper.setVisibility(View.GONE); in removeOverlayAndHideWrapper()