Home
last modified time | relevance | path

Searched defs:max (Results 1 – 2 of 2) sorted by relevance

/applications/standard/app_samples/MultiDeviceAppDev/Weather/common/src/main/ets/model/
DMain.ts30 …Resource | string, public weather: string, public airLevel: string, public max: string, public min… property in WeekWeather
68 …constructor(public city: string, public temp: string, public weatherType: string, public max: stri… property in HeaderData
/applications/standard/launcher/common/src/main/ets/default/model/
DPageDesktopModel.ts178 const max = pageCount - 1 > curPageIndex ? curPageIndex + 1 : pageCount - 1; constant