Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java111 private final Rect mLastLegacyContentInsets = new Rect(); field in InsetsController
138 mLastLegacyContentInsets, mLastLegacyStableInsets, mLastLegacySoftInputMode, in InsetsController()
182 mLastLegacyContentInsets.set(legacyContentInsets); in calculateInsets()