Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java104 private Point mRawLocation = new Point(0, 0); field in TestEvents.State
138 mState.mRawLocation = new Point(x, y); in rawLocation()