Searched refs:PLATFORM_VERSION_FIVE (Results 1 – 5 of 5) sorted by relevance
236 const static int32_t PLATFORM_VERSION_FIVE = 5; in IsPlatformFive() local237 return context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in IsPlatformFive()
122 const static int32_t PLATFORM_VERSION_FIVE = 5; in CalculateScaleFactorOnWatch() local123 if (context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE) { in CalculateScaleFactorOnWatch()
61 const static int32_t PLATFORM_VERSION_FIVE = 5; in Update() local63 if (context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE) { in Update()
586 const static int32_t PLATFORM_VERSION_FIVE = 5; in IsPlatformFive() local588 return context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in IsPlatformFive()
26 const static int32_t PLATFORM_VERSION_FIVE = 5; variable80 useOldLayoutVersion_ = context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in Update()