Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java684 private int getItemHeight() { in getItemHeight() method in WearableListView
696 return getPaddingTop() + getItemHeight(); in getCentralViewTop()
924 oldTop -= getItemHeight(); in onLayoutChildren()
937 oldTop = getCentralViewTop() - getItemHeight(); in onLayoutChildren()
949 getItemHeight()); in onLayoutChildren()
996 bottom = top + getItemHeight(); in performLayoutMultipleChildren()
1062 final int top = bottom - getItemHeight(); in scrollVerticallyBy()
1092 final int bottom = top + getItemHeight(); in scrollVerticallyBy()