Searched refs:shelfWidth (Results 1 – 1 of 1) sorted by relevance
359 final float shelfWidth = getActualWidth(); in pointInView() local361 final float left = isLayoutRtl() ? containerWidth - shelfWidth : 0; in pointInView()362 final float right = isLayoutRtl() ? containerWidth : shelfWidth; in pointInView()