Searched defs:touchEnabled (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java60 public void windowFocusChanged(boolean hasFocus, boolean touchEnabled) { argument
/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/android/view/
H A DSurfaceView.java696 public void windowFocusChanged(boolean hasFocus, boolean touchEnabled) { argument
697 Log.w("SurfaceView", "Unexpected focus in surface: focus=" + hasFocus + ", touchEnabled=" + touchEnabled);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java145 final BitmapRegionTileSource.BitmapSource bitmapSource, final boolean touchEnabled,
176 mCropView.setTouchEnabled(touchEnabled);
144 setCropViewTileSource( final BitmapRegionTileSource.BitmapSource bitmapSource, final boolean touchEnabled, final boolean moveToLeft, final Runnable postExecute) argument

Completed in 127 milliseconds