Home
last modified time | relevance | path

Searched refs:setPhotoBrowserUIElementVisibility (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/
H A Dohos-file-PhotoPickerComponent.md223 ### setPhotoBrowserUIElementVisibility<sup>13+</sup>
225 setPhotoBrowserUIElementVisibility(elements: Array&lt;PhotoBrowserUIElement&gt;, isVisible: boolean…
570 this.pickerController.setPhotoBrowserUIElementVisibility(elements, false); // 设置大图页不显示返回按钮
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Dohos-file-PhotoPickerComponent.md222 ### setPhotoBrowserUIElementVisibility<sup>13+</sup>
224 setPhotoBrowserUIElementVisibility(elements: Array&lt;PhotoBrowserUIElement&gt;, isVisible: boolean…
570 …this.pickerController.setPhotoBrowserUIElementVisibility(elements, false); // Hide the Back button…
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotopickercomponent.js379 setPhotoBrowserUIElementVisibility(e, o) { method in PickerController
H A DPhotoPickerComponent.ets351 setPhotoBrowserUIElementVisibility(elements: Array<PhotoBrowserUIElement>, isVisible?: boolean) {