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

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

Completed in 125 milliseconds