OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionsafeHeight
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8974/libexternal/
external.cpp
254
char
actionsafeHeight
[PROPERTY_VALUE_MAX];
257
snprintf(
actionsafeHeight
, sizeof(
actionsafeHeight
), "%d", h);
258
property_set("persist.sys.actionsafe.height",
actionsafeHeight
);
/hardware/qcom/display/msm8960/libexternal/
external.cpp
204
char
actionsafeHeight
[PROPERTY_VALUE_MAX];
207
sprintf(
actionsafeHeight
, "%d", h);
208
property_set("hw.actionsafe.height",
actionsafeHeight
);
/hardware/qcom/display/msm8x26/libexternal/
external.cpp
204
char
actionsafeHeight
[PROPERTY_VALUE_MAX];
207
sprintf(
actionsafeHeight
, "%d", h);
208
property_set("hw.actionsafe.height",
actionsafeHeight
);
Completed in 513 milliseconds