Searched refs:CanvasInput (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | CanvasInput.js | 17 class CanvasInput { class 21 CanvasInput.SAFE_AREA = [x, y, w, h]; 24 CanvasInput.SAFE_AREA = [x, y, w, h]; 48 CanvasInput.Hide(); 52 CanvasInput.FOCUS = true; 56 if (XTools.InRect(x, y, ...CanvasInput.SAFE_AREA)) { 62 CanvasInput.FOCUS = false; 67 CanvasInput,
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A D | GLFrame.js | 16 import { CanvasInput } from '../hcs/CanvasInput.js'; 137 if (!CanvasInput.FOCUS) { 195 CanvasInput.Hide(x, y);
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 26 const { CanvasInput } = require('./hcs/CanvasInput'); 1676 CanvasInput.Reset(x, y + (h - hOffset) / CONSTANT_MIDDLE, width, height, '', null, (v) => { 1690 CanvasInput.SetSafeArea(...this.searchInput.pos);
|