Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java1394 final Rect parentRect = getEmptyTempRect(); in offsetLeftAndRight()
1420 final Rect parentRect = getEmptyTempRect(); in offsetTopAndBottom()
1444 private static Rect getEmptyTempRect() { in getEmptyTempRect() method in ViewCompat.ViewCompatApi21Impl