Home
last modified time | relevance | path

Searched refs:widthHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
DHighlightView.java131 int widthHeight = in draw() local
144 yMiddle - widthHeight, in draw()
146 yMiddle + widthHeight); in draw()
150 yMiddle - widthHeight, in draw()
152 yMiddle + widthHeight); in draw()
/packages/apps/Camera2/src/com/android/camera/settings/
DSettingsManager.java380 String[] widthHeight = strValue.split("x");
381 if (widthHeight.length != 2) {
386 int width = Integer.parseInt(widthHeight[0]);
387 int height = Integer.parseInt(widthHeight[1]);