Home
last modified time | relevance | path

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

123

/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()
DCameraPreview.java210 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/
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
DProjector.java34 public void setCurrentView(int x, int y, int width, int height) { in setCurrentView()
DLabelMaker.java202 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/
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/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/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/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/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DFixedAspectSurfaceView.java89 int width = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DKubeRenderer.java76 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DBitmapUtils.java89 int width = original.getWidth(); in getThumbnail() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java153 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/
DLevelsRSActivity.java214 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/
DBitmapHelper.java64 public static Bitmap fetchAndRescaleBitmap(String uri, int width, int height) in fetchAndRescaleBitmap()
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
DImagePixelization.java157 int width = bitmap.getWidth(); in customImagePixelization() local
218 int width = bitmap.getWidth(); in builtInPixelization() local

123