Searched refs:xPix (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DRenderCoordinates.java131 public void setScreen(float xPix, float yPix) { argument
132 setLocalDip(xPix / mDeviceScaleFactor, yPix / mDeviceScaleFactor);
H A DContentViewCore.java1782 public void scrollBy(int xPix, int yPix) { argument
1785 System.currentTimeMillis(), 0, 0, xPix, yPix, false);
1792 public void scrollTo(int xPix, int yPix) { argument
1796 final float dxPix = xPix - xCurrentPix;
1905 long timeMs, float xPix, float yPix, int isLongPressOrTap, boolean showPress) {
1911 if (!mPopupZoomer.isShowing()) mPopupZoomer.setLastTouch(xPix, yPix);
1917 nativeLongPress(mNativeContentViewCore, timeMs, xPix, yPix, false);
1923 nativeLongTap(mNativeContentViewCore, timeMs, xPix, yPix, false);
1927 nativeShowPressState(mNativeContentViewCore, timeMs, xPix, yPix);
1931 nativeSingleTap(mNativeContentViewCore, timeMs, xPix, yPi
1904 handleTapOrPress( long timeMs, float xPix, float yPix, int isLongPressOrTap, boolean showPress) argument
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAndroidScrollIntegrationTest.java155 private void scrollToOnMainSync(final View view, final int xPix, final int yPix) { argument
159 view.scrollTo(xPix, yPix);

Completed in 122 milliseconds