Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java241 final int centerChildIndex = findCenterViewIndex(); in getBaseline() local
242 final int centerChildBaseline = getChildAt(centerChildIndex).getBaseline(); in getBaseline()
260 int centerChildIndex = findCenterViewIndex(); in isAtTop() local
261 View centerView = getChildAt(centerChildIndex); in isAtTop()