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.java685 private int getItemHeight() { in getItemHeight() method in WearableListView
697 return getPaddingTop() + getItemHeight(); in getCentralViewTop()
925 oldTop -= getItemHeight(); in onLayoutChildren()
938 oldTop = getCentralViewTop() - getItemHeight(); in onLayoutChildren()
950 getItemHeight()); in onLayoutChildren()
997 bottom = top + getItemHeight(); in performLayoutMultipleChildren()
1063 final int top = bottom - getItemHeight(); in scrollVerticallyBy()
1093 final int bottom = top + getItemHeight(); in scrollVerticallyBy()