Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java250 return getCentralViewTop() + centerChildBaseline; in getBaseline()
509 int scrollToMiddle = getCentralViewTop() - child.getTop(); in animateToMiddle()
676 && mStartFirstTop <= getCentralViewTop() in isOverScrolling()
696 public int getCentralViewTop() { in getCentralViewTop() method in WearableListView
707 final int scrollToMiddle = getCentralViewTop() - child.getTop(); in animateToCenter()
726 final int scrollToMiddle = getCentralViewTop() + mInitialOffset - child.getTop(); in animateToInitialPosition()
870 int oldTop = getCentralViewTop() + mInitialOffset; in onLayoutChildren()
927 if (position == 0 && oldTop > getCentralViewTop()) { in onLayoutChildren()
931 oldTop = getCentralViewTop(); in onLayoutChildren()
938 oldTop = getCentralViewTop() - getItemHeight(); in onLayoutChildren()
[all …]