Home
last modified time | relevance | path

Searched defs:notiThreshold (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRow.java588 final float notiThreshold = mParent.getWidth() * 0.4f; in run() local
597 private void fadeInMenu(final float notiThreshold) { in fadeInMenu()