Searched refs:mLastInteractionTime (Results 1 – 2 of 2) sorted by relevance
147 private long mLastInteractionTime = 0; field in StackView817 mLastInteractionTime = System.currentTimeMillis();1126 long timeSinceLastInteraction = System.currentTimeMillis() - mLastInteractionTime;
73372 Landroid/widget/StackView;->mLastInteractionTime:J