| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| D | TaskPositionerTests.java | 303 final int w = mMinVisibleWidth; in testLandscapePreservedWindowResizingDragTopLeft() local 340 final int w = mMinVisibleWidth; in testLandscapePreservedWindowResizingDragLeft() local 382 int w = Math.max(r.right - r.left, Math.round(h * MIN_ASPECT)); in testLandscapePreservedWindowResizingDragTop() local 419 final int w = Math.max(mMinVisibleWidth, Math.round(mMinVisibleHeight / MIN_ASPECT)); in testPortraitPreservedWindowResizingDragTopLeft() local 441 int w = r.right - MOUSE_DELTA_X; in testPortraitPreservedWindowResizingDragLeft() local 495 int w = Math.min(r.width(), Math.round(h / MIN_ASPECT)); in testPortraitPreservedWindowResizingDragTop() local
|
| /frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
| D | KernelCpuProcStringReaderTest.java | 106 try (BufferedWriter w = Files.newBufferedWriter(mTestFile.toPath())) { in testReadErrorsLimit() 120 try (BufferedWriter w = Files.newBufferedWriter(mTestFile.toPath())) { in testReadErrorsLimit() 141 try (BufferedWriter w = Files.newBufferedWriter(mTestFile.toPath())) { in testReadLine() 175 try (BufferedWriter w = Files.newBufferedWriter(mTestFile.toPath())) { in testMultipleRead() 192 try (BufferedWriter w = Files.newBufferedWriter(mTestFile.toPath())) { in testReadLineToArray() 230 try (BufferedWriter w = Files.newBufferedWriter(mTestFile.toPath())) { in testReadOverLimit() 248 try (BufferedWriter w = Files.newBufferedWriter(mTestFile.toPath())) { in testConcurrent() 300 try (BufferedWriter w = Files.newBufferedWriter(mTestFile.toPath())) { in testConcurrent()
|
| /frameworks/base/core/tests/coretests/src/android/view/ |
| D | WindowInfoTest.java | 87 WindowInfo w = WindowInfo.obtain(); in testDefaultValues() local 95 WindowInfo w = WindowInfo.obtain(); in testRecycle() local 109 WindowInfo w = WindowInfo.obtain(); in testRecycle_fallbackToDefaultValues() local
|
| /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/base/packages/SystemUI/src/com/android/systemui/log/table/ |
| D | LogProxy.kt | 34 fun w(tag: String, message: String) in v() method 56 override fun w(tag: String, message: String) { in v() method in com.android.systemui.log.table.LogProxyDefault
|
| /frameworks/native/libs/math/include/math/ |
| D | quat.h | 66 struct { T x, y, z, w; }; member 106 constexpr TQuaternion(A w) : x(0), y(0), z(0), w(w) { in TQuaternion() 112 …constexpr TQuaternion(A w, B x, C y, D z) : x(static_cast<T>(x)), y(static_cast<T>(y)), z(static_c… in TQuaternion() 116 constexpr TQuaternion(const TVec3<A>& v, B w) : x(v.x), y(v.y), z(v.z), w(w) { } in TQuaternion()
|
| D | vec4.h | 48 struct { T x, y, z, w; }; member 96 constexpr TVec4(A x, B y, C z, D w) : x(x), y(y), z(z), w(w) { } in TVec4() 99 constexpr TVec4(const TVec2<A>& v, B z, C w) : x(v.x), y(v.y), z(z), w(w) { } in TVec4() 102 constexpr TVec4(const TVec3<A>& v, B w) : x(v.x), y(v.y), z(v.z), w(w) { } in TVec4()
|
| /frameworks/native/services/inputflinger/dispatcher/ |
| D | TouchState.cpp | 36 for (const TouchedWindow& w : windows) { in getActiveDeviceIds() local 76 std::erase_if(windows, [](const TouchedWindow& w) { in clearWindowsWithoutPointers() 155 std::for_each(windows.begin(), windows.end(), [&](TouchedWindow& w) { in cancelPointersForWindowsExcept() 172 for (const TouchedWindow& w : windows) { in cancelPointersForNonPilferingWindows() local 187 std::for_each(windows.begin(), windows.end(), [&](TouchedWindow& w) { in cancelPointersForNonPilferingWindows() 236 [&](const TouchedWindow& w) { return w.windowHandle == windowHandle; }); in getTouchedWindow()
|
| /frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/ |
| D | ConstantStringsLogger.kt | 30 fun w(@CompileTimeConstant msg: String) method
|
| /frameworks/base/packages/SystemUI/log/src/com/android/systemui/log/core/ |
| D | Logger.kt | 159 inline fun w( method in com.android.systemui.log.core.Logger 172 fun w( method
|
| /frameworks/base/services/core/java/com/android/server/wm/utils/ |
| D | CoordinateTransforms.java | 108 final int w = flipped ? info.logicalHeight : info.logicalWidth; in transformToRotation() local 130 final int w = flipped ? newHeight : newWidth; in transformToRotation() local 139 public static void computeRotationMatrix(int rotationDelta, int w, int h, Matrix outMatrix) { in computeRotationMatrix()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | RefreshRatePolicy.java | 129 int getPreferredModeId(WindowState w) { in getPreferredModeId() 173 int calculatePriority(WindowState w) { in calculatePriority() 241 boolean updateFrameRateVote(WindowState w) { in updateFrameRateVote() 290 float getPreferredMinRefreshRate(WindowState w) { in getPreferredMinRefreshRate() 313 float getPreferredMaxRefreshRate(WindowState w) { in getPreferredMaxRefreshRate()
|
| D | AsyncRotationController.java | 113 final WindowState w = displayContent.getDisplayPolicy().getTopFullscreenOpaqueWindow(); in AsyncRotationController() local 154 public void accept(WindowState w) { in accept() 246 final WindowState w = token.getChildAt(j); in updateTargetWindows() local 433 boolean isAsync(WindowState w) { in isAsync() 457 boolean shouldFreezeInsetsPosition(WindowState w) { in shouldFreezeInsetsPosition() 577 boolean handleFinishDrawing(WindowState w, SurfaceControl.Transaction postDrawTransaction) { in handleFinishDrawing()
|
| /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 | 145 EGLint w, h; in makeCurrent() local 153 bool GLHelper::createSurfaceTexture(uint32_t w, uint32_t h, in createSurfaceTexture() 203 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, in createNamedSurfaceTexture() 226 bool GLHelper::computeWindowScale(uint32_t w, uint32_t h, float* scale) { in computeWindowScale() 241 bool GLHelper::createWindowSurface(uint32_t w, uint32_t h, in createWindowSurface()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
| D | KtProtoLog.kt | 54 fun w(group: IProtoLogGroup, messageString: String, vararg args: Any) { in w() method
|
| /frameworks/rs/support/java/src/androidx/renderscript/ |
| D | Allocation.java | 1432 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1449 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1468 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1499 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1532 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1565 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1598 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 1631 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 1649 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() 1655 w, h, data.getID(mRS), dataXoff, dataYoff, in copy2DRangeFrom() local [all …]
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
| D | UdfpsLogger.kt | 40 fun w(tag: String, @CompileTimeConstant msg: String) = log(tag, msg, WARNING) in v() method in com.android.systemui.biometrics.UdfpsLogger
|
| /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/libs/androidfw/tests/ |
| D | CursorWindow_bench.cpp | 24 CursorWindow* w; in BM_CursorWindowWrite() local 55 CursorWindow* w; in BM_CursorWindowRead() local
|
| /frameworks/base/rs/java/android/renderscript/ |
| D | Allocation.java | 1456 private void validate2DRange(int xoff, int yoff, int w, int h) { in validate2DRange() 1473 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, Object array, in copy2DRangeFromUnchecked() 1494 mRS.nAllocationData2D(getIDSafe(), xoff, yoff, mSelectedLOD, mSelectedFace.mID, w, h, in copy2DRangeFromUnchecked() local 1528 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() 1566 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() 1599 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() 1632 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() 1665 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() 1683 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() 1691 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/base/core/java/android/view/ |
| D | Gravity.java | 170 public static void apply(int gravity, int w, int h, Rect container, Rect outRect) { in apply() 191 public static void apply(int gravity, int w, int h, @NonNull Rect container, in apply() 218 public static void apply(int gravity, int w, int h, @NonNull Rect container, in apply() 328 public static void apply(int gravity, int w, int h, @NonNull Rect container, in apply()
|
| /frameworks/native/opengl/tests/gl_perf/ |
| D | filltest.cpp | 33 bool doTest(uint32_t w, uint32_t h) { in doTest()
|