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

12

/packages/apps/UnifiedEmail/src/com/android/mail/graphics/
H A DPageMarginDrawable.java43 canvas.drawRect(getBounds(), mPaint);
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DTileDrawable.java68 canvas.drawRect(getBounds(), mPaint);
113 if (mPaint.getAlpha() == 255 && !getBounds().isEmpty()) {
H A DCompositeDrawable.java64 onBoundsChange(getBounds());
H A DAttachmentDrawable.java133 final Rect bounds = getBounds();
198 final Rect bounds = getBounds();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DPriorityIndicatorSpan.java89 Rect rect = d.getBounds();
108 final int transY = (top + bottom + mPaddingAbove - b.getBounds().bottom) / 2;
/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();
H A DUtilities.java157 sOldBounds.set(icon.getBounds());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFastBitmapDrawable.java47 final Rect r = getBounds();
H A DUtilities.java170 sOldBounds.set(icon.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/Camera2/src/com/android/camera/ui/
H A DPieItem.java165 d.setBounds(mDrawable.getBounds());
H A DRotateImageView.java98 Rect bounds = drawable.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/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/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/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/LegacyCamera/src/com/android/camera/ui/
H A DRotateImageView.java96 Rect bounds = 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 419 milliseconds

12