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

  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewActions.java 448 TextCoordinates.convertToScreenCoordinates(mTextView, currentX, currentY);
529 return convertToScreenCoordinates(textView,
542 public static float[] convertToScreenCoordinates(TextView textView, float x, float y) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 467 convertToScreenCoordinates(event);
548 private void convertToScreenCoordinates(MotionEvent event) {
    [all...]

Completed in 183 milliseconds