/development/tools/motion/motion_test_watcher_app/src/model/ |
D | visual-timeline.ts | 28 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/ |
D | libmonkey_jni.cpp | 29 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/ |
D | OverlayDisplayWindow.java | 62 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
|
D | LocalPlayer.java | 352 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/ |
D | FrameBufferObjectActivity.java | 80 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()
|
D | CompressedTextureActivity.java | 113 int width = 128; in load() local 134 private Buffer createImage(int width, int height) { in createImage()
|
D | WindowSurface.java | 74 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()
|
D | CubeRenderer.java | 66 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | NumericSprite.java | 32 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/ |
D | size.ts | 21 width: number; property
|
D | box3d.ts | 23 width: number; property
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
D | AutoFitTextureView.java | 51 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/ |
D | AutoFitTextureView.java | 51 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/ |
D | AutoFitTextureView.java | 51 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/ |
D | transition_timeline_component_test.ts | 102 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/ |
D | slider_component.ts | 174 const width = this.viewInitialized constant 203 let width = variable
|
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/ |
D | mini_timeline_drawer_impl.ts | 278 const width = 5; constant 294 const width = 5; constant 316 const width = Math.max(entry.to - entry.from, 3); constant
|
/development/tools/etc1tool/ |
D | etc1tool.cpp | 143 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/ |
D | FixedAspectRatioImageView.java | 56 final int width, height; in onMeasure() local
|
/development/tools/winscope/src/parsers/surface_flinger/operations/ |
D | add_display_properties.ts | 36 const width = assertDefined(size.getChildByName('w')).getValue(); constant
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | Transitions.java | 84 private void setNewSize(int id, int width, int height) { in setNewSize()
|
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/ |
D | MyGLRenderer.java | 78 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | OpenGLWatchFaceService.java | 223 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/ |
D | ImageResizer.java | 70 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/ |
D | DisplayController.java | 77 void setSurface(Surface surface, int width, int height) { in setSurface()
|