Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
H A DDepthController.java103 dispatchTransactionSurface(mDepth);
113 dispatchTransactionSurface(mDepth);
120 dispatchTransactionSurface(mDepth);
234 dispatchTransactionSurface(mDepth); in setSurface()
251 dispatchTransactionSurface(mDepth); in setState()
292 dispatchTransactionSurface(depthF); in setDepth()
304 dispatchTransactionSurface(mDepth); in onOverlayScrollChanged()
307 private boolean dispatchTransactionSurface(float depth) { in dispatchTransactionSurface() method in DepthController