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

/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java56 * The {@link ZoomButtonsController} handles showing and hiding the zoom
76 public class ZoomButtonsController implements View.OnTouchListener { class in inherits:View.OnTouchListener
78 private static final String TAG = "ZoomButtonsController";
200 * Constructor for the {@link ZoomButtonsController}.
205 public ZoomButtonsController(View ownerView) { method in class:ZoomButtonsController
532 * @hide The ZoomButtonsController implements the OnTouchListener, but this
539 // ZoomButtonsController doesn't handle mutitouch. Give up control.

Completed in 100 milliseconds