Searched defs:typeInsetsMap (Results  1 – 2 of 2) sorted by relevance
| /frameworks/base/core/java/android/view/ | 
| D | WindowInsets.java | 130     public WindowInsets(@Nullable Insets[] typeInsetsMap,  in WindowInsets()199     static Insets getInsets(Insets[] typeInsetsMap, @InsetsType int typeMask) {  in getInsets()
 221     private static void setInsets(Insets[] typeInsetsMap, @InsetsType int typeMask, Insets insets) {  in setInsets()
 249         Insets[] typeInsetsMap = new Insets[SIZE];  in createCompatTypeMap()  local
 258     public static void assignCompatInsets(Insets[] typeInsetsMap, Rect insets) {  in assignCompatInsets()
 268     private static boolean[] createCompatVisibilityMap(@Nullable Insets[] typeInsetsMap) {  in createCompatVisibilityMap()
 1081             Insets[] typeInsetsMap, int left, int top, int right, int bottom) {  in insetInsets()
 
 | 
| D | InsetsState.java | 143         Insets[] typeInsetsMap = new Insets[Type.SIZE];  in calculateInsets()  local349             Insets[] typeInsetsMap, @Nullable @InternalInsetsSide SparseIntArray idSideMap,  in processSource()
 379     private void processSourceAsPublicType(InsetsSource source, Insets[] typeInsetsMap,  in processSourceAsPublicType()
 
 |