HomeSort by relevance Sort by last modified time
    Searched full:sharepopup (Results 1 - 6 of 6) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 52 public class SharePopup extends PopupWindow implements View.OnClickListener,
54 private static final String TAG = "SharePopup";
103 public SharePopup(Activity activity, Uri uri, Bitmap bitmap, int orientation,
115 ViewGroup sharePopup = (ViewGroup) inflater.inflate(R.layout.share_popup, null, false);
117 sharePopup.setOnTouchListener(this);
119 (RotateLayout) sharePopup.findViewById(R.id.thumbnail_rotate_layout);
120 mShareList = (GridView) sharePopup.findViewById(R.id.share_list);
121 mThumbnail = (ImageView) sharePopup.findViewById(R.id.thumbnail);
124 (View) sharePopup.findViewById(R.id.thumbnail_image_frame);
129 (RotateLayout) sharePopup.findViewById(R.id.goto_gallery_button_rotate)
    [all...]
  /packages/apps/LegacyCamera/res/layout/
share_popup.xml 35 <!-- The size of the thumbnail is calculated in SharePopup.java -->
  /packages/apps/LegacyCamera/res/layout-sw600dp/
share_popup.xml 36 <!-- The size of the thumbnail is calculated in SharePopup.java -->
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 37 import com.android.camera.ui.SharePopup;
149 private SharePopup mSharePopup;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 27 import com.android.camera.ui.SharePopup;
157 private SharePopup mSharePopup;
    [all...]
VideoCamera.java 27 import com.android.camera.ui.SharePopup;
162 private SharePopup mSharePopup;
    [all...]

Completed in 781 milliseconds