Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java21 Integer windowLeftValue = null, windowTopValue = null; in parse() local
24 windowLeftValue = (Integer) d.readObject(); in parse()
42 mViews.get(0).put(windowLeftKey, windowLeftValue); in parse()