Searched refs:newHeight (Results 1 - 4 of 4) sorted by relevance

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
H A DOnSizeChangedListener.java24 public void onSizeChanged(int newHeight); argument
H A DExpandableListItem.java84 public void onSizeChanged(int newHeight) { argument
85 setExpandedHeight(newHeight);
H A DExpandingListView.java217 int newHeight = newBottom - newTop;
219 int delta = newHeight - oldHeight;
409 int newHeight = newBottom - newTop;
411 int deltaHeight = oldHeight - newHeight;
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
H A DInteractiveLineGraphView.java673 float newHeight = lastSpanY / spanY * mCurrentViewport.height();
684 - newHeight * (mContentRect.bottom - focusY)
689 mCurrentViewport.bottom = mCurrentViewport.top + newHeight;
902 float newHeight = (1f - mZoomer.getCurrZoom()) * mScrollerStartViewport.height();
909 mZoomFocalPoint.y - newHeight * pointWithinViewportY,
911 mZoomFocalPoint.y + newHeight * (1 - pointWithinViewportY));

Completed in 248 milliseconds