Searched defs:screenHeight (Results 1 – 5 of 5) sorted by relevance
23 int16_t screenHeight = static_cast<int16_t>(Screen::GetInstance().GetHeight()); variable
57 const screenHeight: number = AppStorage.get('screenHeight'); constant
98 var screenHeight = (dis.height - SYSTEM_UI_HEIGHT) * proportion variable
144 const screenHeight: number = AppStorage.get('screenHeight') as number; constant
32 private screenHeight = 0; property in GestureNavigationExecutors