Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DCutoutSpecification.java214 private int mSafeInsetBottom; field in CutoutSpecification.Parser
329 mSafeInsetBottom = inset;
341 return mSafeInsetBottom;
521 mInsets = Insets.of(mSafeInsetLeft, mSafeInsetTop, mSafeInsetRight, mSafeInsetBottom);