Home
last modified time | relevance | path

Searched refs:hideProgress (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.js569 .then(hideProgress());
729 .then(hideProgress());
751 .then(hideProgress());
822 .then(hideProgress());
855 .then(hideProgress());
949 .then(hideProgress());
991 .then(hideProgress());
1734 function hideProgress() { function
1766 .then(hideProgress());
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPageProgressBar.java47 public void hideProgress() { in hideProgress() method in PhotoPageProgressBar
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DFilmstripBottomPanel.java158 hideProgress(); in showProgressError()
175 public void hideProgress() { in hideProgress() method in FilmstripBottomPanel
H A DCameraAppUI.java208 void hideProgress(); in hideProgress() method
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java8263 .hideProgress(true) in makeMessagingView()
9068 .hideProgress(true) in makeMediaContentView()
9097 .hideProgress(true) in makeMediaBigContentView()
12249 final StandardTemplateParams hideProgress(boolean hideProgress) { in hideProgress() method in Notification.Builder.StandardTemplateParams
12250 this.mHideProgress = hideProgress; in hideProgress()
12355 hideProgress(hideOtherFields); in decorationType()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java826 mCameraAppUI.getFilmstripBottomControls().hideProgress(); in hideSessionProgress()