Home | History | Annotate | Download | only in media

Lines Matching full:hide

497         // Hide the path bar and top-right button in selection mode.
594 // auto hide is needed.
794 public void autoHide(boolean hide) {
795 mAutoHide = hide;
849 public void hideZoomButtons(boolean hide) {
850 mZoomInButton.setHidden(hide);
851 mZoomOutButton.setHidden(hide);