Searched refs:decorInsets (Results 1 – 2 of 2) sorted by relevance
618 final Rect decorInsets = lp.mDecorInsets; in layoutChunk() local619 final int verticalInsets = decorInsets.top + decorInsets.bottom in layoutChunk()621 final int horizontalInsets = decorInsets.left + decorInsets.right in layoutChunk()703 final Rect decorInsets = lp.mDecorInsets; in measureChild() local704 final int verticalInsets = decorInsets.top + decorInsets.bottom in measureChild()706 final int horizontalInsets = decorInsets.left + decorInsets.right in measureChild()
2263 DisplayPolicy.DecorInsets.Info decorInsets = dc.getDisplayPolicy() in resolveTmpOverrides() local2265 final Rect stableBounds = decorInsets.mOverrideConfigFrame; in resolveTmpOverrides()2268 insets = Insets.of(decorInsets.mOverrideNonDecorInsets); in resolveTmpOverrides()