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

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

Completed in 41 milliseconds