Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java431 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets() method in CompatibilityInfo.Translator
/frameworks/base/core/java/android/view/
DViewRootImpl.java2673 contentInsets = mTranslator.getTranslatedContentInsets(insets.contentInsets); in performTraversals()