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

  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 198 final float scaledY = (y / getHeight());
203 if (item.bounds.contains(scaledX, scaledY)) {
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp 582 int scaledY = static_cast<int>(static_cast<float>(rect.y) * deviceScaleFactor);
585 WebRect deviceRect(scaledX, scaledY, scaledWidth, scaledHeight);
    [all...]

Completed in 3758 milliseconds