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

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

Completed in 456 milliseconds