Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitions.java239 if (mInfo != null && mInfo.getDebugId() >= 0) { in toString()
240 return "(#" + mInfo.getDebugId() + ")" + mToken + "@" + getTrack(); in toString()
850 mTracer.logMergeRequested(ready.mInfo.getDebugId(), playing.mInfo.getDebugId()); in processReadyQueue()
884 mTracer.logMerged(merged.mInfo.getDebugId(), playing.mInfo.getDebugId()); in onMerged()
905 mTracer.logDispatched(active.mInfo.getDebugId(), active.mHandler); in playTransition()
930 mTracer.logDispatched(info.getDebugId(), mHandlers.get(i)); in dispatchTransition()
960 mTracer.logAborted(transition.mInfo.getDebugId()); in onAbort()
H A DOneShotRemoteHandler.java66 + " transition %s for #%d.", mRemote, info.getDebugId()); in startAnimation()
H A DRemoteTransitionHandler.java121 info.getDebugId(), pendingRemote); in startAnimation()
H A DDefaultMixedHandler.java292 out.setDebugId(info.getDebugId()); in subCopy()
/aosp14/frameworks/base/core/java/android/window/
H A DTransitionInfo.java399 public int getDebugId() { in getDebugId() method in TransitionInfo