Home
last modified time | relevance | path

Searched refs:getStatsToken (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsAnimationControlRunner.java83 ImeTracker.Token getStatsToken(); in getStatsToken() method
DInsetsAnimationThreadControlRunner.java141 public ImeTracker.Token getStatsToken() { in getStatsToken() method in InsetsAnimationThreadControlRunner
142 return mControl.getStatsToken(); in getStatsToken()
DInsetsResizeAnimationRunner.java98 public ImeTracker.Token getStatsToken() { in getStatsToken() method in InsetsResizeAnimationRunner
DInsetsController.java1718 final ImeTracker.Token statsToken = runner.getStatsToken(); in notifyFinished()
1759 ImeTracker.forLogging().onCancelled(control.getStatsToken(), in cancelAnimation()
1764 ImeTracker.forLogging().onProgress(control.getStatsToken(), in cancelAnimation()
2044 ImeTracker.forLogging().onDispatched(runner.getStatsToken()); in startAnimation()
DInsetsAnimationControlImpl.java248 public ImeTracker.Token getStatsToken() { in getStatsToken() method in InsetsAnimationControlImpl