Home
last modified time | relevance | path

Searched refs:debugPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java1086 Path debugPath = PathParser.createPathFromPathData("M8,0H0v8C0,3.6,3.6,0,8,0z"); in testDebugRoundedCorners_noDeviceCornersSet() local
1089 debugPath, in testDebugRoundedCorners_noDeviceCornersSet()
1122 Path debugPath = PathParser.createPathFromPathData("M8,0H0v8C0,3.6,3.6,0,8,0z"); in testDebugRoundedCornersRemoved_noDeviceCornersSet() local
1125 debugPath, in testDebugRoundedCornersRemoved_noDeviceCornersSet()
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java171 private static native long nativeOpenApkFd(FileDescriptor fd, String debugPath); in nativeOpenApkFd() argument