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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp2516 String8 cursorModeString; local
2517 if (getDevice()->getConfiguration().tryGetProperty(String8("cursor.mode"), cursorModeString)) {
2518 if (cursorModeString == "navigation") {
2520 } else if (cursorModeString != "pointer" && cursorModeString != "default") {
2521 ALOGW("Invalid value for cursor.mode: '%s'", cursorModeString.string());

Completed in 183 milliseconds