Searched refs:decorations (Results 1 – 3 of 3) sorted by relevance
859 @Nullable ArrayList<DecorationInfo> decorations) {876 final int numDecorations = decorations == null ? 0 : decorations.size();908 final DecorationInfo info = decorations.get(i);
146 Draws decorations about the screen in software (e.g. rounded corners, cutouts).
799 ScreenDecorations decorations) { in DisplayCutoutView() argument802 mDecorations = decorations; in DisplayCutoutView()