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

/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DEditTextCursorMovementPerfTest.java74 public EditTextCursorMovementPerfTest(String metricKey, String text, int cursorPos) { argument
77 mCursorPos = cursorPos;
H A DEditTextBackspacePerfTest.java80 public EditTextBackspacePerfTest(String metricKey, String text, int cursorPos) { argument
83 mCursorPos = cursorPos;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp1894 Rect cursorPos = layer->getPosition(hw); local
1895 hwc.setCursorPositionAsync(id, cursorPos);

Completed in 120 milliseconds