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.java268 mCropView.setTouchEnabled(req.touchEnabled); in onLoadRequestComplete()
290 public final void setCropViewTileSource(BitmapSource bitmapSource, boolean touchEnabled, in setCropViewTileSource() argument
295 req.touchEnabled = touchEnabled; in setCropViewTileSource()
492 boolean touchEnabled;
DWallpaperPickerActivity.java348 req.touchEnabled = false; in onClick()