Home
last modified time | relevance | path

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

/development/tools/winscope/src/traces/
DTransactions.ts38 history: Object; property in TransactionHistory
43 this.history = {};
66 const merge = new Merge(originalId, mergedId, this.history);
76 if (!this.history[transactionId]) {
77 this.history[transactionId] = [];
79 this.history[transactionId].push(event);
87 if (!this.history[transactionId]) {
92 const events = this.history[transactionId];
148 return (this.history[transactionId] ?? [])
187 constructor(originalId, mergedId, history) {
[all …]
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
DTouchDisplayView.java65 public PointF[] history = new PointF[HISTORY_COUNT]; field in TouchDisplayView.TouchHistory
86 history[i] = new PointF(); in TouchHistory()
109 PointF p = history[historyIndex]; in addHistory()
113 historyIndex = (historyIndex + 1) % history.length; in addHistory()
391 for (int j = 0; j < data.history.length && j < data.historyCount; j++) { in drawCircle()
392 PointF p = data.history[j]; in drawCircle()
/development/tools/winscope/src/
DTransactionEntry.vue103 // const history = this.transactionsTrace.transactionHistory;
105 // const allTransactionsMergedInto = history
110 // history.allDirectMergesInto(transaction.identifier));
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DMainActivity.java57 mHistoryView = (TextView) findViewById(R.id.history); in onCreate()
/development/tools/logblame/
Dsample.txt620 No location history returned by ContextManager
1904 No location history returned by ContextManager
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt631 myth - n. a traditional story accepted as history; serves to explain the world view of a people
827 renaissance - n. the period of European history at the close of the Middle Ages and the rise of the…
/development/tools/winscope/
Dyarn.lock2268 connect-history-api-fallback@^1.6.0:
2270 …resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback…
7850 connect-history-api-fallback "^1.6.0"