Searched refs:VIEW_PORT_SCALE (Results 1 – 2 of 2) sorted by relevance
28 constexpr double VIEW_PORT_SCALE = 3.0; variable249 endMainPos_ = startMainPos_ + (viewPortSize * VIEW_PORT_SCALE); in ApplyLayoutParam()
43 constexpr double VIEW_PORT_SCALE = 1.2; variable1315 startMainPos_ = (1.0 - VIEW_PORT_SCALE) / 2 * maxMainSize; in ApplyLayoutParam()1316 endMainPos_ = startMainPos_ + (maxMainSize * VIEW_PORT_SCALE); in ApplyLayoutParam()