Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/source/
H A Dinputmethodlist.ets64 const NORMAL_IMAGE_BUTTON_WIDTH: number = 40;
92 @State imageBtnWidth: number = NORMAL_IMAGE_BUTTON_WIDTH;
179 this.imageBtnWidth = NORMAL_IMAGE_BUTTON_WIDTH;
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js42 const NORMAL_IMAGE_BUTTON_WIDTH = 40; constant
73 …this.__imageBtnWidth = new ObservedPropertySimplePU(NORMAL_IMAGE_BUTTON_WIDTH, this, 'imageBtnWidt…
447 this.imageBtnWidth = NORMAL_IMAGE_BUTTON_WIDTH;