Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/frameworks/support/v4/java/android/support/v4/view/
DGravityCompat.java30 void apply(int gravity, int w, int h, Rect container, Rect outRect, int layoutDirection); in apply()
31 void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, in apply()
44 public void apply(int gravity, int w, int h, Rect container, Rect outRect, in apply()
50 public void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, in apply()
69 public void apply(int gravity, int w, int h, Rect container, Rect outRect, in apply()
75 public void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, in apply()
130 public static void apply(int gravity, int w, int h, Rect container, in apply()
160 public static void apply(int gravity, int w, int h, Rect container, in apply()
/frameworks/native/include/ui/
Dvec4.h43 struct { T x, y, z, w; }; member
78 tvec4(A x, B y, C z, D w) : x(x), y(y), z(z), w(w) { } in tvec4()
81 tvec4(const tvec2<A>& v, B z, C w) : x(v.x), y(v.y), z(z), w(w) { } in tvec4()
84 tvec4(const tvec3<A>& v, B w) : x(v.x), y(v.y), z(v.z), w(w) { } in tvec4()
97 tvec4(const Impersonator< tvec3<A> >& v, B w) in tvec4()
104 tvec4(const Impersonator< tvec2<A> >& v, B z, C w) in tvec4()
/frameworks/base/services/core/java/com/android/server/net/
DDelayedDiskWrite.java40 public void write(final String filePath, final Writer w) { in write()
44 public void write(final String filePath, final Writer w, final boolean open) { in write()
66 private void doWrite(String filePath, Writer w, boolean open) { in doWrite()
/frameworks/base/core/jni/
Dandroid_backup_BackupDataOutput.cpp40 dtor_native(JNIEnv* env, jobject clazz, jlong w) in dtor_native()
46 writeEntityHeader_native(JNIEnv* env, jobject clazz, jlong w, jstring key, jint dataSize) in writeEntityHeader_native()
63 writeEntityData_native(JNIEnv* env, jobject clazz, jlong w, jbyteArray data, jint size) in writeEntityData_native()
86 setKeyPrefix_native(JNIEnv* env, jobject clazz, jlong w, jstring keyPrefixObj) in setKeyPrefix_native()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h573 static int __dequeue_buffer(struct preview_stream_ops* w, in __dequeue_buffer()
593 static int __lock_buffer(struct preview_stream_ops* w, in __lock_buffer()
601 static int __enqueue_buffer(struct preview_stream_ops* w, in __enqueue_buffer()
609 static int __cancel_buffer(struct preview_stream_ops* w, in __cancel_buffer()
617 static int __set_buffer_count(struct preview_stream_ops* w, int count) in __set_buffer_count()
623 static int __set_buffers_geometry(struct preview_stream_ops* w, in __set_buffers_geometry()
636 static int __set_crop(struct preview_stream_ops *w, in __set_crop()
648 static int __set_timestamp(struct preview_stream_ops *w, in __set_timestamp()
654 static int __set_usage(struct preview_stream_ops* w, int usage) in __set_usage()
660 static int __set_swap_interval(struct preview_stream_ops *w, int interval) in __set_swap_interval()
[all …]
/frameworks/base/media/java/android/media/
DIRemoteControlClient.aidl48 void informationRequestForDisplay(IRemoteControlDisplay rcd, int w, int h); in informationRequestForDisplay()
55 void plugRemoteControlDisplay(IRemoteControlDisplay rcd, int w, int h); in plugRemoteControlDisplay()
57 void setBitmapSizeForDisplay(IRemoteControlDisplay rcd, int w, int h); in setBitmapSizeForDisplay()
/frameworks/av/media/libstagefright/
DClockEstimator.cpp59 void WindowedLinearFitEstimator::LinearFit::add(double x, double y, double w) { in add()
77 void WindowedLinearFitEstimator::LinearFit::scale(double w) { in scale()
145 double w = mFirstWeight; in estimate() local
/frameworks/rs/cpp/
DAllocation.cpp283 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange()
293 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom()
313 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom()
322 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo()
342 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedFrom()
354 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedTo()
366 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in validate3DRange()
377 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeFrom()
397 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t … in copy3DRangeFrom()
405 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeTo()
/frameworks/native/cmds/flatland/
DComposers.cpp47 int32_t x, int32_t y, uint32_t w, uint32_t h) { in blit()
53 int32_t x, int32_t y, uint32_t w, uint32_t h) { in modBlit()
155 int32_t w = mLayerDesc.width; in opaque() local
179 int32_t w = mLayerDesc.width; in opaqueShrink() local
215 int32_t w = mLayerDesc.width; in blend() local
254 int32_t w = mLayerDesc.width; in blendShrink() local
DGLHelper.cpp144 EGLint w, h; in makeCurrent() local
152 bool GLHelper::createSurfaceTexture(uint32_t w, uint32_t h, in createSurfaceTexture()
202 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, in createNamedSurfaceTexture()
225 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) { in computeWindowScale()
246 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h, in createWindowSurface()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1089 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange()
1106 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked()
1127 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local
1145 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom()
1166 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom()
1182 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom()
1198 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom()
1214 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom()
1232 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom()
1240 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom() local
[all …]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java1032 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange()
1049 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked()
1068 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local
1083 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom()
1099 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom()
1115 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom()
1131 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom()
1147 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom()
1165 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom()
1171 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom() local
[all …]
/frameworks/base/telephony/java/android/telephony/
DRlog.java58 public static int w(String tag, String msg) { in w() method in Rlog
62 public static int w(String tag, String msg, Throwable tr) { in w() method in Rlog
67 public static int w(String tag, Throwable tr) { in w() method in Rlog
/frameworks/native/libs/gui/tests/
DFillBuffer.cpp25 void fillYV12Buffer(uint8_t* buf, int w, int h, int stride) { in fillYV12Buffer()
54 void fillYV12BufferRect(uint8_t* buf, int w, int h, int stride, in fillYV12BufferRect()
78 void fillRGBA8Buffer(uint8_t* buf, int w, int h, int stride) { in fillRGBA8Buffer()
/frameworks/support/v4/jellybean-mr1/android/support/v4/view/
DGravityCompatJellybeanMr1.java29 public static void apply(int gravity, int w, int h, Rect container, Rect outRect, in apply()
34 public static void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj, in apply()
/frameworks/base/core/java/android/view/
DGravity.java138 public static void apply(int gravity, int w, int h, Rect container, Rect outRect) { in apply()
159 public static void apply(int gravity, int w, int h, Rect container, in apply()
186 public static void apply(int gravity, int w, int h, Rect container, in apply()
296 public static void apply(int gravity, int w, int h, Rect container, in apply()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
DBitmapUtils.java68 private static int computeInitialSampleSize(int w, int h, in computeInitialSampleSize()
86 public static int computeSampleSizeLarger(int w, int h, in computeSampleSizeLarger()
149 int w = bitmap.getWidth(); in resizeAndCropCenter() local
180 int w = source.getWidth(); in rotateBitmap() local
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
DIconTest.java280 static void printBits(int[] a, int w, int h) { in printBits()
291 final int w = a.getWidth(); in printBits() local
299 final int w = a.getWidth(); in equalBitmaps() local
317 final int w = a.getWidth(); in findBitmapDifferences() local
/frameworks/base/core/java/android/util/
DSlog.java54 public static int w(String tag, String msg) { in w() method in Slog
58 public static int w(String tag, String msg, Throwable tr) { in w() method in Slog
63 public static int w(String tag, Throwable tr) { in w() method in Slog
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewPerformanceTest.java114 final void mySetFrame(int w, int h) { in mySetFrame()
128 final void mySetFrame(int w, int h) { in mySetFrame()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java568 String name, int w, int h, int format, int flags) in SurfaceTrace()
623 public void setSize(int w, int h) { in setSize()
769 final WindowState w = mWin; in createSurfaceLocked() local
1083 final float w = frame.width(); in computeShownFrameLocked() local
1132 int w = frame.width(); in computeShownFrameLocked() local
1221 int w = frame.width(); in computeShownFrameLocked() local
1241 final WindowState w = mWin; in applyDecorRect() local
1272 final WindowState w = mWin; in updateSurfaceWindowCrop() local
1349 final WindowState w = mWin; in setSurfaceBoundariesLocked() local
1448 final WindowState w = mWin; in prepareSurfaceLocked() local
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp77 int w = surface.width; in allocateMipmaps() local
161 GLint level, int w, int h, int s, in reallocate()
228 uint32_t w = (prev->width >> 1) ? : 1; in reallocate() local
/frameworks/base/core/java/android/text/
DMeasuredText.java241 float[] w = mWidths; in addStyleRun() local
265 float[] w = mWidths; in breakText() local
289 float[] w = mWidths; in measure() local
/frameworks/multidex/library/test/src/android/util/
DLog.java130 public static int w(String tag, String msg) { in w() method in Log
141 public static int w(String tag, String msg, Throwable tr) { in w() method in Log
151 public static int w(String tag, Throwable tr) { in w() method in Log
/frameworks/webview/chromium/plat_support/
Dgraphic_buffer_impl.cpp26 GraphicBufferImpl::GraphicBufferImpl(uint32_t w, uint32_t h) in GraphicBufferImpl()
37 long GraphicBufferImpl::Create(int w, int h) { in Create()

12345678910>>...14