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.java1425 final Rect parentRect = getEmptyTempRect(); in offsetLeftAndRight()
1451 final Rect parentRect = getEmptyTempRect(); in offsetTopAndBottom()
1475 private static Rect getEmptyTempRect() { in getEmptyTempRect() method in ViewCompat.ViewCompatApi21Impl