Searched refs:deltaHeight (Results 1 – 2 of 2) sorted by relevance
845 int deltaHeight = (int) (interpolatedTime * (targetHeight - startHeight)); in openOverflow()846 setHeight(mContentContainer, startHeight + deltaHeight); in openOverflow()923 int deltaHeight = (int) (interpolatedTime * (targetHeight - startHeight)); in closeOverflow()924 setHeight(mContentContainer, startHeight + deltaHeight); in closeOverflow()1090 final int deltaHeight = mOverflowPanelSize.getHeight() - newHeight; in updateOverflowHeight() local1091 mContentContainer.setY(mContentContainer.getY() + deltaHeight); in updateOverflowHeight()1092 mOverflowButton.setY(mOverflowButton.getY() - deltaHeight); in updateOverflowHeight()
5493 int deltaHeight = 0; in InsertionHandleView() local5496 deltaHeight = AppGlobals.getIntCoreSetting( in InsertionHandleView()5503 if (deltaHeight < -25 || deltaHeight > 50) { in InsertionHandleView()5504 deltaHeight = 25; in InsertionHandleView()5512 mDeltaHeight = deltaHeight; in InsertionHandleView()