Home
last modified time | relevance | path

Searched refs:thisHeight (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
DCropImage.java763 float thisHeight = getHeight(); in centerBasedOnHighlightView() local
766 float z2 = thisHeight / height * .6F; in centerBasedOnHighlightView()
DGridViewSpecial.java900 public void doDraw(Canvas canvas, int thisWidth, int thisHeight, in doDraw() argument
911 if (yPos >= scrollPos + thisHeight) { in doDraw()
/packages/apps/Camera/src/com/android/camera/
DCropImage.java761 float thisHeight = getHeight(); in centerBasedOnHighlightView() local
764 float z2 = thisHeight / height * .6F; in centerBasedOnHighlightView()
DGridViewSpecial.java898 public void doDraw(Canvas canvas, int thisWidth, int thisHeight, in doDraw() argument
909 if (yPos >= scrollPos + thisHeight) { in doDraw()