Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/android/support/wearable/view/
DWearableListView.java249 return getCentralViewTop() + centerChildBaseline; in getBaseline()
508 int scrollToMiddle = getCentralViewTop() - child.getTop(); in animateToMiddle()
675 && mStartFirstTop <= getCentralViewTop() in isOverScrolling()
695 public int getCentralViewTop() { in getCentralViewTop() method in WearableListView
706 final int scrollToMiddle = getCentralViewTop() - child.getTop(); in animateToCenter()
725 final int scrollToMiddle = getCentralViewTop() + mInitialOffset - child.getTop(); in animateToInitialPosition()
869 int oldTop = getCentralViewTop() + mInitialOffset; in onLayoutChildren()
926 if (position == 0 && oldTop > getCentralViewTop()) { in onLayoutChildren()
930 oldTop = getCentralViewTop(); in onLayoutChildren()
937 oldTop = getCentralViewTop() - getItemHeight(); in onLayoutChildren()
[all …]