Searched refs:INTENTION_LEFT (Results 1 – 11 of 11) sorted by relevance
28 | INTENTION_LEFT | 3 | 左 |
28 | INTENTION_LEFT | 3 | Left |
55 DECLARE_NAPI_STATIC_PROPERTY("INTENTION_LEFT", GetNapiInt32(env, KeyEvent::INTENTION_LEFT)), in Export()
477 {(int64_t)KeyEvent::KEYCODE_DPAD_LEFT, KeyEvent::INTENTION_LEFT},
106 ASSERT_EQ(keyIntention, KeyEvent::INTENTION_LEFT);
444 INTENTION_LEFT = 3, enumerator
449 {(int64_t)KeyCode::KEY_DPAD_LEFT, KeyIntention::INTENTION_LEFT}, in keyItemsTransKeyIntention()
2903 static const int32_t INTENTION_LEFT; variable
32 |新增|NA|类名:IntentionCode;<br>方法or属性:INTENTION_LEFT = 3|@ohos.multimodalInput.intentionCode.d.ts|
32 |Added|NA|Class name: IntentionCode;<br>Method or attribute name: INTENTION_LEFT = 3|@ohos.multimod…
828 const int32_t KeyEvent::INTENTION_LEFT = 3; member in OHOS::MMI::KeyEvent