Home
last modified time | relevance | path

Searched refs:animateHide (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java403 animateHide(mSystemIconArea, animate); in hideSystemIconArea()
445 animateHide(mNotificationIconAreaInner, animate); in hideNotificationIconArea()
446 animateHide(mCenteredIconArea, animate); in hideNotificationIconArea()
456 animateHide(mOperatorNameViewController.getView(), animate); in hideOperatorName()
488 private void animateHide(final View v, boolean animate) { in animateHide() method in CollapsedStatusBarFragment
/aosp12/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DFilmstripContentPanel.java61 boolean animateHide(); in animateHide() method
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java265 return animateHide(); in onBackPressed()
269 public boolean animateHide() { in animateHide() method in FilmstripLayout
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java1347 mCameraAppUI.getFilmstripContentPanel().animateHide(); in removeItemAt()