Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java359 final float shelfWidth = getActualWidth(); in pointInView() local
361 final float left = isLayoutRtl() ? containerWidth - shelfWidth : 0; in pointInView()
362 final float right = isLayoutRtl() ? containerWidth : shelfWidth; in pointInView()