Searched refs:sharePopup (Results 1 – 1 of 1) sorted by relevance
115 ViewGroup sharePopup = (ViewGroup) inflater.inflate(R.layout.share_popup, null, false); in SharePopup() local117 sharePopup.setOnTouchListener(this); in SharePopup()119 (RotateLayout) sharePopup.findViewById(R.id.thumbnail_rotate_layout); in SharePopup()120 mShareList = (GridView) sharePopup.findViewById(R.id.share_list); in SharePopup()121 mThumbnail = (ImageView) sharePopup.findViewById(R.id.thumbnail); in SharePopup()124 (View) sharePopup.findViewById(R.id.thumbnail_image_frame); in SharePopup()129 (RotateLayout) sharePopup.findViewById(R.id.goto_gallery_button_rotate); in SharePopup()130 sharePopup.findViewById(R.id.goto_gallery_button).setOnClickListener(this); in SharePopup()137 sharePopup.findViewById(R.id.play).setVisibility(View.VISIBLE); in SharePopup()145 mRootView = sharePopup.findViewById(R.id.root); in SharePopup()[all …]