Searched refs:startHeight (Results 1 – 2 of 2) sorted by relevance
279 final int startHeight = mCurrentDesiredHeight; in setDesiredHeight() local285 final int deltaHeight = height - startHeight; in setDesiredHeight()290 mCurrentDesiredHeight = (int) (startHeight + deltaHeight * interpolatedTime); in setDesiredHeight()
312 int startHeight = getActivity().findViewById(android.R.id.content).getHeight(); in animatePosition() local313 int endHeight = startHeight - (end - start); in animatePosition()321 animation -> setHeight(startHeight, endHeight, animation.getAnimatedFraction())); in animatePosition()