/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
LLand.java | 253 mWidth = getWidth(); 481 if (v.getTranslationX() + v.getWidth() < 0) { 487 v.setTranslationX(getWidth()); 746 final int w = view.getWidth(); 871 final int pad = (int) (getWidth() * 0.02f); 872 outline.setOval(pad, pad, getWidth()-pad, getHeight()-pad); 896 r = getWidth()/2; 919 outline.setRect(0, 0, getWidth(), getHeight()); 925 final int w = c.getWidth(); [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/ |
Camera2MultiViewTestCase.java | 167 int effectiveWidth = previewSize.getWidth(); 171 effectiveHeight = previewSize.getWidth(); 176 int viewWidth = textureView.getWidth();
|
/cts/tests/tests/widget/src/android/widget/cts/ |
FrameLayoutTest.java | 88 assertTrue(mFrameLayout.getWidth() > foreground.getIntrinsicWidth()); 108 assertEquals(mFrameLayout.getWidth(), rect.right - rect.left); 116 assertTrue(mFrameLayout.getWidth() > foreground.getIntrinsicWidth());
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/ |
ImageGridFragment.java | 131 mGridView.getWidth() / (mImageThumbSize + mImageThumbSpacing)); 134 (mGridView.getWidth() / numColumns) - mImageThumbSpacing; 186 ActivityOptions.makeScaleUpAnimation(v, 0, 0, v.getWidth(), v.getHeight());
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/ |
ImageGridFragment.java | 131 mGridView.getWidth() / (mImageThumbSize + mImageThumbSpacing)); 134 (mGridView.getWidth() / numColumns) - mImageThumbSpacing; 186 ActivityOptions.makeScaleUpAnimation(v, 0, 0, v.getWidth(), v.getHeight());
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
ExploreByTouchHelperActivity.java | 160 final int width = getWidth(); 197 final float scaledX = (x / getWidth()); 291 final int width = getWidth();
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/ |
ImageGridFragment.java | 131 mGridView.getWidth() / (mImageThumbSize + mImageThumbSpacing)); 134 (mGridView.getWidth() / numColumns) - mImageThumbSpacing; 186 ActivityOptions.makeScaleUpAnimation(v, 0, 0, v.getWidth(), v.getHeight());
|
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
ImagePixelization.java | 157 int width = bitmap.getWidth(); 160 if (mPixelatedBitmap == null || !(width == mPixelatedBitmap.getWidth() && height == 218 int width = bitmap.getWidth();
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
view.js | 59 getWidth: function() { 68 return this.getLeft() + this.getWidth(); 308 var fixedWidth = this.leftView_.getWidth();
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/ |
TextureD3D.h | 96 GLsizei getWidth(GLint level) const; 210 GLsizei getWidth(GLint level) const; 266 GLsizei getWidth(GLint level) const;
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
video_source.cc | 211 (target.GetWidth() == _width && target.GetHeight() == _height && target.GetFrameRate() == _frameRate))) 230 target.GetWidth(), target.GetHeight()); 242 ASSERT_TRUE(target.GetWidth() == _width &&
|
/external/deqp/framework/referencerenderer/ |
rrFragmentOperations.cpp | 66 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const Vec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } 67 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const IVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } 68 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const UVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v.cast<int>()); } 69 void clearMultisampleDepthBuffer (const tcu::PixelBufferAccess& dst, float v, const WindowRectangle& r) { tcu::clearDepth(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } 70 void clearMultisampleStencilBuffer (const tcu::PixelBufferAccess& dst, int v, const WindowRectangle& r) { tcu::clearStencil(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboTestCase.cpp | 51 , m_viewportWidth (useScreenSizedViewport ? context.getRenderTarget().getWidth() : 128) 68 int width = deMin32(renderTarget.getWidth(), m_viewportWidth); 70 int x = rnd.getInt(0, renderTarget.getWidth() - width);
|
/external/deqp/modules/gles31/functional/ |
es31fFboTestCase.cpp | 51 , m_viewportWidth (useScreenSizedViewport ? context.getRenderTarget().getWidth() : 128) 68 int width = deMin32(renderTarget.getWidth(), m_viewportWidth); 70 int x = rnd.getInt(0, renderTarget.getWidth() - width);
|
/external/pdfium/core/src/fxge/dib/ |
fx_dib_main.cpp | 118 if (!Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat())) {
190 int copy_len = (pNewBitmap->GetWidth() * pNewBitmap->GetBPP() + 7) / 8;
393 GetOverlapRect(dest_left, dest_top, width, height, pSrcBitmap->GetWidth(), pSrcBitmap->GetHeight(), src_left, src_top, NULL);
447 GetOverlapRect(dest_left, dest_top, width, height, pMask->GetWidth(), pMask->GetHeight(), src_left, src_top, NULL);
716 if (pSrcClone->GetWidth() != m_Width || pSrcClone->GetHeight() != m_Height) {
733 } else if (pSrcClone->GetWidth() != m_Width || pSrcClone->GetHeight() != m_Height) {
837 if (pSrcBitmap->GetWidth() != m_Width || pSrcBitmap->GetHeight() != m_Height) {
[all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpNotificationView.java | 238 view.getWidth() - outlineLeft - view.getPaddingRight(), 308 c.clipRect(6, 6, c.getWidth() - 6, getMeasuredHeight() - 6, 429 mTmpTwoArray[0] + mContentHolder.getWidth(),
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
TiledImageView.java | 182 || renderer.scale > 0 || getWidth() == 0) { 186 (float) getWidth() / (float) renderer.source.getImageWidth(), 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale);
|
/frameworks/ex/framesequence/jni/ |
FrameSequence_gif.cpp | 200 const int width = mFrameSequence.getWidth(); 213 const int width = mFrameSequence.getWidth(); 241 const int width = mFrameSequence.getWidth();
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
OrientationHelper.java | 197 return mLayoutManager.getWidth() - mLayoutManager.getPaddingRight(); 202 return mLayoutManager.getWidth(); 247 return mLayoutManager.getWidth() - mLayoutManager.getPaddingLeft()
|
/packages/apps/Browser/src/com/android/browser/ |
BookmarkUtils.java | 85 Rect iconBounds = new Rect(0, 0, bm.getWidth(), bm.getHeight()); 160 Rect src = new Rect(0, 0, touchIcon.getWidth(), touchIcon.getHeight()); 197 faviconPaddedRectDimension = canvas.getWidth();
|
/packages/apps/Camera/src/com/android/camera/ |
CameraScreenNail.java | 137 public int getWidth() { 147 return super.getWidth(); 405 int width = mAnimTexture.getWidth();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageStraighten.java | 164 float centerX = getWidth() / 2f; 251 int imageWidth = image.getWidth(); 253 int viewWidth = canvas.getWidth();
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
TiledTexture.java | 140 int r = localBitmapRef.getWidth() + x; 203 mWidth = bitmap.getWidth(); 338 public int getWidth() {
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
TiledImageView.java | 182 || renderer.scale > 0 || getWidth() == 0) { 186 (float) getWidth() / (float) renderer.source.getImageWidth(), 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
TiledImageView.java | 194 || renderer.scale > 0 || getWidth() == 0) { 198 (float) getWidth() / (float) renderer.source.getImageWidth(), 274 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale);
|