Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DCutoutSpecification.java179 private int mSafeInsetBottom; field in CutoutSpecification.Parser
286 mSafeInsetBottom = inset;
298 return mSafeInsetBottom;
480 mInsets = Insets.of(mSafeInsetLeft, mSafeInsetTop, mSafeInsetRight, mSafeInsetBottom);