HomeSort by relevance Sort by last modified time
    Searched refs:getHeight (Results 176 - 200 of 3194) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
StickyHeaderRecyclerView.java 67 if (headerView != null && headerView.getHeight() == 0) {
108 drawTarget.getHeight() - drawOffset + mStatusBarInset);
110 canvas.clipRect(0, 0, drawTarget.getWidth(), drawTarget.getHeight());
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatPopupWindow.java 66 yoff -= anchor.getHeight();
75 yoff -= anchor.getHeight();
84 yoff -= anchor.getHeight();
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidImageReaderProxy.java 85 public int getHeight() {
87 return mDelegate.getHeight();
168 .add("height", getHeight())
  /packages/apps/Camera2/src/com/android/camera/ui/
AnimatedCircleDrawable.java 119 mCanvasHeight = canvas.getHeight();
122 0, diagonalLength(canvas.getWidth(), canvas.getHeight())/2);
123 canvas.drawCircle(canvas.getWidth()/2.0f, canvas.getHeight()/2.0f,
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetImageView.java 93 float myHeight = getHeight();
98 float scaledHeight = mBitmap.getHeight() * scale;
118 mBadgeMargin, getHeight() - bounds.height());
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
StylizeActivity.java 150 0.0, 1.0 - (event.getY() - slider.getTop()) / slider.getHeight()));
223 final float y = (1.0f - value) * canvas.getHeight();
235 canvas.drawRect(0, 0, getWidth(), getHeight(), linePaint);
363 previewHeight = size.getHeight();
509 bitmap.getPixels(intValues, 0, bitmap.getWidth(), 0, 0, bitmap.getWidth(), bitmap.getHeight());
514 final int centerY = bitmap.getHeight() / 2;
518 final int y = i / bitmap.getHeight();
535 LOGGER.i("Width: %s , Height: %s", bitmap.getWidth(), bitmap.getHeight());
537 INPUT_NODE, floatValues, 1, bitmap.getWidth(), bitmap.getHeight(), 3);
551 bitmap.setPixels(intValues, 0, bitmap.getWidth(), 0, 0, bitmap.getWidth(), bitmap.getHeight());
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 47 inline int getHeight() const { return mHeight; }
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BitmapUtils.java 49 if ((bmp1.getWidth() != bmp2.getWidth()) || (bmp1.getHeight() != bmp2.getHeight())) {
54 for (int j = 0; j < bmp1.getHeight(); j++) {
98 for (int y = 0; y < bitmap.getHeight(); y++) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RGBZ.java 127 public int getHeight() {
128 return bitmap.getHeight();
140 y < 0 || y > depthBitmap.getHeight()) {
162 int h = orig.getHeight();
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
BitmapVerifier.java 32 int height = bitmap.getHeight();
WideGamutBitmapVerifier.java 33 int height = bitmap.getHeight();
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
CircleClipFrameLayout.java 48 mClipPath.addOval(0, 0, getWidth(), getHeight(), Path.Direction.CW);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionScroll.java 55 int screenHeight = getWindowManager().getDefaultDisplay().getHeight();
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLSurfaceView.java 62 if (y > getHeight() / 2) {
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLSurfaceView.java 65 if (y > getHeight() / 2) {
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 99 .MATCH_PARENT, obj.getHeight()));
117 Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap.getHeight(),
120 final Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight());
128 int halfHeight = bitmap.getHeight() / 2;
  /external/deqp/framework/common/
tcuSurfaceAccess.cpp 44 , m_height (surface.getHeight())
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
ViewTarget.java 60 * {@link android.view.View#getHeight()}. If one or both are zero, it then checks the view's
137 notifyCbs(view.getWidth(), view.getHeight());
162 cb.onSizeReady(view.getWidth(), view.getHeight());
169 @SuppressWarnings("deprecation") final int width = display.getWidth(), height = display.getHeight();
191 return view.getWidth() > 0 && view.getHeight() > 0;
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417BarcodeMatrix.h 23 int32_t getHeight() const { return m_outHeight; }
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 72 int height = (int)(image.getHeight(null) * scale_y);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ImageUtil.java 30 return new Point(reader.getWidth(0), reader.getHeight(0));
  /external/swiftshader/src/OpenGL/libGLES_CM/
Renderbuffer.h 50 virtual GLsizei getHeight() const = 0;
77 virtual GLsizei getHeight() const;
100 virtual GLsizei getHeight() const;
133 GLsizei getHeight() const;
  /frameworks/av/cmds/screenrecord/
EglWindow.h 52 int getHeight() const { return mHeight; }
  /frameworks/base/core/java/android/app/
Vr2dDisplayProperties.java 59 result = 31 * result + getHeight();
85 if (getHeight() != that.getHeight()) return false;
132 public int getHeight() {
  /frameworks/base/core/tests/coretests/src/android/graphics/
BitmapFactoryTest.java 44 assertEquals("Bitmap height", 1, bitmap.getHeight());

Completed in 1596 milliseconds

1 2 3 4 5 6 78 91011>>