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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DObservableScrollView.java47 public void setTouchEnabled(boolean touchEnabled) { argument
48 mTouchEnabled = touchEnabled;
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java66 public void windowFocusChanged(boolean hasFocus, boolean touchEnabled) { argument
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java144 final BitmapRegionTileSource.BitmapSource bitmapSource, final boolean touchEnabled,
175 mCropView.setTouchEnabled(touchEnabled);
143 setCropViewTileSource( final BitmapRegionTileSource.BitmapSource bitmapSource, final boolean touchEnabled, final boolean moveToLeft, final Runnable postExecute) argument

Completed in 98 milliseconds