Lines Matching refs:buttonName
147 double screenX, double screenY, int touchId, bool tipDown, string buttonName);
150 double screenX, double screenY, int touchId, bool tipDown, string buttonName);
163 double screenX, double screenY, int touchId, bool tipDown, string& buttonName,
168 string& buttonName, string& toggleButtonName, int& buttonMode, string& RestList);
672 string buttonName = "";
682 bayesianengine_mapTouchToButton_(tp.ScreenX, tp.ScreenY, tp.TouchId, tp.TipDown, buttonName,
684 tp.ButtonName = buttonName;
686 MMI_HILOGI("VKeyboard touch name %{private}s", buttonName.c_str());
695 int32_t keyCode = gaussiankeyboard_getKeyCodeByKeyName_(buttonName);
697 ToggleKeyVisualState(buttonName, keyCode, true);
699 MMI_HILOGW("VKeyboard PointerEventHandler, key code not found for %{private}s", buttonName.c_str());
704 int32_t keyCode = gaussiankeyboard_getKeyCodeByKeyName_(buttonName);
707 ToggleKeyVisualState(buttonName, keyCode, false);
709 MMI_HILOGW("VKeyboard PointerEventHandler, key code not found for %{private}s", buttonName.c_str());
719 string buttonName;
724 buttonName, toggleButtonName, buttonMode, restList);
732 int32_t code = gaussiankeyboard_getKeyCodeByKeyNameAndShift_(buttonName, useShift);
774 triggerCode = gaussiankeyboard_getKeyCodeByKeyName_(buttonName);
780 toggleButtonName.c_str(), buttonName.c_str());