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