HomeSort by relevance Sort by last modified time
    Searched refs:rightMost (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 119 final float rightMost = mTextView.getLayout().getLineRight(0) - mTextView.getWidth()
169 assertTrue(mTextView.getScrollX() < rightMost);
172 final int distTooFar = (int) (-rightMost * 10);
181 assertEquals(rightMost, mTextView.getScrollX(), 1.0f);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]

Completed in 598 milliseconds