Searched refs:mZoomIn (Results 1 – 4 of 4) sorted by relevance
76 mIconWidth = mZoomIn.getMeasuredWidth(); in onSizeChanged()140 mZoomIn.layout(0, 0, mIconWidth, height); in onLayout()145 mZoomIn.layout(mWidth - mIconWidth, 0, mWidth, height); in onLayout()
41 protected ImageView mZoomIn; field in ZoomControl76 mZoomIn = addImageView(context, R.drawable.ic_zoom_in); in ZoomControl()224 mZoomIn.setActivated(activated); in setActivated()
149 layoutIcon(mZoomIn, Math.toRadians(ZOOM_IN_ICON_DEGREES)); in onLayout()
94 private boolean mZoomIn = false; field in ImageShow743 mZoomIn = !mZoomIn; in onDoubleTap()747 if (mZoomIn) { in onDoubleTap()