Home
last modified time | relevance | path

Searched refs:touchEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java245 mCropView.setTouchEnabled(req.touchEnabled); in onLoadRequestComplete()
267 public final void setCropViewTileSource(BitmapSource bitmapSource, boolean touchEnabled, in setCropViewTileSource() argument
272 req.touchEnabled = touchEnabled; in setCropViewTileSource()
456 boolean touchEnabled;
DWallpaperPickerActivity.java298 req.touchEnabled = false; in onClick()