Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java357 final float shelfWidth = getActualWidth(); in pointInView() local
359 final float left = isLayoutRtl() ? containerWidth - shelfWidth : 0; in pointInView()
360 final float right = isLayoutRtl() ? containerWidth : shelfWidth; in pointInView()