const int ret = media_info_cancel_thumbnail(m_media);
if (ret != 0) {
-
// XXX In this case complete callback will be called anyway
// We need to report this issue to the platform
m_thumbCbProxy->item = nullptr;
auto result = makeShared<CustomMediaAlbum>();
for (auto &filePath: filePathArray) {
-
auto item = MediaItem::newInstance(filePath);
if (!item) {
WLOG("MediaItem::newInstance() failed. Skipping...");
m_imageHeight = params.imageHeight;
if ((m_imageWidth <= 0) || (m_imageHeight <= 0)) {
-
setImageLoadSize(0);
evas_object_image_file_set(m_image,
if ((newEndSlotIndex <= beginSlotIndex) ||
(endSlotIndex <= newBeginSlotIndex)) {
-
unrealizeSlots(0, m_slotCount);
if ((beginSlotIndex ^ newBeginSlotIndex) & 1) {
Evas_Object *getContent() const;
Evas_Object *getContent(EdjePart part) const;
- void emit(EdjeSignal signal,EdjeSignalSrc source =
+ void emit(EdjeSignal signal, EdjeSignalSrc source =
EdjeSignalSrc("")) const;
private:
Result GuiPresenter::prepare(GuiPresenter &parent, const int flags)
{
if (flags & PF_ADD_DEACTIVATOR_SOURCES) {
-
if (!parent.m_sink) {
LOG_RETURN(RES_FAIL, "parent.m_sink is NULL!");
}