Home
last modified time | relevance | path

Searched refs:getInnerHeight (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java407 return widget.getLayout().getLineForVertical(widget.getScrollY() + getInnerHeight(widget)); in getBottomLine()
414 private int getInnerHeight(TextView widget) { in getInnerHeight() method in BaseMovementMethod
537 final int innerHeight = getInnerHeight(widget); in scrollDown()
567 final int top = widget.getScrollY() - getInnerHeight(widget); in scrollPageUp()
587 final int innerHeight = getInnerHeight(widget); in scrollPageDown()
630 layout.getLineTop(lineCount) - getInnerHeight(widget)); in scrollBottom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java279 public int getInnerHeight() { in getInnerHeight() method in AmbientState
280 return getInnerHeight(false /* ignorePulseHeight */); in getInnerHeight()
287 public int getInnerHeight(boolean ignorePulseHeight) { in getInnerHeight() method in AmbientState
DStackScrollAlgorithm.java449 ambientState.getInnerHeight() - childHeight); in updateChild()
451 childViewState.yTranslation = ambientState.getInnerHeight() - childHeight in updateChild()
586 float maxShelfPosition = ambientState.getInnerHeight() + ambientState.getTopPadding()
610 int shelfStart = ambientState.getInnerHeight()
674 float shelfStart = ambientState.getInnerHeight()
DNotificationStackScrollLayout.java5667 return Math.max(0, height - mAmbientState.getInnerHeight(true /* ignorePulseHeight */));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTextViewTransformState.java118 private int getInnerHeight(TextView text) { in getInnerHeight() method in TextViewTransformState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java193 float maxShelfEnd = ambientState.getInnerHeight() + ambientState.getTopPadding() in updateState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70322 Landroid/text/method/BaseMovementMethod;->getInnerHeight(Landroid/widget/TextView;)I