OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROPERTY_TEXT_GAMMA
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
207
#define
PROPERTY_TEXT_GAMMA
"hwui.text_gamma"
Properties.cpp
150
textGamma = property_get_float(
PROPERTY_TEXT_GAMMA
, DEFAULT_TEXT_GAMMA);
/frameworks/rs/
rsFont.h
34
#define
PROPERTY_TEXT_GAMMA
"ro.text_gamma"
rsFont.cpp
350
if (property_get(
PROPERTY_TEXT_GAMMA
, property, nullptr) > 0) {
Completed in 2475 milliseconds