Searched refs:mCameraButton (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumSetPage.java120 private Button mCameraButton; field in class:AlbumSetPage
366 mCameraButton = new Button(mActivity);
367 mCameraButton.setText(R.string.camera_label);
368 mCameraButton.setCompoundDrawablesWithIntrinsicBounds(0, R.drawable.frame_overlay_gallery_camera, 0, 0);
369 mCameraButton.setOnClickListener(new OnClickListener() {
379 galleryRoot.addView(mCameraButton, lp);
384 if (mCameraButton == null) return;
388 galleryRoot.removeView(mCameraButton);
389 mCameraButton = null;
393 if (mCameraButton
[all...]

Completed in 27 milliseconds