Searched refs:getWidth (Results 101 - 125 of 699) sorted by relevance

1234567891011>>

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DImageStitcher.java74 mInputWidth = format.getWidth();
97 if ((format.getWidth() != mInputWidth) ||
H A DLomoishFilter.java187 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
188 mWidth = inputFormat.getWidth();
H A DSharpenFilter.java113 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
114 updateFrameSize(inputFormat.getWidth(), inputFormat.getHeight());
H A DToPackedGrayFilter.java85 int w = inputFormat.getWidth();
120 int ow = outputFormat.getWidth();
H A DVignetteFilter.java137 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
138 mWidth = inputFormat.getWidth();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPageContentView.java116 if (getWidth() > 0 && getHeight() > 0 && !mContentRequested
119 mProvider.getPageContent(new RenderSpec(getWidth(), getHeight(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java125 if (transformScale && otherView.getWidth() != transformedView.getWidth()) {
126 setTransformationStartScaleX(otherView.getWidth() * otherView.getScaleX()
127 / (float) transformedView.getWidth());
246 if (transformScale && otherView.getWidth() != transformedView.getWidth()) {
290 (otherView.getWidth() / (float) transformedView.getWidth()),
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java98 public int getWidth() { method in class:BasicTexture
138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathDestructionActivity.java60 left = MathUtils.random(getWidth() - MIN_SIZE);
62 right = left + MathUtils.random(getWidth() - left);
H A DRevealActivity.java85 view.getWidth() / 2, view.getHeight() / 2,
86 0, Math.max(view.getWidth(), view.getHeight()));
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DBitmapUploadActivity.java62 || mBitmap.getWidth() != bitmapSize
71 mRect.set(0, 0, getWidth(), getHeight());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java84 int navButtonWidth = getWidth(sw);
116 private static int getWidth(float sw) { method in class:NavigationBar
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java79 source.set(0, 0, bitmap.getWidth(), bitmap.getHeight());
80 destination.set(getPaddingLeft(), getPaddingTop(), getWidth() - getPaddingRight(),
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DCircleView.java93 int viewWidth = getWidth();
99 mXCenter = getWidth() / 2;
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java103 mStickyRect.set(0, -drawOffset + mStatusBarInset, drawTarget.getWidth(),
106 canvas.clipRect(0, 0, drawTarget.getWidth(), drawTarget.getHeight());
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java45 yuvTypeBuilder.setX(dimensions.getWidth());
53 rgbTypeBuilder.setX(dimensions.getWidth());
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java60 return view.getWidth() > 0 && view.getHeight() > 0;
145 currentLeft + view.getWidth() + absOffset,
/frameworks/av/media/ndk/
H A DNdkImagePriv.h51 media_status_t getWidth(/*out*/int32_t* width) const;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h69 virtual uint32_t getWidth() const = 0;
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableSize.java41 buffer.putInt(value.getWidth());
H A DMarshalQueryableSizeF.java43 buffer.putFloat(value.getWidth());
H A DMarshalQueryableStreamConfiguration.java47 buffer.putInt(value.getWidth());
H A DMarshalQueryableStreamConfigurationDuration.java56 buffer.putLong(value.getWidth());
/frameworks/base/core/java/android/hardware/camera2/params/
H A DHighSpeedVideoConfiguration.java72 public int getWidth() { method in class:HighSpeedVideoConfiguration
H A DStreamConfiguration.java86 public int getWidth() { method in class:StreamConfiguration

Completed in 2264 milliseconds

1234567891011>>