Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Gallery3D/src/com/cooliris/media/
DIconTitleDrawable.java66 Rect bounds = getBounds(); in draw() local
88 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DSimpleStringTexture.java64 Rect bounds = new Rect(); in load() local
DStringTexture.java179 Rect bounds = new Rect(); in load() local
/packages/apps/Camera/src/com/android/camera/ui/
DIndicatorBar.java46 Rect bounds = IndicatorBar.this.getComponent( in render() local
DGLListView.java160 Rect bounds = view.bounds(); in render() local
DGLView.java155 public Rect bounds() { in bounds() method in GLView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinKeyboard.java472 private static int getTextWidth(Paint paint, String text, float textSize, Rect bounds) { in getTextWidth()
513 final Rect bounds = new Rect(); in layoutSpaceBar() local
DLatinKeyboardBaseView.java829 final Rect bounds = keyBackground.getBounds(); in onBufferDraw() local