Searched refs:heightDelta (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java164 private void handleExpansion(float heightDelta, ExpandableView child) { argument
165 if (heightDelta < 0) {
166 heightDelta = 0;
172 float rubberband = heightDelta * rubberbandFactor;
/frameworks/base/core/java/android/widget/
H A DListView.java2852 final int heightDelta = child.getMeasuredHeight() - oldHeight;
2854 getChildAt(i).offsetTopAndBottom(heightDelta);

Completed in 709 milliseconds