Home
last modified time | relevance | path

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

/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
DWearableDrawerLayout.java1043 int peekHeight = mTopDrawerView.getPeekContainer().getHeight(); in clampViewPositionVertical() local
1045 return Math.max(peekHeight - child.getHeight(), Math.min(top, 0)); in clampViewPositionVertical()
1117 int peekHeight = mBottomDrawerView.getPeekContainer().getHeight(); in clampViewPositionVertical() local
1119 Math.min(top, parentHeight - peekHeight)); in clampViewPositionVertical()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java164 private void runPeekAnimation(long duration, float peekHeight, boolean collapseWhenFinished) { in runPeekAnimation() argument
165 mPeekHeight = peekHeight; in runPeekAnimation()