Searched
full:getwidth (Results
276 -
300 of
2100) sorted by null
<<11121314151617181920>>
/frameworks/base/core/tests/coretests/src/android/view/ |
DrawableBgMinSizeTest.java | 85 view.getWidth() >= mBackgroundDrawable.getMinimumWidth()); 121 .getWidth() >= mBigBackgroundDrawable.getMinimumWidth());
|
/frameworks/base/libs/hwui/ |
DeferredLayerUpdater.cpp | 35 mWidth = mLayer->layer.getWidth(); 100 forceFilter = mWidth != buffer->getWidth()
|
RenderBufferCache.cpp | 95 buffer->getWidth(), buffer->getHeight()); 158 buffer->getWidth(), buffer->getHeight());
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 174 int width = bitmap.getWidth(); 219 if (source.getWidth() < source.getHeight()) { 220 scale = width / (float) source.getWidth(); 364 int deltaX = source.getWidth() - targetWidth; 382 deltaXHalf + Math.min(targetWidth, source.getWidth()), 398 float bitmapWidthF = source.getWidth(); 424 source.getWidth(), source.getHeight(), scaler, true); 433 int dx1 = Math.max(0, b1.getWidth() - targetWidth);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
CropRectFilter.java | 105 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 106 updateSourceRect(inputFormat.getWidth(), inputFormat.getHeight());
|
ImageStitcher.java | 74 mInputWidth = format.getWidth(); 97 if ((format.getWidth() != mInputWidth) ||
|
RotateFilter.java | 95 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 96 mWidth = inputFormat.getWidth();
|
ToPackedGrayFilter.java | 85 int w = inputFormat.getWidth(); 120 int ow = outputFormat.getWidth();
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
PageContentView.java | 101 if (getWidth() > 0 && getHeight() > 0 && !mContentRequested 104 mProvider.getPageContent(new RenderSpec(getWidth(), getHeight(),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
DismissViewButton.java | 77 int dx = isRtl ? getWidth() / 2 + drawableHeight / 2 : getWidth() / 2 - drawableHeight / 2;
|
/frameworks/base/telecomm/java/android/telecom/ |
CameraCapabilities.java | 113 dest.writeInt(getWidth()); 134 public int getWidth() {
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
PathDestructionActivity.java | 60 left = MathUtils.random(getWidth() - MIN_SIZE); 62 right = left + MathUtils.random(getWidth() - left);
|
RevealActivity.java | 85 view.getWidth() / 2, view.getHeight() / 2, 86 0, Math.max(view.getWidth(), view.getHeight()));
|
ThinPatchesActivity.java | 78 final int left = (getWidth() - width) / 2; 101 // RectF dst = new RectF(0, 0, getWidth(), getHeight());
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
CircularImageView.java | 79 source.set(0, 0, bitmap.getWidth(), bitmap.getHeight()); 80 destination.set(getPaddingLeft(), getPaddingTop(), getWidth() - getPaddingRight(),
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
CircleView.java | 93 int viewWidth = getWidth(); 99 mXCenter = getWidth() / 2;
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ItemAlignment.java | 102 alignPos = view == itemView ? p.getOpticalWidth(view) : view.getWidth() 109 alignPos += ((view == itemView ? p.getOpticalWidth(view) : view.getWidth())
|
/packages/apps/Camera/tests/src/com/android/camera/functional/ |
ImageCaptureIntentTest.java | 63 assertTrue(bitmap.getWidth() > 0); 97 assertTrue(b.getWidth() > 0);
|
/packages/apps/Camera2/tests/src/com/android/camera/functional/ |
ImageCaptureIntentTest.java | 63 assertTrue(bitmap.getWidth() > 0); 97 assertTrue(b.getWidth() > 0);
|
/packages/apps/Camera2/tests_camera/src/com/android/camera/functional/ |
ImageCaptureIntentTest.java | 63 assertTrue(bitmap.getWidth() > 0); 97 assertTrue(b.getWidth() > 0);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
ViewUtil.java | 62 outline.setOval(0, 0, view.getWidth(), view.getHeight()); 69 outline.setRect(0, 0, view.getWidth(), view.getHeight());
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AbstractSlotRenderer.java | 61 (float) width / content.getWidth(), 74 int w = Math.round(scale * v.getWidth());
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
AppWidgetManagerCompatVL.java | 122 badgeLocation.offset(bitmap.getWidth() - badgeSize - badgeMargin, top); 134 drawable.setBounds(0, 0, bitmap.getWidth(), bitmap.getHeight());
|
/packages/apps/PhoneCommon/src/com/android/phone/common/util/ |
ViewUtil.java | 65 outline.setOval(0, 0, view.getWidth(), view.getHeight()); 97 final int width = textView.getWidth();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardParams.java | 101 if (isSpacer && key.getWidth() == 0) { 148 final int width = key.getWidth() + mHorizontalGap;
|
Completed in 596 milliseconds
<<11121314151617181920>>