Searched defs:scale (Results 1 – 3 of 3) sorted by relevance
52 float scale = 9.0f; in processData() local
78 float scale = Math.min((float) getWidth() / mPicWidth, (float) getHeight() / mPicHeight); in onDraw() local
366 final Animation scale = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f); in testClone() local