Home
last modified time | relevance | path

Searched refs:getInnerHeight (Results 1 – 6 of 6) 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.java276 public int getInnerHeight() { in getInnerHeight() method in AmbientState
277 return getInnerHeight(false /* ignorePulseHeight */); in getInnerHeight()
284 public int getInnerHeight(boolean ignorePulseHeight) { in getInnerHeight() method in AmbientState
DStackScrollAlgorithm.java451 ambientState.getInnerHeight() - childHeight); in updateChild()
453 childViewState.yTranslation = ambientState.getInnerHeight() - childHeight in updateChild()
588 float maxShelfPosition = ambientState.getInnerHeight() + ambientState.getTopPadding()
612 int shelfStart = ambientState.getInnerHeight()
676 float shelfStart = ambientState.getInnerHeight()
DNotificationStackScrollLayout.java5676 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.java215 float maxShelfEnd = ambientState.getInnerHeight() + ambientState.getTopPadding() in updateState()