Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DDefaultUiController.java147 ScreenDecorations decorations = SysUiServiceProvider.getComponent(mRoot.getContext(), in updateAssistHandleVisibility() local
149 decorations.setAssistHintBlocked(mInvocationInProgress); in updateAssistHandleVisibility()
/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.md163 Draws decorations about the screen in software (e.g. rounded corners, cutouts).
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java902 Runnable visibilityChangedListener, ScreenDecorations decorations) { in DisplayCutoutView() argument
906 mDecorations = decorations; in DisplayCutoutView()