/aosp14/frameworks/base/libs/hwui/tests/common/ |
H A D | TestContext.cpp | 48 config.resolution = ui::Size(1080, 1920); in getActiveDisplayMode() 93 const ui::Size& resolution = getActiveDisplayResolution(); in createWindowSurface() local 95 mSurfaceComposerClient->createSurface(String8("HwuiTest"), resolution.getWidth(), in createWindowSurface() 96 resolution.getHeight(), PIXEL_FORMAT_RGBX_8888); in createWindowSurface() 110 const ui::Size& resolution = getActiveDisplayResolution(); in createOffscreenSurface() local 111 mConsumer->setDefaultBufferSize(resolution.getWidth(), resolution.getHeight()); in createOffscreenSurface()
|
H A D | TestContext.h | 43 return getActiveDisplayMode().resolution; in getActiveDisplayResolution()
|
/aosp14/frameworks/base/tools/xmlpersistence/src/main/kotlin/ |
H A D | Parser.kt | 30 import com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration 31 import com.github.javaparser.resolution.types.ResolvedPrimitiveType 32 import com.github.javaparser.resolution.types.ResolvedReferenceType 35 import com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver 36 import com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver 37 import com.github.javaparser.symbolsolver.resolution.typesolvers.ReflectionTypeSolver
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_sensor_SensorService.cpp | 58 jfloat maximumRange, jfloat resolution, jfloat power, jint minDelay, 124 jfloat resolution, jfloat power, jint minDelay, in registerRuntimeSensor() argument 137 .resolution = resolution, in registerRuntimeSensor() 311 jfloat resolution, jfloat power, jint minDelay, in registerRuntimeSensorNative() argument 315 resolution, power, minDelay, maxDelay, flags, callback); in registerRuntimeSensorNative()
|
/aosp14/frameworks/base/core/java/android/companion/virtual/sensor/ |
H A D | VirtualSensorConfig.java | 64 float maximumRange, float resolution, float power, int minDelay, int maxDelay, in VirtualSensorConfig() argument 70 mResolution = resolution; in VirtualSensorConfig() 302 public VirtualSensorConfig.Builder setResolution(float resolution) { in setResolution() argument 303 mResolution = resolution; in setResolution()
|
/aosp14/frameworks/base/proto/src/ |
H A D | altitude.proto | 27 // Defines the resolution of the map in terms of an S2 level. 29 // Defines the resolution of the tiles in cache in terms of an S2 level. 31 // Defines the resolution of the tiles on disk in terms of an S2 level.
|
/aosp14/frameworks/base/core/java/android/hardware/input/ |
H A D | InputSensorInfo.java | 80 float resolution, in InputSensorInfo() argument 100 this.mResolution = resolution; in InputSensorInfo() 265 float resolution = in.readFloat(); in InputSensorInfo() local 286 this.mResolution = resolution; in InputSensorInfo()
|
/aosp14/frameworks/base/services/core/java/com/android/server/sensors/ |
H A D | SensorService.java | 59 String name, String vendor, float maximumRange, float resolution, float power, in registerRuntimeSensorNative() argument 100 @NonNull String vendor, float maximumRange, float resolution, float power, in createRuntimeSensor() argument 104 maximumRange, resolution, power, minDelay, maxDelay, flags, callback); in createRuntimeSensor()
|
H A D | SensorManagerInternal.java | 63 @NonNull String vendor, float maximumRange, float resolution, float power, in createRuntimeSensor() argument
|
/aosp14/frameworks/base/libs/hwui/tests/macrobench/ |
H A D | TestSceneRunner.cpp | 111 const ui::Size& resolution = getActiveDisplayResolution(); in doRun() local 112 const int width = resolution.getWidth(); in doRun() 113 const int height = resolution.getHeight(); in doRun()
|
/aosp14/frameworks/base/core/java/com/android/internal/jank/ |
H A D | DisplayResolutionTracker.java | 102 @Resolution int resolution = getResolution(info); in updateDisplay() local 105 mResolutions.put(displayId, resolution); in updateDisplay()
|
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | InputAbsInfo.aidl | 25 int resolution;
|
/aosp14/frameworks/base/cmds/uinput/ |
H A D | README.md | 78 | resolution | integer | resolution of axis | 100 "maximum":255, "fuzz":0, "flat":0, "resolution":1} 103 "maximum":255, "fuzz":0, "flat":0, "resolution":1}
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InputDevice.java | 694 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() argument 695 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange() 1100 float min, float max, float flat, float fuzz, float resolution) { in addMotionRange() argument 1101 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); in addMotionRange() 1342 float resolution) { in MotionRange() argument 1349 mResolution = resolution; in MotionRange()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/resolution/ |
H A D | ComponentResolverSnapshot.java | 17 package com.android.server.pm.resolution;
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ComponentAliasResolver.java | 462 final Resolution<ComponentName> resolution = resolveComponentAlias(() -> in resolveReceiver() local 464 final ComponentName target = resolution.getTarget(); in resolveReceiver() 481 i.setComponent(resolution.getTarget()); in resolveReceiver()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | CrossProfileResolver.java | 28 import com.android.server.pm.resolution.ComponentResolverApi;
|
H A D | NoFilteringResolver.java | 29 import com.android.server.pm.resolution.ComponentResolverApi;
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 450 mBootAnimation->resizeSurface(displayMode.resolution.getWidth(), in handleEvent() 451 displayMode.resolution.getHeight()); in handleEvent() 558 ui::Size resolution = displayMode.resolution; in readyToRun() local 559 resolution = limitSurfaceSize(resolution.width, resolution.height); in readyToRun() 562 resolution.getWidth(), resolution.getHeight(), PIXEL_FORMAT_RGB_565, in readyToRun()
|
/aosp14/frameworks/base/core/proto/android/util/ |
H A D | common.proto | 36 // These are all in kilobyte resolution. Can fit in int32, so smaller on the wire than the above
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputDevice.cpp | 101 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution); in android_view_InputDevice_create()
|
H A D | android_hardware_SensorManager.cpp | 58 jfieldID resolution; member 102 sensorOffsets.resolution = GetFieldIDOrDie(_env, sensorClass, "mResolution","F"); in nativeClassInit() 187 env->SetFloatField(sensor, sensorOffsets.resolution, nativeSensor.getResolution()); in translateNativeSensorToJavaSensor()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | PrintSpoolerService.java | 1025 Resolution resolution = attributes.getResolution(); in doWriteStateLocked() local 1026 if (resolution != null) { in doWriteStateLocked() 1028 serializer.attribute(null, ATTR_ID, resolution.getId()); in doWriteStateLocked() 1030 resolution.getHorizontalDpi())); in doWriteStateLocked() 1032 resolution.getVerticalDpi())); in doWriteStateLocked() 1034 resolution.getLabel()); in doWriteStateLocked() 1293 Resolution resolution = new Resolution(id, label, horizontalDpi, verticalDpi); in parsePrintJobLocked() local 1294 builder.setResolution(resolution); in parsePrintJobLocked()
|
/aosp14/frameworks/base/cmds/uinput/jni/ |
H A D | com_android_commands_uinput_Device.cpp | 305 absSetup.absinfo.resolution = info.resolution; in setAbsInfo()
|
/aosp14/frameworks/base/core/java/android/print/ |
H A D | PrintAttributes.java | 146 public void setResolution(Resolution resolution) { in setResolution() argument 147 mResolution = resolution; in setResolution() 1460 public @NonNull Builder setResolution(@NonNull Resolution resolution) { in setResolution() argument 1461 mAttributes.setResolution(resolution); in setResolution()
|