Home
last modified time | relevance | path

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

/frameworks/support/design/honeycomb/android/support/design/widget/
DViewGroupUtilsHoneycomb.java27 private static final ThreadLocal<Matrix> sMatrix = new ThreadLocal<>(); field in ViewGroupUtilsHoneycomb
32 Matrix m = sMatrix.get(); in offsetDescendantRect()
35 sMatrix.set(m); in offsetDescendantRect()