Searched refs:PhotoPickerComponent (Results 1 – 17 of 17) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | PhotoPickerComponent.ets | 22 export struct PhotoPickerComponent { 48 console.info('PhotoPickerComponent onChanged: SET_ALBUM_URI'); 58 console.info('PhotoPickerComponent onChanged: other case'); 134 console.info('PhotoPickerComponent onRemoteReady'); 139 console.info('PhotoPickerComponent onError'); 167 console.info('PhotoPickerComponent onReceive: other case'); 187 console.info('PhotoPickerComponent onReceive: other case'); 196 console.info('PhotoPickerComponent onReceive: onSelect'); 201 console.info('PhotoPickerComponent onReceive: onDeselect'); 326 console.info('PhotoPickerComponent setData: other case'); [all …]
|
H A D | AlbumPickerComponent.ets | 16 import { PickerColorMode } from '@ohos.file.PhotoPickerComponent';
|
H A D | photopickercomponent.js | 32 export class PhotoPickerComponent extends ViewPU { class 485 export default { PhotoPickerComponent, PickerController, PickerOptions, DataType, BaseItemInfo, Ite…
|
H A D | RecentPhotoComponent.ets | 17 import { BaseItemInfo } from '@ohos.file.PhotoPickerComponent';
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/ |
H A D | ohos-file-AlbumPickerComponent.md | 5 需配合[PhotoPickerComponent](ohos-file-PhotoPickerComponent.md)一起使用,用户通过AlbumPickerComponent组件选择对应相册并通… 52 | themeColorMode | [PickerColorMode](ohos-file-PhotoPickerComponent.md#pickercolormode) | 否 | 相册页… 98 // 通过pickerController向PhotoPickerComponent发送消息,通知其刷新
|
H A D | ohos-file-PhotoPickerComponent.md | 1 # @ohos.file.PhotoPickerComponent (PhotoPicker组件) 14 PhotoPickerComponent, PickerController, PickerOptions, 19 } from '@ohos.file.PhotoPickerComponent'; 26 ## PhotoPickerComponent section 28 PhotoPickerComponent({ 43 应用可以在布局中嵌入PhotoPickerComponent组件,通过此组件,应用无需申请权限,即可访问公共目录中的图片或视频文件。 46 > 如果当前PhotoPickerComponent组件嵌套在Tabs组件中使用,Tabs组件的左右滑动会与图片选择大图界面的左右滑动切换手势发生冲突。 461 PhotoPickerComponent, 483 } from '@ohos.file.PhotoPickerComponent'; 610 PhotoPickerComponent({
|
H A D | Readme-CN.md | 12 - [@ohos.file.PhotoPickerComponent (PhotoPicker组件)](ohos-file-PhotoPickerComponent.md)
|
H A D | ohos-file-RecentPhotoComponent.md | 103 | recentPhotoInfo | [BaseItemInfo](ohos-file-PhotoPickerComponent.md#baseiteminfo) | 是 | 最近图片信息。 | 154 } from '@ohos.file.PhotoPickerComponent';
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | Readme-EN.md | 12 - [@ohos.file.PhotoPickerComponent (PhotoPickerComponent)](ohos-file-PhotoPickerComponent.md)
|
H A D | ohos-file-PhotoPickerComponent.md | 1 # @ohos.file.PhotoPickerComponent (PhotoPickerComponent) 14 PhotoPickerComponent, PickerController, PickerOptions, 19 } from '@ohos.file.PhotoPickerComponent'; 26 ## PhotoPickerComponent section 28 PhotoPickerComponent({ 154 Defines an instance used to send data to the **PhotoPickerComponent**. 166 Sends data of the specified type to **PhotoPickerComponent**. 309 Enumerates the types of data sent from **PickerController** to the **PhotoPickerComponent**. 461 PhotoPickerComponent, 483 } from '@ohos.file.PhotoPickerComponent'; [all …]
|
H A D | ohos-file-AlbumPickerComponent.md | 5 …th [PhotoPickerComponent](ohos-file-PhotoPickerComponent.md). When a user selects an album by usin… 52 | themeColorMode | [PickerColorMode](ohos-file-PhotoPickerComponent.md#pickercolormode) | No | The… 98 // pickerController instructs PhotoPickerComponent to refresh data.
|
H A D | ohos-file-RecentPhotoComponent.md | 103 | recentPhotoInfo | [BaseItemInfo](ohos-file-PhotoPickerComponent.md#baseiteminfo) | Yes| Informati… 154 } from '@ohos.file.PhotoPickerComponent';
|
/ohos5.0/docs/zh-cn/contribute/template/ |
H A D | guide-template.md | 408 PhotoPickerComponent, 412 import { photoAccessHelper } from '@ohos.file.PhotoPickerComponent';
|
/ohos5.0/docs/en/contribute/template/ |
H A D | guide-template.md | 408 PhotoPickerComponent, 412 import { photoAccessHelper } from '@ohos.file.PhotoPickerComponent';
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/ |
H A D | BUILD.gn | 474 sources = [ "./@ohos.file.PhotoPickerComponent.d.ets" ]
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | website.md | 3986 …- [@ohos.file.PhotoPickerComponent (PhotoPicker组件)](reference/apis-media-library-kit/ohos-file-Pho…
|
/ohos5.0/docs/en/application-dev/ |
H A D | website.md | 3845 …- [@ohos.file.PhotoPickerComponent (PhotoPicker Component)](reference/apis-media-library-kit/ohos-…
|