Home
last modified time | relevance | path

Searched refs:thisHeight (Results 1 – 2 of 2) 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()