Home
last modified time | relevance | path

Searched defs:scaleWheel (Results 1 – 2 of 2) sorted by relevance

/gdk/samples/PhotoEditor/src/com/android/photoeditor/
DToolbarLayoutHandler.java44 View scaleWheel = tools.findViewById(R.id.scale_wheel); in extraLayout() local
/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
DFilterAction.java46 protected final ScaleWheel scaleWheel; field in FilterAction