Searched refs:minWidth (Results 1 – 9 of 9) sorted by relevance
83 this.showLogoMedia({ minWidth: $r('app.float.home_card_min_width')})85 …this.showLogoMedia({ minWidth: $r('app.float.home_card_min_width'), maxWidth: $r('app.float.home_c…
100 virtual ErrorCode GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) = 0;
97 ErrorCode GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) final;
173 auto minWidth = static_cast<int32_t>(size); in WallpaperManagerFuzzTest() local180 … WallpaperMgrService::WallpaperManagerkits::GetInstance().GetWallpaperMinWidth(apiInfo, minWidth); in WallpaperManagerFuzzTest()
406 ErrorCode WallpaperManager::GetWallpaperMinWidth(const ApiInfo &apiInfo, int32_t &minWidth) in GetWallpaperMinWidth() argument413 minWidth = display->GetWidth(); in GetWallpaperMinWidth()
264 napi_status status = napi_create_int32(env, context->minWidth, result); in GetMinWidthInner()271 …erMgrService::WallpaperManagerkits::GetInstance().GetWallpaperMinWidth(apiInfo, context->minWidth); in GetMinWidthInner()272 if (wallpaperErrorCode == E_OK && context->minWidth >= 0) { in GetMinWidthInner()
76 int32_t minWidth = 0; member
310 .constraintSize({ minWidth: $r('app.float.custom_button_width') })
309 .constraintSize({ minWidth: $r('app.float.custom_button_width') })