Searched refs:deltaHeight (Results 1 – 2 of 2) sorted by relevance
837 int deltaHeight = (int) (interpolatedTime * (targetHeight - startHeight)); in openOverflow()838 setHeight(mContentContainer, startHeight + deltaHeight); in openOverflow()915 int deltaHeight = (int) (interpolatedTime * (targetHeight - startHeight)); in closeOverflow()916 setHeight(mContentContainer, startHeight + deltaHeight); in closeOverflow()1082 final int deltaHeight = mOverflowPanelSize.getHeight() - newHeight; in updateOverflowHeight() local1083 mContentContainer.setY(mContentContainer.getY() + deltaHeight); in updateOverflowHeight()1084 mOverflowButton.setY(mOverflowButton.getY() - deltaHeight); in updateOverflowHeight()
5358 int deltaHeight = 0; in InsertionHandleView() local5361 deltaHeight = AppGlobals.getIntCoreSetting( in InsertionHandleView()5368 if (deltaHeight < -25 || deltaHeight > 50) { in InsertionHandleView()5369 deltaHeight = 25; in InsertionHandleView()5377 mDeltaHeight = deltaHeight; in InsertionHandleView()