Home
last modified time | relevance | path

Searched refs:posYPix (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/
H A DSelectionClientManager.java155 @SelectionEventType int eventType, float posXPix, float posYPix) { in onSelectionEvent() argument
156 mSmartSelectionClient.onSelectionEvent(eventType, posXPix, posYPix); in onSelectionEvent()
157 mContextualSearchSelectionClient.onSelectionEvent(eventType, posXPix, posYPix); in onSelectionEvent()
H A DContextualSearchSelectionController.java323 void handleSelectionEvent(@SelectionEventType int eventType, float posXPix, float posYPix) { in handleSelectionEvent() argument
352 mY = posYPix; in handleSelectionEvent()
H A DContextualSearchManager.java1315 @SelectionEventType int eventType, float posXPix, float posYPix) { in onSelectionEvent() argument
1316 mSelectionController.handleSelectionEvent(eventType, posXPix, posYPix); in onSelectionEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content_public/browser/
H A DSelectionClient.java98 void onSelectionEvent(@SelectionEventType int eventType, float posXPix, float posYPix); in onSelectionEvent() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/contextualsearch/
H A DSelectionClientManagerTest.java50 public void onSelectionEvent(int eventType, float posXPix, float posYPix) {} in onSelectionEvent() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/selection/
H A DSmartSelectionClient.java95 public void onSelectionEvent(@SelectionEventType int eventType, float posXPix, float posYPix) {} in onSelectionEvent() argument