Searched refs:shouldUsePerfHint (Results 1 – 3 of 3) sorted by relevance
1243 if (mCollectingTransition != null && mCollectingTransition.shouldUsePerfHint(dc)) { in updateAnimatingState()1248 if (mPlayingTransitions.get(j).shouldUsePerfHint(dc)) { in updateAnimatingState()
3172 boolean shouldUsePerfHint(@NonNull DisplayContent dc) { in shouldUsePerfHint() method in Transition
28948 PLcom/android/server/wm/Transition;->shouldUsePerfHint(Lcom/android/server/wm/DisplayContent;)Z