HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 1801 - 1825 of 9458) sorted by null

<<71727374757677787980>>

  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 47 private int height = 0; field in class:VideoCapturerAndroidTestFixtures.RendererCallbacks
54 height = frame.rotatedHeight();
68 return height;
122 public void onByteBufferFrameCaptured(byte[] frame, int width, int height, int rotation,
128 frameHeight = height;
135 int width, int height, int oesTextureId, float[] transformMatrix, int rotation,
140 frameHeight = height;
148 public void onOutputFormatRequest(int width, int height, int fps) {}
308 capturer.startCapture(format.width, format.height, format.maxFramerate,
330 capturer.startCapture(format.width, format.height, format.maxFramerate
    [all...]
  /cts/tests/camera/src/android/hardware/cts/helpers/
CameraUtils.java 72 return compareSizes(lhs.width, lhs.height, rhs.width, rhs.height);
  /cts/tests/openglperf2/jni/reference/scene/
Scene.cpp 21 Scene::Scene(int width, int height) :
22 mWidth(width), mHeight(height) {
  /cts/tests/openglperf2/jni/reference/scene/glowing/
BlurMeshNode.cpp 18 float width, float height) :
20 mWidth(width), mHeight(height) {
  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 102 public void setHeight(float height) {
104 s.resize(s.getWidth(), height); local
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PictureTest.java 52 (canvas, width, height) -> {
64 (canvas, width, height) -> {
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayout_LayoutParamsTest.java 48 assertEquals(2, layoutParams.height);
54 assertEquals(2, params.height);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Utils.java 50 int height = size.y; local
51 return new Point(width, height);
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 43 int height = decorView.getHeight();
44 Log.i(TAG, "Current height: " + height);
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/
ImmersiveModeFragment.java 44 int height = decorView.getHeight();
45 Log.i(TAG, "Current height: " + height);
  /developers/samples/android/ui/window/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 43 int height = decorView.getHeight();
44 Log.i(TAG, "Current height: " + height);
  /developers/samples/android/ui/window/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/
ImmersiveModeFragment.java 44 int height = decorView.getHeight();
45 Log.i(TAG, "Current height: " + height);
  /development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNIView.java 51 public void onSurfaceChanged(GL10 gl, int width, int height) {
52 GLES3JNILib.resize(width, height);
  /development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
Plasma.java 51 public PlasmaView(Context context, int width, int height) {
53 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 63 public void initialize(int width, int height, int parentWidth, int parentHeight) {
64 super.initialize(width, height, parentWidth, parentHeight);
ShapeHolder.java 92 public void setHeight(float height) {
94 s.resize(s.getWidth(), height); local
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java 34 public void setCurrentView(int x, int y, int width, int height) {
38 mViewHeight = height;
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
BasicImmersiveModeFragment.java 43 int height = decorView.getHeight();
44 Log.i(TAG, "Current height: " + height);
  /development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
ImmersiveModeFragment.java 44 int height = decorView.getHeight();
45 Log.i(TAG, "Current height: " + height);
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 39 height(p_height),
92 int height; // buffer height member in struct:cb_handle_t
  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.h 66 uint32_t height,
86 uint32_t height,
  /external/ImageMagick/MagickCore/
montage.c 384 height,
434 thumbnail=ThumbnailImage(image,geometry.width,geometry.height,exception);
487 &extract_info.width,&extract_info.height);
500 frame_info.height=extract_info.height;
504 &frame_info.inner_bevel,&frame_info.width,&frame_info.height);
506 frame_info.height=frame_info.width;
512 frame_info.y=(ssize_t) frame_info.height;
516 (ssize_t) frame_info.height);
522 if (image_list[i]->rows > extract_info.height)
379 height, local
    [all...]
  /external/ImageMagick/PerlMagick/demo/
lsys.pl 11 my ($width, $height) = $flower->Get('width', 'height');
15 $geometry = '+' . int($x-$width/2) . '+' . int($y-$height/2);
  /external/autotest/client/deps/glbench/src/
xlib_window.cc 42 g_height = g_height == -1 ? attributes.height : g_height;
64 g_height = attributes.height;
  /external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/
paper-input-decorator.css 101 height: 0px;
110 height: 1px;
114 height: 2px;
130 height: 20px;

Completed in 2319 milliseconds

<<71727374757677787980>>