Searched defs:bigIcon (Results 1 – 4 of 4) sorted by relevance
682 std::shared_ptr<PixelMap> bigIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable716 std::shared_ptr<PixelMap> bigIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable750 std::shared_ptr<PixelMap> bigIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable
1259 std::shared_ptr<PixelMap> bigIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable1291 std::shared_ptr<PixelMap> bigIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable1323 std::shared_ptr<PixelMap> bigIcon = MakePixelMap(ICON_SIZE, ICON_SIZE); variable
310 void NotificationRequest::SetBigIcon(const std::shared_ptr<Media::PixelMap> &bigIcon) in SetBigIcon()
1583 auto bigIcon = request.GetBigIcon(); in CheckImageSize() local