Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java214 private WindowInsets mLayoutInsets; field in WindowInsetsAnimationSynchronicityTests.TestActivity.TestView
236 if (mLayoutInsets.isVisible(ime())) {
264 mLayoutInsets = insets; in onApplyWindowInsets()
269 return mAnimationInsets != null ? mAnimationInsets : mLayoutInsets; in getEffectiveInsets()