HomeSort by relevance Sort by last modified time
    Searched defs:innerHeight (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 537 final int innerHeight = getInnerHeight(widget);
538 final int bottom = widget.getScrollY() + innerHeight;
550 layout.getLineTop(bottomLine + 1) - innerHeight);
587 final int innerHeight = getInnerHeight(widget);
588 final int bottom = widget.getScrollY() + innerHeight + innerHeight;
592 layout.getLineTop(bottomLine + 1) - innerHeight);
  /frameworks/base/core/java/com/android/internal/widget/
NotificationActionListLayout.java 212 int innerHeight = height - paddingTop - mPaddingBottom;
246 childTop = paddingTop + ((innerHeight - childHeight) / 2)
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 5153 milliseconds