Searched refs:actionsafeHeight (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp254 char actionsafeHeight[PROPERTY_VALUE_MAX]; local
257 snprintf(actionsafeHeight, sizeof(actionsafeHeight), "%d", h);
258 property_set("persist.sys.actionsafe.height", actionsafeHeight);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp204 char actionsafeHeight[PROPERTY_VALUE_MAX]; local
207 sprintf(actionsafeHeight, "%d", h);
208 property_set("hw.actionsafe.height", actionsafeHeight);
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp204 char actionsafeHeight[PROPERTY_VALUE_MAX]; local
207 sprintf(actionsafeHeight, "%d", h);
208 property_set("hw.actionsafe.height", actionsafeHeight);

Completed in 25 milliseconds