Searched
full:getwidth (Results
551 -
575 of
2100) sorted by null
<<21222324252627282930>>
/frameworks/base/libs/hwui/ |
RenderNode.h | 164 int getWidth() { 165 return properties().getWidth();
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
DocumentaryFilter.java | 123 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 124 mWidth = inputFormat.getWidth();
|
FisheyeFilter.java | 115 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 116 updateFrameSize(inputFormat.getWidth(), inputFormat.getHeight());
|
RedEyeFilter.java | 125 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 126 mWidth = inputFormat.getWidth();
|
SharpenFilter.java | 113 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 114 updateFrameSize(inputFormat.getWidth(), inputFormat.getHeight());
|
StraightenFilter.java | 97 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 98 mWidth = inputFormat.getWidth();
|
VignetteFilter.java | 137 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 138 mWidth = inputFormat.getWidth();
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardCircleFramedDrawable.java | 65 final int width = bitmap.getWidth(); 109 final float outside = Math.min(canvas.getWidth(), canvas.getHeight());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
DelegateViewHelper.java | 130 bounds.set(p[0], p[1], p[0] + view.getWidth(), p[1] + view.getHeight()); 132 bounds.union(p[0], p[1], p[0] + view.getWidth(), p[1] + view.getHeight());
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
BasicTexture.java | 98 public int getWidth() { 138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
|
/frameworks/base/rs/java/android/renderscript/ |
RSTextureView.java | 155 mRS.setSurfaceTexture(mSurfaceTexture, getWidth(), getHeight()); 180 mRS.setSurfaceTexture(mSurfaceTexture, getWidth(), getHeight());
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
SurfaceHolderTarget.java | 148 Rect frameRect = new Rect(0, 0, image.getWidth(), image.getHeight()); 166 Rect sourceRect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight());
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
ResourceModifiers.java | 66 mTexWidth = mBitmap.getWidth(); 108 final float width = mBitmap.getWidth() / 8.0f;
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ViewLayersActivity5.java | 76 mClipPath.addCircle(getWidth() / 2.0f, getHeight() / 2.0f, 77 Math.min(getWidth(), getHeight()) / 3.0f, Path.Direction.CW);
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
AmPmCirclesView.java | 152 int viewWidth = getWidth(); 158 int layoutXCenter = getWidth() / 2;
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
BallsRS.java | 47 mvp.loadOrtho(0, mRS.getWidth(), mRS.getHeight(), 0, -1, 1); 144 mPhysicsScript.invoke_touch(x, y, pressure * mRS.getWidth() / 1280, id);
|
/packages/apps/Browser/src/com/android/browser/ |
TabScrollView.java | 147 int childr = childl + child.getWidth(); 149 int viewr = viewl + getWidth();
|
/packages/apps/Calendar/src/com/android/calendar/ |
MultiStateButton.java | 181 x = getWidth() - width; 184 x = (getWidth() - width) / 2;
|
/packages/apps/Camera/src/com/android/camera/ui/ |
CameraSwitcher.java | 218 mTranslationX = -getWidth() / 2; 221 mTranslationX = getWidth();
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ImageViewDrawableSetter.java | 171 if (bitmap.getHeight() != bitmap.getWidth()) { 173 final int size = Math.min(bitmap.getWidth(), bitmap.getHeight());
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
StateTransitionAnimation.java | 152 int xOffset = view.getWidth() / 2; 167 int xOffset = view.getWidth() / 2;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
ColorHueView.java | 85 mTmpBuff = new int[mBitmap.getWidth() * mBitmap.getHeight()]; 93 int w = mBitmap.getWidth();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterTinyPlanet.java | 77 int w = bitmapIn.getWidth(); 104 nativeApplyFilter(bitmapIn, bitmapIn.getWidth(), bitmapIn.getHeight(), mBitmapOut,
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
HistogramView.java | 45 int w = bitmap.getWidth(); 88 float w = getWidth(); // - Spline.curveHandleSize();
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
BasicTexture.java | 98 public int getWidth() { 138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
|
Completed in 502 milliseconds
<<21222324252627282930>>