Searched refs:dis (Results 1 – 7 of 7) sorted by relevance
34 display.getDefaultDisplay().then(dis => {37 if (dis.width < dis.height) {40 thisWidth = widthRatio * dis.width;41 thisHeight = dis.height / heightRatio;45 thisWidth = dis.width / widthRatio;46 thisHeight = dis.height / heightRatio;50 left: (dis.width - thisWidth) / 2,51 top: (dis.height - thisHeight) / 2,
40 display.getDefaultDisplay().then(dis => {44 width: dis.width,45 height: dis.height
45 display.getDefaultDisplay().then(dis => {49 width: dis.width,50 height: dis.height
274 double dis = disRad * EARTH_RADIUS; in CalDistance() local275 return dis; in CalDistance()