HomeSort by relevance Sort by last modified time
    Searched full:getwidth (Results 276 - 300 of 2031) sorted by null

<<11121314151617181920>>

  /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);
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/
BitmapUtil.java 101 original.getWidth(), original.getHeight(), Bitmap.Config.ARGB_8888);
105 tempCanvas.rotate(angle, original.getWidth()/2, original.getHeight()/2);
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;
  /cts/tests/tests/util/src/android/util/cts/
DisplayMetricsTest.java 50 assertEquals(display.getWidth(), metrics.widthPixels);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
Plasma.java 35 setContentView(new PlasmaView(this, display.getWidth(), display.getHeight()));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 218 mPoint1.init(canvas.getWidth(), canvas.getHeight(), mMinStep);
219 mPoint2.init(canvas.getWidth(), canvas.getHeight(), mMinStep);
222 mPoint1.step(canvas.getWidth(), canvas.getHeight(),
224 mPoint2.step(canvas.getWidth(), canvas.getHeight(),
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 42 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(),
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 118 final int right = getWidth() - getPaddingRight();
150 final int right = getWidth() - getPaddingRight();
205 final int right = getWidth() - getPaddingRight();
245 final int parentWidth = getWidth();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 68 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 69 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 58 public int getWidth() {
  /external/chromium_org/third_party/angle/samples/angle/hello_triangle/
HelloTriangle.cpp 73 glViewport(0, 0, getWindow()->getWidth(), getWindow()->getHeight());
  /external/chromium_org/third_party/skia/samplecode/
SampleSkLayer.cpp 125 layer, layer->getParent(), layer->getWidth(), layer->getHeight(),
139 r.set(0, 0, this->getWidth(), this->getHeight());
185 child->setPosition(fRootLayer->getWidth()/2 - child->getWidth()/2,
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
text_measure.js 46 TextMeasure.prototype.getWidth = function(text) {

Completed in 734 milliseconds

<<11121314151617181920>>