Searched refs:getRatio (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | TiledScreenNail.java | 171 mTexture.drawMixed(canvas, mPlaceholderColor, getRatio(), x, y, in draw() 202 private float getRatio() { in getRatio() method in TiledScreenNail
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | FadeOutTexture.java | 37 canvas.setAlpha(getRatio()); in draw()
|
D | FadeInTexture.java | 38 mTexture.drawMixed(canvas, mColor, getRatio(), x, y, w, h); in draw()
|
D | FadeTexture.java | 73 protected float getRatio() { in getRatio() method in FadeTexture
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/ |
D | ProportionalLayout.java | 139 public float getRatio() { in getRatio() method in ProportionalLayout
|