HomeSort by relevance Sort by last modified time
    Searched full:ownerview (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 200 * @param ownerView The view that is being zoomed by the zoom controls. The
203 public ZoomButtonsController(View ownerView) {
204 mContext = ownerView.getContext();
206 mOwnerView = ownerView;
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 260 private void setupOnScreenControls(View rootView, View ownerView) {
267 setupZoomButtonController(ownerView);
271 private void setupZoomButtonController(final View ownerView) {
272 mZoomButtonsController = new ZoomButtonsController(ownerView);
    [all...]

Completed in 5346 milliseconds