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

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
Key.java 24 public final int getHeight() { return 0; }
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
Nest.java 21 public int getHeight() {
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
ShadowOverlayContainerTest.java 60 assertTrue(textView.getHeight() > 0);
61 assertTrue(textView.getHeight() < 500);
63 assertEquals(container.getHeight(), textView.getHeight());
71 assertTrue(textView.getHeight() == 123);
73 assertEquals(container.getHeight(), textView.getHeight());
90 assertTrue(textView.getHeight() > 0);
91 assertTrue(textView.getHeight() < 500);
93 assertEquals(container.getHeight(), textView.getHeight())
    [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 219 int controllerBitmapHeight = mControllerBitmap.getHeight();
244 (int) (mAxisBitmap.getHeight() * mDisplayRatio),
248 (int) (mBlueLedBitmap.getHeight() * mDisplayRatio),
252 (int) (mRightDirectionalBitmap.getHeight() * mDisplayRatio),
256 (int) (mTopDirectionalBitmap.getHeight() * mDisplayRatio),
260 (int) (mLeftDirectionalBitmap.getHeight() * mDisplayRatio),
264 (int) (mBottomDirectionalBitmap.getHeight() * mDisplayRatio),
268 (int) (mRightPaddleBitmap.getHeight() * mDisplayRatio),
272 (int) (mLeftPaddleBitmap.getHeight() * mDisplayRatio),
276 (int) (mGradientBitmap.getHeight() * mDisplayRatio)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
CodecImage.java 107 public abstract int getHeight();
130 return new Rect(0, 0, getWidth(), getHeight());
145 cropRect.intersect(0, 0, getWidth(), getHeight());
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
Texture.java 40 public int getHeight();
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstMediaItem.java 35 public int getHeight();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
Texture.java 40 public int getHeight();
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
Texture.java 34 public int getHeight();
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPaddingTest.java 51 mTextView.getHeight() > mScrollView.getHeight());
58 (mTextView.getHeight() - mScrollView.getHeight()))
66 getActivity().getLinearLayout().getHeight()
67 - (mScrollView.getHeight() - mScrollView.getPaddingTop() - mScrollView
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
ForwardingImageProxy.java 64 * @see {@link android.media.Image#getHeight}
67 public int getHeight() {
68 return mImpl.getHeight();
108 .add("height", getHeight())
123 otherImage.getHeight() == getHeight() &&
129 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp());
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
BitmapUtils.java 68 if (a.getWidth() != b.getWidth() || a.getHeight() != b.getHeight()) {
70 a.getWidth() + "x" + a.getHeight() + ", b=" + b.getWidth() + "x" +
71 b.getHeight());
74 int[] aPixels = new int[a.getHeight() * a.getWidth()];
77 a.getHeight());
79 b.getHeight());
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapUtils.java 37 if (bm == null || (bm.getHeight() == height && bm.getWidth() == width)) {
42 if (bm.getHeight() > height) {
43 heightScale = (float) height / bm.getHeight();
51 int scaleHeight = (int) Math.ceil(bm.getHeight() * scale);
84 if (bm.getHeight() < height || bm.getWidth() < width) {
88 bm.getWidth(), bm.getHeight(), width, height));
93 int y =(bm.getHeight() - height) / 2;
  /packages/apps/Dialer/java/com/android/dialer/contactsfragment/
FastScroller.java 106 } else if (scrollBar.getY() + scrollBar.getHeight() >= getHeight()) {
109 return y / (float) getHeight();
122 float proportion = (float) verticalScrollOffset / ((float) verticalScrollRange - getHeight());
123 setContainerAndScrollBarPosition(getHeight() * proportion);
128 int scrollBarHeight = scrollBar.getHeight();
129 int containerHeight = container.getHeight();
131 getValueInRange(0, getHeight() - scrollBarHeight, (int) (y - scrollBarHeight / 2)));
134 0, getHeight() - containerHeight - scrollBarHeight / 2, (int) (y - containerHeight)));
  /packages/apps/Gallery/src/com/android/camera/
RotateBitmap.java 61 int cy = mBitmap.getHeight() / 2;
64 matrix.postTranslate(getWidth() / 2, getHeight() / 2);
73 public int getHeight() {
77 return mBitmap.getHeight();
83 return mBitmap.getHeight();
  /developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
ScalingScrollLayoutCallback.java 31 float centerOffset = (child.getHeight() / 2.0f) / parent.getHeight();
32 float yRelativeToCenterOffset = (child.getY() / parent.getHeight()) + centerOffset;
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
ScalingScrollLayoutCallback.java 42 float centerOffset = ((float) child.getHeight() / 2.0f) / (float) parent.getHeight();
43 float yRelativeToCenterOffset = (child.getY() / parent.getHeight()) + centerOffset;
  /developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
ScalingScrollLayoutCallback.java 31 float centerOffset = (child.getHeight() / 2.0f) / parent.getHeight();
32 float yRelativeToCenterOffset = (child.getY() / parent.getHeight()) + centerOffset;
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
ScalingScrollLayoutCallback.java 42 float centerOffset = ((float) child.getHeight() / 2.0f) / (float) parent.getHeight();
43 float yRelativeToCenterOffset = (child.getY() / parent.getHeight()) + centerOffset;
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
ScalingOffsettingHelper.java 41 float centerOffset = ((float) child.getHeight() / 2.0f) / (float) parent.getHeight();
42 float yRelativeToCenterOffset = (child.getY() / parent.getHeight()) + centerOffset;
  /external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
ImagePanel.java 87 gg.fillRect(0, 0, getWidth(), getHeight());
90 TexturePaint paint = new TexturePaint(background, new Rectangle(0, 0, background.getWidth(), background.getHeight()));
92 gg.fillRect(0, 0, getWidth(), getHeight());
97 float panelRatio = (float)getWidth() / (float)getHeight();
98 float imgRatio = (float)image.getWidth() / (float)image.getHeight();
103 gg.drawImage(image, 0, (int)(getHeight()/2 - th/2), (int) tw, (int) th, null);
105 float tw = (float)getHeight() * imgRatio;
106 float th = (float)getHeight();
111 float panelRatio = (float)getWidth() / (float)getHeight();
118 int ty = getHeight()/2 - th/2
    [all...]
  /frameworks/base/core/java/android/view/
ViewOutlineProvider.java 40 outline.setRect(0, 0, view.getWidth(), view.getHeight());
55 outline.setRect(0, 0, view.getWidth(), view.getHeight());
71 view.getHeight() - view.getPaddingBottom());
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
BitmapUtils.java 54 if (bm == null || (bm.getHeight() == height && bm.getWidth() == width)) {
58 float heightScale = (float) height / bm.getHeight();
63 int scaleHeight = (int) Math.ceil(bm.getHeight() * scale);
85 if (bitmap.getWidth() == bitmap.getHeight()) {
89 int size = Math.min(bitmap.getWidth(), bitmap.getHeight());
96 int y = size < bitmap.getHeight() ? (bitmap.getHeight() - size ) / 2 : 0;
98 Rect dstRect = new Rect(0, 0, output.getWidth(), output.getHeight());
107 bitmap.getHeight(), Config.ARGB_8888);
111 Rect rect = new Rect(0, 0, bitmap.getWidth(), bitmap.getHeight());
    [all...]
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
ListItemObject.java 44 public int getHeight() {
  /external/swiftshader/src/OpenGL/common/
Surface.hpp 44 virtual EGLint getHeight() const = 0;

Completed in 2399 milliseconds

1 2 3 4 5 6 7 8 91011>>