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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 246 * @param mousePos The most recent mouse coordinate applicable to the new
250 private void startGesture(ControlPoint mousePos, Gesture gesture, int mask) {
252 finishGesture(mousePos, true);
258 mCurrentGesture.begin(mousePos, mask);
265 * @param mousePos The most recent mouse coordinate applicable to the new
272 private void updateMouse(ControlPoint mousePos, TypedEvent event) {
274 mCurrentGesture.update(mousePos);
282 * @param mousePos The most recent mouse coordinate applicable to the new
286 private void finishGesture(ControlPoint mousePos, boolean canceled) {
288 mCurrentGesture.end(mousePos, canceled)
    [all...]
RenderPreviewManager.java     [all...]
  /external/skia/tools/viewer/
Viewer.cpp 79 io.MousePos.x = static_cast<float>(x);
80 io.MousePos.y = static_cast<float>(y);
    [all...]

Completed in 367 milliseconds