Searched refs:mScrollYPos (Results 1 – 1 of 1) sorted by relevance
169 private final HashMap<View, Integer> mScrollYPos = new HashMap<>(); field in BridgeContext2025 mScrollYPos.put(view, scrollPos); in setScrollYPos()2029 Integer pos = mScrollYPos.get(view); in getScrollYPos()