Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DTextLine.java859 @Nullable ArrayList<DecorationInfo> decorations) {
876 final int numDecorations = decorations == null ? 0 : decorations.size();
908 final DecorationInfo info = decorations.get(i);
/frameworks/base/packages/SystemUI/
DREADME.md146 Draws decorations about the screen in software (e.g. rounded corners, cutouts).
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java799 ScreenDecorations decorations) { in DisplayCutoutView() argument
802 mDecorations = decorations; in DisplayCutoutView()