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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowZoomButtonsController.java 17 public void __constructor__(View ownerView) {
  /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 1027 milliseconds