Home
last modified time | relevance | path

Searched defs:history (Results 1 – 3 of 3) sorted by relevance

/development/tools/otagui/src/router/
Dindex.js38 history: createWebHistory(process.env.BASE_URL), property
/development/tools/ota_analysis/src/router/
Dindex.js34 history: createWebHistory(process.env.BASE_URL), property
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
DTouchDisplayView.java65 public PointF[] history = new PointF[HISTORY_COUNT]; field in TouchDisplayView.TouchHistory