/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()
|
D | CameraPreview.java | 210 final int width = resolveSize(getSuggestedMinimumWidth(), widthMeasureSpec); in onMeasure() local 224 final int width = r - l; in onLayout() local
|
/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
|
D | Projector.java | 34 public void setCurrentView(int x, int y, int width, int height) { in setCurrentView()
|
D | LabelMaker.java | 202 int width = Math.max(minWidth, textWidth + padWidth); in add() local 371 public Label(float width, float height, float baseLine, in Label() 384 public float width; field in LabelMaker.Label
|
/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/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/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/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/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
D | FixedAspectSurfaceView.java | 89 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | KubeRenderer.java | 76 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
|
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/ |
D | BitmapUtils.java | 89 int width = original.getWidth(); in getThumbnail() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | CustomLayout.java | 153 final int width = child.getMeasuredWidth(); in onLayout() local 236 public LayoutParams(int width, int height) { in LayoutParams()
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
D | LevelsRSActivity.java | 214 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 222 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
D | BitmapHelper.java | 64 public static Bitmap fetchAndRescaleBitmap(String uri, int width, int height) in fetchAndRescaleBitmap()
|
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
D | ImagePixelization.java | 157 int width = bitmap.getWidth(); in customImagePixelization() local 218 int width = bitmap.getWidth(); in builtInPixelization() local
|