Home
last modified time | relevance | path

Searched refs:NORMAL_IMAGE_BUTTON_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/source/
H A Dinputmethodlist.ets65 const NORMAL_IMAGE_BUTTON_HEIGHT: number = 32;
93 @State imageBtnHeight: number = NORMAL_IMAGE_BUTTON_HEIGHT;
180 this.imageBtnHeight = NORMAL_IMAGE_BUTTON_HEIGHT;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js43 const NORMAL_IMAGE_BUTTON_HEIGHT = 32; constant
74 …this.__imageBtnHeight = new ObservedPropertySimplePU(NORMAL_IMAGE_BUTTON_HEIGHT, this, 'imageBtnHe…
448 this.imageBtnHeight = NORMAL_IMAGE_BUTTON_HEIGHT;