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

/frameworks/base/core/java/android/widget/
H A DStackView.java147 private long mLastInteractionTime = 0; field in class:StackView
808 mLastInteractionTime = System.currentTimeMillis();
1114 long timeSinceLastInteraction = System.currentTimeMillis() - mLastInteractionTime;

Completed in 332 milliseconds