Home
last modified time | relevance | path

Searched refs:deltaHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java837 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() local
1083 mContentContainer.setY(mContentContainer.getY() + deltaHeight); in updateOverflowHeight()
1084 mOverflowButton.setY(mOverflowButton.getY() - deltaHeight); in updateOverflowHeight()
/frameworks/base/core/java/android/widget/
DEditor.java5358 int deltaHeight = 0; in InsertionHandleView() local
5361 deltaHeight = AppGlobals.getIntCoreSetting( in InsertionHandleView()
5368 if (deltaHeight < -25 || deltaHeight > 50) { in InsertionHandleView()
5369 deltaHeight = 25; in InsertionHandleView()
5377 mDeltaHeight = deltaHeight; in InsertionHandleView()