/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | CoordinateTransforms.java | 24 import android.annotation.Dimension; 43 @Dimension int physicalWidth, @Dimension int physicalHeight, Matrix out) { in transformPhysicalToLogicalCoordinates() 73 @Dimension int physicalWidth, @Dimension int physicalHeight, Matrix out) { in transformLogicalToPhysicalCoordinates()
|
/frameworks/libs/modules-utils/java/android/annotation/ |
D | Px.java | 40 @Dimension(unit = Dimension.PX)
|
D | Dimension.java | 39 public @interface Dimension { annotation
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/recycler/ |
D | HorizontalSpacerItemDecoration.kt | 20 import androidx.annotation.Dimension 27 class HorizontalSpacerItemDecoration(@Dimension private val offset: Int) :
|
/frameworks/base/core/java/com/android/server/pm/pkg/ |
D | AndroidPackage.java | 19 import android.annotation.Dimension; 144 @Dimension(unit = Dimension.DP) 193 @Dimension(unit = Dimension.DP) 263 @Dimension(unit = Dimension.DP)
|
/frameworks/base/core/java/android/util/ |
D | RotationUtils.java | 24 import android.annotation.Dimension; 229 @Dimension int physicalWidth, @Dimension int physicalHeight, Matrix out) { in transformPhysicalToLogicalCoordinates()
|
/frameworks/rs/toolkit/test/ |
D | IntrinsicLut3d.kt | 37 cubeSize: Dimension, in intrinsicLut3d() 87 cubeSize: Dimension, in intrinsicLut3d()
|
D | BufferUtils.kt | 102 data class Dimension(val sizeX: Int, val sizeY: Int, val sizeZ: Int) class 322 fun randomCube(seed: Long, cubeSize: Dimension): ByteArray { in randomCube() 333 fun identityCube(cubeSize: Dimension): ByteArray { in identityCube()
|
D | AllTests.kt | 814 Dimension(2, 2, 2), in <lambda>() 815 Dimension(32, 32, 16), in <lambda>() 816 Dimension(256, 256, 256) in <lambda>() 844 cubeSize: Dimension, in <lambda>() 887 cubeSize: Dimension, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DisplayCutoutBaseView.kt | 22 import android.annotation.Dimension in <lambda>() 307 @Dimension physicalWidth: Int, in <lambda>() 308 @Dimension physicalHeight: Int, in <lambda>()
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 178 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 242 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 310 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 378 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 446 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 514 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 578 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 642 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 710 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); 778 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!"); [all …]
|
/frameworks/base/services/api/ |
D | current.txt | 95 method @Dimension(unit=android.annotation.Dimension.DP) public int getCompatibleWidthLimitDp(); 102 method @Dimension(unit=android.annotation.Dimension.DP) public int getLargestWidthLimitDp(); 112 method @Dimension(unit=android.annotation.Dimension.DP) public int getRequiresSmallestWidthDp();
|
/frameworks/compile/slang/tests/P_reflection3264_divergent/ |
D | ScriptC_reflection3264_divergent.java.expect | 291 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 334 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 373 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 409 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 444 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 479 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!");
|
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/ |
D | ScriptC_reflection3264_divergent.java.expect | 288 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 331 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 370 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 406 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 441 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!"); 476 throw new RSRuntimeException("Dimension mismatch between parameters ain and aout!");
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | DepthPhotoProcessor.cpp | 59 using dynamic_depth::Dimension; 456 const Dimension imageSize(width, height); in processDepthPhotoFrame()
|
/frameworks/compile/slang/ |
D | slang_rs_reflection.h | 230 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV, unsigned Dimension,
|
D | slang_rs_reflection.cpp | 2079 unsigned Dimension, in genSetExportVariable() argument 2100 mOut.indent() << "__dimArr[0] = " << Dimension << ";\n"; in genSetExportVariable()
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | ScriptC_reduce_general_examples_explicit.java.expect | 320 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
|
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/ |
D | ScriptC_reduce_general_examples_backward.java.expect | 325 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
|
/frameworks/compile/slang/tests/P_reduce_general_examples/ |
D | ScriptC_reduce_general_examples.java.expect | 325 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 19 import static android.annotation.Dimension.DP; 33 import android.annotation.Dimension; 11272 @Dimension(unit = DP) 11598 public BubbleMetadata.Builder setDesiredHeight(@Dimension(unit = DP) int height) { in setDesiredHeight()
|
/frameworks/base/core/api/ |
D | current.txt | 6635 method @Dimension(unit=android.annotation.Dimension.DP) public int getDesiredHeight(); 6654 ….Notification.BubbleMetadata.Builder setDesiredHeight(@Dimension(unit=android.annotation.Dimension…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 1245 Landroid/annotation/Dimension;->DP:I 1246 Landroid/annotation/Dimension;->PX:I 1247 Landroid/annotation/Dimension;->SP:I
|