/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_controller.cpp | 302 if (!IsEditable()) { in HideCurrentInput() 322 if (!IsEditable()) { in ShowCurrentInput() 602 if (!IsEditable()) { in RestoreAttachInfoInSaDied() 646 if (!IsEditable()) { in OnCursorUpdate() 679 if (!IsEditable()) { in OnSelectionChange() 720 if (!IsEditable()) { in OnConfigurationChange() 801 if (!IsEditable()) { in DispatchKeyEvent() 878 if (!IsEditable()) { in SetCallingWindow() 1056 if (IsEditable() && listener != nullptr) { in SelectByRange() 1111 bool InputMethodController::IsEditable() in IsEditable() function in OHOS::MiscServices::InputMethodController [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image_base.cpp | 256 !pixelMap_->IsEditable() && in MarkRenderServiceImage() 293 if (pixelMap && !pixelMap->IsEditable()) { in UnmarshallingAndCachePixelMap() 356 } else if (pixelMap && !pixelMap->IsEditable()) { in IncreaseCacheRefCount() 411 if (!pixelMap_->IsEditable()) { in ConvertPixelMapToDrawingImage() 420 if (!pixelMap_->IsEditable()) { in ConvertPixelMapToDrawingImage() 525 if (!pixelMap_->IsEditable()) { in BindPixelMapToDrawingImage() 530 if (!pixelMap_->IsEditable() && image_) { in BindPixelMapToDrawingImage()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_context_menu_params_impl.cpp | 37 bool ArkWebContextMenuParamsImpl::IsEditable() in IsEditable() function in OHOS::ArkWeb::ArkWebContextMenuParamsImpl 39 return nweb_context_menu_params_->IsEditable(); in IsEditable()
|
H A D | ark_web_context_menu_params_impl.h | 36 bool IsEditable() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_context_menu_params_wrapper.cpp | 37 bool ArkWebContextMenuParamsWrapper::IsEditable() in IsEditable() function in OHOS::ArkWeb::ArkWebContextMenuParamsWrapper 39 return ark_web_context_menu_params_->IsEditable(); in IsEditable()
|
H A D | ark_web_context_menu_params_wrapper.h | 38 bool IsEditable() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_accessibility_property.cpp | 23 bool RichEditorAccessibilityProperty::IsEditable() const in IsEditable() function in OHOS::Ace::NG::RichEditorAccessibilityProperty
|
H A D | rich_editor_accessibility_property.h | 30 bool IsEditable() const override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_accessibility_property.h | 40 bool IsEditable() const override;
|
H A D | rating_accessibility_property.cpp | 49 bool RatingAccessibilityProperty::IsEditable() const in IsEditable() function in OHOS::Ace::NG::RatingAccessibilityProperty
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_accessibility_property.h | 33 bool IsEditable() const override;
|
H A D | grid_accessibility_property.cpp | 33 bool GridAccessibilityProperty::IsEditable() const in IsEditable() function in OHOS::Ace::NG::GridAccessibilityProperty
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_context_menu_params.h | 35 virtual bool IsEditable() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_accessibility_property.h | 39 bool IsEditable() const override;
|
H A D | text_field_accessibility_property.cpp | 84 bool TextFieldAccessibilityProperty::IsEditable() const in IsEditable() function in OHOS::Ace::NG::TextFieldAccessibilityProperty
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_context_menu_params.h | 89 virtual bool IsEditable() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 113 nativeInfo.SetEditable(accessibilityElementInfo.IsEditable()); in FillNativeAccessibilityElementInfo() 298 EXPECT_EQ(beforeInfo.IsEditable(), afterInfo.IsEditable()); in CheckTransformElementInfoResult()
|
H A D | native_interface_accessibility_test.cpp | 169 NATIVE_ADD_ELEMENTINFO(SetEditable, &afterInfo, beforeInfo.IsEditable()); in FillNativeAccessibilityElementInfo() 340 EXPECT_EQ(beforeInfo.IsEditable(), afterInfo.IsEditable()); in CheckTransformElementInfoResult()
|
/ohos5.0/foundation/multimedia/image_framework/ |
H A D | hisysevent.yaml | 47 EDITABLE: {type: BOOL, desc: IsEditable 0 is No 1 is Yes} 77 EDITABLE: {type: BOOL, desc: IsEditable 0 is No 1 is Yes}
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | picture_handle_service.cpp | 158 …IA_DEBUG_LOG("PictureHandlerService::WriteProperties editable:%{public}d", pixelMap->IsEditable()); in WriteProperties() 159 data.WriteBool(pixelMap->IsEditable()); in WriteProperties()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation_utils.h | 65 accessibilityElementInfo.SetEditable(nativeInfo.IsEditable()); in TransformAccessbilityElementInfo()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | pixel_map_impl.cpp | 196 return real_->IsEditable(); in GetIsEditable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 277 bool IsEditable() const in IsEditable() function
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
H A D | input_method_controller.h | 845 bool IsEditable();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.h | 129 NATIVEEXPORT bool IsEditable() in IsEditable() function
|