Searched
full:getwidth (Results
251 -
275 of
2031) sorted by null
<<11121314151617181920>>
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewTest.java | 114 int beforeLayoutWidth = mMockSurfaceView.getWidth(); 122 assertEquals(right - left, mMockSurfaceView.getWidth());
|
/cts/tests/tests/widget/src/android/widget/cts/ |
SeekBarTest.java | 81 seekBarXY[0] + (mSeekBar.getWidth() >> 1), seekBarXY[1], 0); 90 seekBarXY[0] + (mSeekBar.getWidth() >> 1), seekBarXY[1], 0);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
BitmapDecode.java | 91 int w = mBitmap2.getWidth(); 138 mMovie.draw(canvas, getWidth() - mMovie.width(),
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Animation3.java | 58 targetParent.getWidth() - target.getWidth() - targetParent.getPaddingLeft() -
|
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/ |
Bouncer.java | 77 mShapeW = mBitmap.getWidth(); 115 mShapeX = (w - mBitmap.getWidth()) / 2;
|
Bouncer1.java | 85 mShapeW = mBitmap.getWidth(); 97 mShapeX = (w - mBitmap.getWidth()) / 2;
|
Bouncer2.java | 86 mShapeW = mBitmap.getWidth(); 98 mShapeX = (w - mBitmap.getWidth()) / 2;
|
Bouncer3.java | 86 mShapeW = mBitmap.getWidth(); 98 mShapeX = (w - mBitmap.getWidth()) / 2;
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/ |
RatingView.java | 50 int width = starHalf.getWidth(); 77 mDrawingRect.left = mIsLayoutLTR ? 0 : (canvas.getWidth() - starSize);
|
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/ |
SuggestionPopup.java | 59 mSuggestionsPopup.setWidth(mUrlField.getWidth()); 119 mSuggestionsPopup.setWidth(mUrlField.getWidth());
|
/external/chromium_org/third_party/angle/samples/angle/simple_vertex_shader/ |
SimpleVertexShader.cpp | 91 Matrix4 perspectiveMatrix = Matrix4::perspective(60.0f, float(getWindow()->getWidth()) / getWindow()->getHeight(), 108 glViewport(0, 0, getWindow()->getWidth(), getWindow()->getHeight());
|
/external/deqp/framework/opengl/simplereference/ |
sglrContext.cpp | 37 int width = src.getWidth(); 72 int width = src.getWidth();
|
/external/glide/library/tests/src/com/bumptech/glide/load/engine/bitmap_recycle/ |
SizeStrategyTest.java | 22 assertEquals(bitmap, strategy.get(bitmap.getWidth(), bitmap.getHeight(), Bitmap.Config.ARGB_8888)); 59 assertEquals(99, result.getWidth());
|
/external/proguard/src/proguard/gui/splash/ |
BufferedSprite.java | 117 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null)); 123 bufferGraphics.fillRect(0, 0, bufferImage.getWidth(null), bufferImage.getHeight(null));
|
/frameworks/base/core/java/android/transition/ |
CircularPropagation.java | 85 epicenterX = Math.round(loc[0] + (sceneRoot.getWidth() / 2) 91 float maxDistance = distance(0, 0, sceneRoot.getWidth(), sceneRoot.getHeight());
|
/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 | 54 mWidth = mLayer->layer.getWidth(); 119 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/telecomm/java/android/telecom/ |
CameraCapabilities.java | 113 dest.writeInt(getWidth()); 134 public int getWidth() {
|
Completed in 1014 milliseconds
<<11121314151617181920>>