Home
last modified time | relevance | path

Searched defs:insetsType (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java2679 final @InternalInsetsType int insetsType; field in ColorViewAttributes
2683 @InternalInsetsType int insetsType) { in ColorViewAttributes()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsController.java716 @InsetsType int insetsType = toPublicType(type); in updateState() local