Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/viewcapture_analysis/
DViewCaptureAnalyzer.java200 final float parentScaleY = parent != null ? parent.scaleY : 1; in analyzeView() local
202 final float scaleY = parentScaleY * viewCaptureNode.getScaleY(); in analyzeView()
208 + (viewCaptureNode.getTop() + viewCaptureNode.getTranslationY()) * parentScaleY in analyzeView()
209 + viewCaptureNode.getHeight() * (parentScaleY - scaleY) / 2; in analyzeView()