Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 104) sorted by relevance

12345

/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()
136 int height = (int)(display.getHeight() * 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()
324 int height = (int)(mHeight * scale); in updateWindowParams() local
DLocalPlayer.java353 int height = mMediaPlayer.getVideoHeight(); in updateVideoRect() local
453 int width, int height) { in surfaceChanged()
480 int height = getVideoHeight(); in updateSize() local
556 public void updateSize(int width, int height) { in updateSize()
608 int height = getVideoHeight(); 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.java114 int height = 128; in load() local
134 private Buffer createImage(int width, int height) { in createImage()
DCameraPreview.java211 final int height = resolveSize(getSuggestedMinimumHeight(), heightMeasureSpec); in onMeasure() local
225 final int height = b - t; in onLayout() local
238 (width + scaledChildWidth) / 2, height); in onLayout() local
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/browseable/Camera2Video/src/com.example.android.camera2video/
DAutoFitTextureView.java51 public void setAspectRatio(int width, int height) { in setAspectRatio()
64 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DAutoFitTextureView.java51 public void setAspectRatio(int width, int height) { in setAspectRatio()
64 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
DAutoFitTextureView.java51 public void setAspectRatio(int width, int height) { in setAspectRatio()
67 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
/development/tools/etc1tool/
Detc1tool.cpp144 png_uint_32 height = 0; in read_PNG_File() local
243 png_uint_32 height = 0; in readPKMFile() local
316 etc1_uint32 height = 0; in encode() local
405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height, in writePNGFile()
457 etc1_uint32 height = 0; in decode() local
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DShapeHolder.java92 public void setHeight(float height) { in setHeight()
94 s.resize(s.getWidth(), height); in setHeight() local
DTransitions.java84 private void setNewSize(int id, int width, int height) { in setNewSize()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DCameraFragment.java218 final int height = resolveSize(getSuggestedMinimumHeight(), in onMeasure() local
241 final int height = b - t; in onLayout() local
255 (width + scaledChildWidth) / 2, height); in onLayout() local
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DListItemObject.java29 public ListItemObject(String title, int imgResource, int height) { in ListItemObject()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageResizer.java70 public void setImageSize(int width, int height) { in setImageSize()
235 final int height = options.outHeight; in calculateInSampleSize() local
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DMyGLRenderer.java78 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java201 int height = Math.max(minHeight, textHeight + padHeight); in add() local
371 public Label(float width, float height, float baseLine, in Label()
385 public float height; field in LabelMaker.Label
/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/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java154 final int height = child.getMeasuredHeight(); in onLayout() local
236 public LayoutParams(int width, int height) { in LayoutParams()
/development/ndk/platforms/android-9/include/android/
Dnative_window.h43 int32_t height; member
/development/ndk/platforms/android-14/include/android/
Dnative_window.h43 int32_t height; member
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
DImagePixelization.java158 int height = bitmap.getHeight(); in customImagePixelization() local
219 int height = bitmap.getHeight(); in builtInPixelization() 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/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
DFixedAspectSurfaceView.java90 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local

12345