Searched refs:getBounds (Results 1 - 25 of 40) sorted by relevance

12

/packages/apps/UnifiedEmail/src/com/android/mail/graphics/
H A DPageMarginDrawable.java43 canvas.drawRect(getBounds(), mPaint);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapDrawable.java83 final Rect r = getBounds();
126 return getBounds().width();
131 return getBounds().height();
H A DPreloadIconDrawable.java56 setBounds(icon.getBounds());
69 onBoundsChange(getBounds());
94 Rect bounds = d.getBounds();
113 final Rect r = new Rect(getBounds());
/packages/apps/Calendar/src/com/android/calendar/
H A DDayOfMonthDrawable.java53 Rect bounds = getBounds();
/packages/apps/Camera/src/com/android/camera/drawable/
H A DTextDrawable.java54 Rect bounds = getBounds();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFastBitmapDrawable.java47 final Rect r = getBounds();
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DBitmapJobDrawable.java85 Rect bounds = getBounds();
100 Rect bounds = getBounds();
/packages/apps/Camera/src/com/android/camera/ui/
H A DPieItem.java198 d.setBounds(mDrawable.getBounds());
H A DRotateImageView.java98 Rect bounds = drawable.getBounds();
H A DCameraSwitcher.java113 mIndicator.setBounds(getDrawable().getBounds());
/packages/apps/Camera2/src/com/android/camera/drawable/
H A DTextDrawable.java85 Rect bounds = getBounds();
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java216 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); method in interface:GLCanvas
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java214 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); method in interface:GLCanvas
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DAbsSeekBar.java326 Rect oldBounds = thumb.getBounds();
340 Rect oldBounds = thumb.getBounds();
411 invalidate(mThumb.getBounds()); // This may be within the padding region
429 invalidate(mThumb.getBounds()); // This may be within the padding region
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DContactDrawable.java89 final Rect bounds = getBounds();
H A DAbstractAvatarDrawable.java91 final Rect bounds = getBounds();
112 final Rect bounds = getBounds();
H A DCheckableContactFlipDrawable.java160 final Rect bounds = getBounds();
H A DFlipDrawable.java133 final Rect bounds = getBounds();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DRoundedLine.java108 public void getBounds(final Rect outBounds) { method in class:RoundedLine
/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
H A DLetterTileDrawable.java100 final Rect bounds = getBounds();
136 final Rect bounds = getBounds();
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateImageView.java100 Rect bounds = drawable.getBounds();
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateImageView.java96 Rect bounds = drawable.getBounds();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DWindowLocationUtil.java121 unclippedBitmapRect.set(drawable.getBounds());
/packages/apps/Settings/src/com/android/settings/
H A DActivityPicker.java393 // If we were to do oldBounds = icon.getBounds(),
397 mOldBounds.set(icon.getBounds());
412 mOldBounds.set(icon.getBounds());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DRenderingRequest.java166 public Rect getBounds() { method in class:RenderingRequest

Completed in 381 milliseconds

12