Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 93) sorted by relevance

1234

/development/tools/motion/motion_test_watcher_app/src/model/
Dvisual-timeline.ts28 get width(): number { method in VisualTimeline
37 set width(value: number) { method in VisualTimeline
71 const width = this.width; constant
/development/cmds/monkey/libmonkey_jni/
Dlibmonkey_jni.cpp29 android::base::unique_fd openUinputTouchscreen(int width, int height) { in openUinputTouchscreen()
38 MonkeyService(int width, int height) in MonkeyService()
56 static jobject createNativeService(JNIEnv *env, jclass, jint width, in createNativeService()
69 jint width, in Java_com_android_commands_monkey_Monkey_createNativeService()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DOverlayDisplayWindow.java62 int width, int height, int gravity) { in OverlayDisplayWindow()
71 int width, int height, int gravity) { in create()
91 public abstract void updateAspectRatio(int width, int height); in updateAspectRatio()
110 int width, int height, int gravity) { in LegacyImpl()
135 int width = (int)(display.getWidth() * INITIAL_SCALE); in show() local
165 public void updateAspectRatio(int width, int height) { in updateAspectRatio()
202 int width, int height, int gravity) { in JellybeanMr1Impl()
242 public void updateAspectRatio(int width, int height) { in updateAspectRatio()
323 int width = (int)(mWidth * scale); in updateWindowParams() local
DLocalPlayer.java352 int width = mMediaPlayer.getVideoWidth(); in updateVideoRect() local
453 int width, int height) { in surfaceChanged()
479 int width = getVideoWidth(); in updateSize() local
556 public void updateSize(int width, int height) { in updateSize()
607 int width = getVideoWidth(); in updateSize() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DFrameBufferObjectActivity.java80 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
98 private void drawOnscreen(GL10 gl, int width, int height) { in drawOnscreen()
136 private void drawOffscreenImage(GL10 gl, int width, int height) { in drawOffscreenImage()
174 private int createTargetTexture(GL10 gl, int width, int height) { in createTargetTexture()
194 private int createFrameBuffer(GL10 gl, int width, int height, int targetTextureId) { in createFrameBuffer()
DCompressedTextureActivity.java113 int width = 128; in load() local
134 private Buffer createImage(int width, int height) { in createImage()
DWindowSurface.java74 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
102 void init(int width, int height, float minStep) { in init()
118 void step(int width, int height, float minStep, float maxStep) { in step()
DCubeRenderer.java66 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DNumericSprite.java32 int width = roundUpPower2((int) (interDigitGaps + paint.measureText(sStrike))); in initialize() local
80 public float width() { in width() method in NumericSprite
81 float width = 0.0f; in width() local
/development/tools/winscope/src/common/geometry/
Dsize.ts21 width: number; property
Dbox3d.ts23 width: number; property
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DAutoFitTextureView.java51 public void setAspectRatio(int width, int height) { in setAspectRatio()
63 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
DAutoFitTextureView.java51 public void setAspectRatio(int width, int height) { in setAspectRatio()
63 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
DAutoFitTextureView.java51 public void setAspectRatio(int width, int height) { in setAspectRatio()
66 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component_test.ts102 const width = component.canvasDrawer.getScaledCanvasWidth(); constant
148 const width = component.canvasDrawer.getScaledCanvasWidth(); constant
261 const width = component.canvasDrawer.getScaledCanvasWidth(); constant
298 const width = component.canvasDrawer.getScaledCanvasWidth(); constant
330 const width = component.canvasDrawer.getScaledCanvasWidth(); constant
525 const width = component.canvasDrawer.getScaledCanvasWidth(); constant
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dslider_component.ts174 const width = this.viewInitialized constant
203 let width = variable
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts278 const width = 5; constant
294 const width = 5; constant
316 const width = Math.max(entry.to - entry.from, 3); constant
/development/tools/etc1tool/
Detc1tool.cpp143 png_uint_32 width = 0; in read_PNG_File() local
242 png_uint_32 width = 0; in readPKMFile() local
315 etc1_uint32 width = 0; in encode() local
405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height, in writePNGFile()
456 etc1_uint32 width = 0; in decode() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DFixedAspectRatioImageView.java56 final int width, height; in onMeasure() local
/development/tools/winscope/src/parsers/surface_flinger/operations/
Dadd_display_properties.ts36 const width = assertDefined(size.getChildByName('w')).getValue(); constant
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DTransitions.java84 private void setNewSize(int id, int width, int height) { in setNewSize()
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DMyGLRenderer.java78 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DOpenGLWatchFaceService.java223 public void onGlSurfaceCreated(int width, int height) { in onGlSurfaceCreated()
257 float width, float length, float[] color) { in createHand()
332 private float[] getTickTriangleCoords(float width, float length, int angleDegrees) { in getTickTriangleCoords()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageResizer.java70 public void setImageSize(int width, int height) { in setImageSize()
236 final int width = options.outWidth; in calculateInSampleSize() local
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DDisplayController.java77 void setSurface(Surface surface, int width, int height) { in setSurface()

1234