Searched refs:zoomUiMode (Results 1 – 1 of 1) sorted by relevance
379 public void setZoomRatio(float zoomRatio, int zoomUiMode) { in setZoomRatio() argument383 switchZoomUiMode(zoomUiMode); in setZoomRatio()467 private boolean switchZoomUiMode(int zoomUiMode) { in switchZoomUiMode() argument468 mZoomUiMode = zoomUiMode; in switchZoomUiMode()469 int toggleUiVisibility = (zoomUiMode == ZOOM_UI_TOGGLE_MODE) ? View.VISIBLE : View.GONE; in switchZoomUiMode()474 int seekBarUiVisibility = (zoomUiMode == ZOOM_UI_SEEK_BAR_MODE) ? View.VISIBLE : View.GONE; in switchZoomUiMode()