Searched defs:lastInputEventForVSync (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewGestureHandlerTest.java111 boolean lastInputEventForVSync, Bundle extraParams) {
1059 boolean lastInputEventForVSync, Bundle extraParams) {
1061 mMostRecentGestureEventWasLastForVSync = lastInputEventForVSync;
110 sendGesture(int type, long timeMs, int x, int y, boolean lastInputEventForVSync, Bundle extraParams) argument
1058 sendGesture(int type, long timeMs, int x, int y, boolean lastInputEventForVSync, Bundle extraParams) argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewGestureHandler.java291 * @param lastInputEventForVSync Indicates that this gesture event is the last input
298 int type, long timeMs, int x, int y, boolean lastInputEventForVSync,
297 sendGesture( int type, long timeMs, int x, int y, boolean lastInputEventForVSync, Bundle extraParams) argument
H A DContentViewCore.java1258 public boolean sendGesture(int type, long timeMs, int x, int y, boolean lastInputEventForVSync, argument
1264 if (lastInputEventForVSync && isVSyncNotificationEnabled()) {
1302 lastInputEventForVSync);
1322 lastInputEventForVSync);
3033 float deltaX, float deltaY, boolean lastInputEventForVSync);
3067 float anchorX, float anchorY, float deltaScale, boolean lastInputEventForVSync);
3031 nativeScrollBy( int nativeContentViewCoreImpl, long timeMs, float x, float y, float deltaX, float deltaY, boolean lastInputEventForVSync) argument
3066 nativePinchBy(int nativeContentViewCoreImpl, long timeMs, float anchorX, float anchorY, float deltaScale, boolean lastInputEventForVSync) argument

Completed in 137 milliseconds