Searched refs:mInputTimer (Results 1 – 2 of 2) sorted by relevance
40 private ArrayList<Long> mInputTimer; field in Stats51 mInputTimer = new ArrayList<>(); in Stats()67 public void addInputTime() { mInputTimer.add(System.nanoTime()); } in addInputTime()76 if (mInputTimer.size() != 0) { in reset()77 mInputTimer.clear(); in reset()93 public ArrayList<Long> getInputTimers() { return mInputTimer; } in getInputTimers()
68 std::vector<nsecs_t> mInputTimer; variable82 void addInputTime() { mInputTimer.push_back(systemTime(CLOCK_MONOTONIC)); } in addInputTime()88 if (!mInputTimer.empty()) mInputTimer.clear(); in reset()