Searched refs:mOverlayScrollProgress (Results 1 – 1 of 1) sorted by relevance
135 private float mOverlayScrollProgress; field in DepthController300 if (Float.compare(mOverlayScrollProgress, progressF) == 0) { in onOverlayScrollChanged()303 mOverlayScrollProgress = progressF; in onOverlayScrollChanged()313 depth = Math.max(depth, mOverlayScrollProgress); in dispatchTransactionSurface()371 writer.println(prefix + "\tmOverlayScrollProgress=" + mOverlayScrollProgress);