Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 17 of 17) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java76 int depth(); in depth() method
189 public int depth() { in depth() method in LaunchSequence.ConsecutiveLaunch
227 public int depth() { in depth() method in LaunchSequence.RootLaunch
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthTransform.java42 public int quantize(float depth); in quantize()
DLayerInfo.java27 LayerInfo(int depth) { in LayerInfo()
DKernelDataForRenderScript.java123 int depth = blurStack.getDepth(targetLayer, m); in KernelDataForRenderScript() local
145 int depth = blurStack.getDepth(targetLayer, m); in KernelDataForRenderScript() local
DRefocusFilter.java179 private static int getKernelRadius(int depth, BlurStack blurStack) { in getKernelRadius()
DRGBZ.java160 private Bitmap setAlphaChannelFromBitmap(Bitmap depth, Bitmap orig, Bitmap dest) { in setAlphaChannelFromBitmap()
DBlurStack.java103 public float getDiskRadius(int depth) { in getDiskRadius()
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java76 public GLtestView(Context context, boolean translucent, int depth, int stencil) { in GLtestView()
81 private void init(boolean translucent, int depth, int stencil) { in init()
135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
DKernelDataForRenderScriptd1new.java62 int depth = blurStack.getDepth(targetLayer, m); in KernelDataForRenderScriptd1new() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
DKernelDataForRenderScriptF32.java63 int depth = blurStack.getDepth(targetLayer, m); in KernelDataForRenderScriptF32() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyToTest.java410 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Byte() local
447 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Short_Helper() local
492 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Int() local
532 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Float() local
572 int depth = random.nextInt(64); in test_Allocationcopy3DRangeTo_Long() local
612 int depth = random.nextInt(64); in test_AllocationCopy3DRangeFrom_Alloc() local
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java187 int depth = 0; in testMountStatusWalkingUpTree() local
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
DAltitudeInfo.java306 depth(1), enumConstant
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java129 int depth = 1; in getTestName() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java130 int depth = 1; in getTestName() local
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp1582 AttachmentType depth, in SetUpFramebuffer()
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java3287 public void debug(int depth) { in debug()