Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/SuperFeature/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/filepicker/entry/src/main/ets/base/utils/
DArrayUtil.ts54 public static max(array: number[]): number { method in ArrayUtil
/applications/standard/app_samples/code/SystemFeature/IDL/AbilityConnectServiceExtension/entry/src/main/ets/model/
DMain.ts30 …Resource | string, public weather: string, public airLevel: string, public max: string, public min… property in WeekWeather
/applications/standard/launcher/common/src/main/ets/default/model/
DPageDesktopModel.ts178 const max = pageCount - 1 > curPageIndex ? curPageIndex + 1 : pageCount - 1; constant