Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h220 ANDROID_API static bool enableHighContrastText; variable
DProperties.cpp53 bool Properties::enableHighContrastText = false; member in android::uirenderer::Properties
/frameworks/base/libs/hwui/hwui/
DCanvas.h163 bool isHighContrastText() const { return uirenderer::Properties::enableHighContrastText; } in isHighContrastText()
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp1004 Properties::enableHighContrastText = enable; in android_view_ThreadedRenderer_setHighContrastText()