/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowLayersController.java | 76 final WindowState w = windows.get(i); in assignLayersLocked() local 159 final WindowState w = windows.get(i); in logDebugLayers() local 177 private void collectSpecialWindows(WindowState w) { in collectSpecialWindows() 212 final WindowState w = mInputMethodWindows.remove(); in adjustSpecialWindows() local 241 private void assignAnimLayer(WindowState w, int layer) { in assignAnimLayer()
|
D | AppWindowToken.java | 178 final WindowState w = allAppWindows.get(i); in setVisibleBeforeClientHidden() local 483 final WindowState w = allAppWindows.get(i); in canRestoreSurfaces() local 493 final WindowState w = allAppWindows.get(i); in clearVisibleBeforeClientHidden() local 504 final WindowState w = allAppWindows.get(i); in isAnimatingInvisibleWithSavedSurface() local 518 final WindowState w = allAppWindows.get(i); in stopUsingSavedSurfaceLocked() local 533 final WindowState w = allAppWindows.get(i); in markSavedSurfaceExiting() local 550 WindowState w = allAppWindows.get(i); in restoreSavedSurfaces() local 643 final WindowState w = allAppWindows.get(i); in setReplacingWindows() local 660 final WindowState w = allAppWindows.get(i); in setReplacingChildren() local 672 final WindowState w = allAppWindows.get(i); in resetReplacingWindows() local [all …]
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | DelayedDiskWrite.java | 40 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/ |
D | android_backup_BackupDataOutput.cpp | 40 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/native/include/ui/ |
D | vec4.h | 43 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/support/compat/java/android/support/v4/view/ |
D | GravityCompat.java | 30 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/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.h | 613 static int __dequeue_buffer(struct preview_stream_ops* w, in __dequeue_buffer() 633 static int __lock_buffer(struct preview_stream_ops* w, in __lock_buffer() 641 static int __enqueue_buffer(struct preview_stream_ops* w, in __enqueue_buffer() 649 static int __cancel_buffer(struct preview_stream_ops* w, in __cancel_buffer() 657 static int __set_buffer_count(struct preview_stream_ops* w, int count) in __set_buffer_count() 701 static int __set_buffers_geometry(struct preview_stream_ops* w, in __set_buffers_geometry() 717 static int __set_crop(struct preview_stream_ops *w, in __set_crop() 729 static int __set_timestamp(struct preview_stream_ops *w, in __set_timestamp() 735 static int __set_usage(struct preview_stream_ops* w, int usage) in __set_usage() 743 static int __set_swap_interval(struct preview_stream_ops *w, int interval) in __set_swap_interval() [all …]
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 282 void Allocation::validate2DRange(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h) { in validate2DRange() 292 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 312 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() 321 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo() 341 void Allocation::copy2DStridedFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedFrom() 353 void Allocation::copy2DStridedTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DStridedTo() 365 void Allocation::validate3DRange(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in validate3DRange() 376 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeFrom() 396 void Allocation::copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t … in copy3DRangeFrom() 404 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeTo()
|
/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 47 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
|
D | GLHelper.cpp | 144 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/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 1427 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1444 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1463 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1494 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1527 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1560 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1593 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 1626 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 1644 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() 1650 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom() local [all …]
|
/frameworks/support/compat/jellybean-mr1/android/support/v4/view/ |
D | GravityCompatJellybeanMr1.java | 29 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/native/libs/gui/tests/ |
D | FillBuffer.cpp | 25 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/base/core/java/android/view/ |
D | Gravity.java | 138 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/telephony/java/android/telephony/ |
D | Rlog.java | 65 public static int w(String tag, String msg) { in w() method in Rlog 69 public static int w(String tag, String msg, Throwable tr) { in w() method in Rlog 74 public static int w(String tag, Throwable tr) { in w() method in Rlog
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1452 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1469 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1490 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1524 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1562 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1595 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1628 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 1661 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 1679 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() 1687 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom() local [all …]
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | BitmapUtils.java | 68 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/native/opengl/tests/gl_perf/ |
D | filltest.cpp | 37 bool doTest(uint32_t w, uint32_t h) { in doTest()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewPerformanceTest.java | 114 final void mySetFrame(int w, int h) { in mySetFrame() 128 final void mySetFrame(int w, int h) { in mySetFrame()
|
/frameworks/base/core/java/android/util/ |
D | Slog.java | 54 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/graphics/tests/graphicstests/src/android/graphics/drawable/ |
D | IconTest.java | 280 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/av/media/libeffects/lvm/lib/Common/src/ |
D | LVM_FO_LPF.c | 72 LVM_INT32 LVM_FO_LPF( LVM_INT32 w, in LVM_FO_LPF()
|
D | LVM_FO_HPF.c | 72 LVM_INT32 LVM_FO_HPF( LVM_INT32 w, in LVM_FO_HPF()
|
/frameworks/webview/chromium/plat_support/ |
D | graphic_buffer_impl.cpp | 26 GraphicBufferImpl::GraphicBufferImpl(uint32_t w, uint32_t h) in GraphicBufferImpl() 37 long GraphicBufferImpl::Create(int w, int h) { in Create()
|
/frameworks/multidex/library/test/src/android/util/ |
D | Log.java | 130 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
|