Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java129 private final HashMap<View, Integer> mScrollYPos = new HashMap<View, Integer>(); field in BridgeContext
1776 mScrollYPos.put(view, scrollPos); in setScrollYPos()
1780 Integer pos = mScrollYPos.get(view); in getScrollYPos()