Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DProperties.h284 static bool enableHighContrastText; variable
H A DProperties.cpp68 bool Properties::enableHighContrastText = false; member in android::uirenderer::Properties
/aosp14/frameworks/base/libs/hwui/hwui/
H A DCanvas.h134 bool isHighContrastText() const { return uirenderer::Properties::enableHighContrastText; } in isHighContrastText()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp796 Properties::enableHighContrastText = enable; in android_view_ThreadedRenderer_setHighContrastText()