Home
last modified time | relevance | path

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

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DNotificationShadeActivity.java102 private int lastChildHeight() { in lastChildHeight() method in NotificationShadeActivity.FakeNotificationStackView
114 if (mChildrenCount != 0 && expectedHeight < mFullHeight - lastChildHeight()) { in updateState()
116 if (expectedHeight > mFullHeight - lastChildHeight()) { in updateState()
119 mFullHeight -= lastChildHeight(); in updateState()
146 float p = - ((float) translationY) / lastChildHeight(); in updateState()
/frameworks/base/core/java/android/widget/
DAbsListView.java7818 final int lastChildHeight = lastChild.getHeight(); in run() local
7821 final float lastPositionVisiblePart = (lastChildHeight == 0.0f) ? 1.0f in run()
7822 : (float) (lastChildHeight + getHeight() - lastChild.getBottom()) in run()
7823 / lastChildHeight; in run()