Home
last modified time | relevance | path

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

12345678910>>...17

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAbstractSlotRenderer.java47 Texture content, int width, int height, int rotation) { in drawContent()
69 protected void drawVideoOverlay(GLCanvas canvas, int width, int height) { in drawVideoOverlay()
82 protected void drawPanoramaIcon(GLCanvas canvas, int width, int height) { in drawPanoramaIcon()
99 protected void drawPressedUpFrame(GLCanvas canvas, int width, int height) { in drawPressedUpFrame()
106 protected void drawPressedFrame(GLCanvas canvas, int width, int height) { in drawPressedFrame()
110 protected void drawSelectedFrame(GLCanvas canvas, int width, int height) { in drawSelectedFrame()
115 int x, int y, int width, int height) { in drawFrame()
DTiledScreenNail.java62 public TiledScreenNail(int width, int height) { in TiledScreenNail()
75 private void setSize(int width, int height) { in setSize()
114 public void updatePlaceholderSize(int width, int height) { in updatePlaceholderSize()
155 public void draw(GLCanvas canvas, int x, int y, int width, int height) { in draw()
DSurfaceTextureScreenNail.java57 private static void setDefaultBufferSize(SurfaceTexture st, int width, int height) { in setDefaultBufferSize()
85 public void setSize(int width, int height) { in setSize()
108 public void draw(GLCanvas canvas, int x, int y, int width, int height) { in draw()
DMeasureHelper.java39 public MeasureHelper setPreferredContentSize(int width, int height) { in setPreferredContentSize()
61 protected void setMeasuredSize(int width, int height) { in setMeasuredSize()
DAlbumSetSlotRenderer.java131 public int renderSlot(GLCanvas canvas, int index, int pass, int width, int height) { in renderSlot()
141 GLCanvas canvas, int index, AlbumSetEntry entry, int width, int height) { in renderOverlay()
169 GLCanvas canvas, AlbumSetEntry entry, int width, int height) { in renderContent()
191 GLCanvas canvas, AlbumSetEntry entry, int width, int height) { in renderLabel()
237 public void onSlotSizeChanged(int width, int height) { in onSlotSizeChanged()
/packages/apps/Mms/src/com/android/mms/ui/
DAdaptableSlideViewInterface.java27 void setTextRegion(int left, int top, int width, int height); in setTextRegion()
31 void setImageRegion(int left, int top, int width, int height); in setImageRegion()
35 void setVideoRegion(int left, int top, int width, int height); in setVideoRegion()
43 void onSizeChanged(int width, int height); in onSizeChanged()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DImageUtils.cpp28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) in rgba2yvu()
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu()
116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) in rgb2gray()
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray()
176 ImageType *ImageUtils::imageTypeToRowPointers(ImageType in, int width, int height) in imageTypeToRowPointers()
190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb()
235 void ImageUtils::yvu2bgr(ImageType out, ImageType in, int width, int height) in yvu2bgr()
281 ImageType ImageUtils::readBinaryPPM(const char *filename, int &width, int &height) in readBinaryPPM()
311 void ImageUtils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int n… in writeBinaryPPM()
333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage()
[all …]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
DImageUtils.cpp28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) in rgba2yvu()
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu()
116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) in rgb2gray()
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray()
176 ImageType *ImageUtils::imageTypeToRowPointers(ImageType in, int width, int height) in imageTypeToRowPointers()
190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb()
235 void ImageUtils::yvu2bgr(ImageType out, ImageType in, int width, int height) in yvu2bgr()
281 ImageType ImageUtils::readBinaryPPM(const char *filename, int &width, int &height) in readBinaryPPM()
311 void ImageUtils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int n… in writeBinaryPPM()
333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage()
[all …]
/packages/apps/Mms/src/com/android/mms/model/
DRegionModel.java31 int width, int height) { in RegionModel()
36 int width, int height) { in RegionModel()
41 int width, int height, String bgColor) { in RegionModel()
113 public void setWidth(int width) { in setWidth()
/packages/apps/Camera2/src/com/android/camera/
DStorage.java81 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in addImage()
110 Location location, int orientation, ExifInterface exif, byte[] data, int width, in addImage()
139 Location location, int orientation, long jpegLength, String path, int width, int height, in addImageToMediaStore()
163 String path, int width, int height, String mimeType) { in getContentValuesForData()
195 public static Uri addPlaceholder(byte[] jpeg, int width, int height) { in addPlaceholder()
214 public static void replacePlaceholder(Uri uri, byte[] jpeg, int width, int height) { in replacePlaceholder()
240 byte[] jpeg, int width, int height, String mimeType) { in updateImage()
248 private static void setImageSize(ContentValues values, int width, int height) { in setImageSize()
310 String path, int width, int height, String mimeType) { in updateImage()
/packages/apps/Gallery2/src/com/android/photos/data/
DGalleryBitmapPool.java71 private SparseArrayBitmapPool getPoolForDimensions(int width, int height) { in getPoolForDimensions()
80 private int getPoolIndexForDimensions(int width, int height) { in getPoolIndexForDimensions()
127 public Bitmap get(int width, int height) { in get()
/packages/apps/Camera/src/com/android/camera/
DSwitchAnimManager.java52 public void setReviewDrawingSize(int width, int height) { in setReviewDrawingSize()
60 public void setPreviewFrameLayoutSize(int width, int height) { in setPreviewFrameLayoutSize()
72 public boolean drawAnimation(GLCanvas canvas, int x, int y, int width, in drawAnimation()
121 public boolean drawDarkPreview(GLCanvas canvas, int x, int y, int width, in drawDarkPreview()
DMediaSaver.java66 int width, int height, int orientation, OnMediaSavedListener l) { in addImage()
133 Location loc, int width, int height, int orientation) { in storeImage()
145 int width, height; field in MediaSaver.SaveRequest
DStorage.java55 private static void setImageSize(ContentValues values, int width, int height) { in setImageSize()
81 int width, int height) { in addImage()
92 String path, int width, int height) { in addImage()
/packages/apps/InCallUI/src/com/android/incallui/
DInCallVideoCallListenerNotifier.java187 public void peerDimensionsChanged(Call call, int width, int height) { in peerDimensionsChanged()
200 public void cameraDimensionsChanged(Call call, int width, int height) { in cameraDimensionsChanged()
270 public void onUpdatePeerDimensions(Call call, int width, int height); in onUpdatePeerDimensions()
280 public void onCameraDimensionsChange(Call call, int width, int height); in onCameraDimensionsChange()
DVideoCallFragment.java126 public VideoCallSurface(int surfaceId, TextureView textureView, int width, int height) { in VideoCallSurface()
159 public void onSurfaceTextureAvailable(SurfaceTexture surfaceTexture, int width, in onSurfaceTextureAvailable()
187 public void onSurfaceTextureSizeChanged(SurfaceTexture surfaceTexture, int width, in onSurfaceTextureSizeChanged()
264 public void setSurfaceDimensions(int width, int height) { in setSurfaceDimensions()
516 public void setPreviewSize(int width, int height) { in setPreviewSize()
DVideoCallPresenter.java240 public void onSurfaceChanged(int surface, int format, int width, int height) { in onSurfaceChanged()
474 public void onUpdatePeerDimensions(Call call, int width, int height) { in onUpdatePeerDimensions()
491 public void onCameraDimensionsChange(Call call, int width, int height) { in onCameraDimensionsChange()
579 int width; in setPreviewSize() local
600 void setPreviewSize(int width, int height); in setPreviewSize()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageItemPreference.java45 final int width = res.getDimensionPixelSize(R.dimen.device_memory_usage_button_width); in StorageItemPreference() local
58 private static ShapeDrawable createRectShape(int width, int height, int color) { in createRectShape()
/packages/apps/Camera2/src/com/android/camera/util/
DSize.java28 private final int width; field in Size
57 public Size(int width, int height) { in Size()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGOutputStream.java37 public JPEGOutputStream(OutputStream out, int width, int height, int quality, in JPEGOutputStream()
43 public boolean setConfig(int width, int height, int quality, int format) { in setConfig()
135 native private int setup(OutputStream out, int width, int height, int format, int quality); in setup()
/packages/apps/Camera2/src/com/android/camera/session/
DPlaceholderManager.java66 int width = options.outWidth; in insertPlaceholder() local
106 … ExifInterface exif, byte[] jpeg, int width, int height, String mimeType) { in finishPlaceholder()
123 byte[] jpeg, int width, int height) { in replacePlaceholder()
/packages/screensavers/Basic/src/com/android/dreams/basic/
DColors.java77 final int width, final int height) { in onSurfaceTextureAvailable()
94 final int width, final int height) { in onSurfaceTextureSizeChanged()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterChanSat.java104 int width = getInPixelsAllocation().getType().getX(); in bindScriptValues() local
118 int width = getInPixelsAllocation().getType().getX(); in runFilter() local
132 int width = in.getType().getX(); in runSelectiveAdjust() local
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
DVisualization3RS.java45 Visualization3RS(int width, int height) { in Visualization3RS()
116 final int width = mWidth > outlen ? outlen : mWidth; in update() local
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
DVisualization4.java25 protected Visualization4RS createScene(int width, int height) { in createScene()

12345678910>>...17