Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/
DMediaScrollView.kt51 fun getContentTranslation() = in getContentTranslation() method
128 if (getContentTranslation() != 0.0f) { in overScrollBy()
DMediaCarouselScrollHandler.kt304 val currentTranslation = scrollView.getContentTranslation() in onTouch()
352 val currentTranslation = scrollView.getContentTranslation() in onScroll()
413 val currentTranslation = scrollView.getContentTranslation() in onFling()
455 if (scrollView.getContentTranslation() != 0.0f) { in resetTranslation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java879 public float getContentTranslation() { in getContentTranslation() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java847 + view.getContentTranslation() in isTargetClipped()