HomeSort by relevance Sort by last modified time
    Searched refs:mCropView (Results 1 - 4 of 4) sorted by null

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperCropActivity.java 61 protected CropView mCropView;
98 mCropView = (CropView) findViewById(R.id.cropView);
146 if (mCropView != null) {
147 mCropView.destroy();
167 .getBuiltInDrawable(mCropView.getWidth(), mCropView.getHeight(),
270 TileSource oldSrc = mCropView.getTileSource();
271 mCropView.setTileSource(req.result, null);
272 mCropView.setTouchEnabled(req.touchEnabled);
274 mCropView.moveToLeft()
    [all...]
WallpaperPickerActivity.java 80 * shows the system wallpaper behind the window and hides the {@link #mCropView} if visible
86 mCropView.setVisibility(View.VISIBLE);
92 mCropView.postDelayed(new Runnable() {
98 mCropView.setVisibility(View.INVISIBLE);
128 mCropView = (CropView) findViewById(R.id.cropView);
129 mCropView.setVisibility(View.INVISIBLE);
134 mCropView.setTouchCallback(new ToggleOnTapCallback(mWallpaperStrip));
171 mCropView.addOnLayoutChangeListener(new OnLayoutChangeListener() {
206 if (mSelectedTile != null && mCropView.getTileSource() != null) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 75 protected CropView mCropView;
91 mCropView = findViewById(R.id.cropView);
137 if (mCropView != null) {
138 mCropView.destroy();
173 mCropView.setTileSource(
175 mCropView.setTouchEnabled(touchEnabled);
177 mCropView.moveToLeft();
333 Point inSize = mCropView.getSourceDimensions();
360 boolean ltr = mCropView.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR;
371 RectF cropRect = mCropView.getCrop()
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 72 private CropView mCropView = null;
106 mCropView = (CropView) findViewById(R.id.cropView);
146 mCropView.configChanged();
208 mCropView.initialize(bitmap, imgBounds, imgBounds, orientation);
215 mCropView.applyAspect(mOutputX, mOutputY);
221 mCropView.setWallpaperSpotlight(spotX, spotY);
224 mCropView.applyAspect(aspectX, aspectY);
689 RectF crop = mCropView.getCrop();
690 RectF photo = mCropView.getPhoto();

Completed in 81 milliseconds