Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsAnimationSynchronicityTests.java215 private WindowInsets mAnimationInsets; field in WindowInsetsAnimationSynchronicityTests.TestActivity.TestView
225 mAnimationInsets = insets;
234 mAnimationInsets = null;
269 return mAnimationInsets != null ? mAnimationInsets : mLayoutInsets; in getEffectiveInsets()