/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScriptGL.java | 108 public void setColor(int minimum, int preferred) { in setColor() argument 109 validateRange(minimum, preferred, 5, 8); in setColor() 110 mColorMin = minimum; in setColor() 122 public void setAlpha(int minimum, int preferred) { in setAlpha() argument 123 validateRange(minimum, preferred, 0, 8); in setAlpha() 124 mAlphaMin = minimum; in setAlpha() 139 public void setDepth(int minimum, int preferred) { in setDepth() argument 140 validateRange(minimum, preferred, 0, 24); in setDepth() 141 mDepthMin = minimum; in setDepth() 157 validateRange(minimum, preferred, 1, 32); in setSamples() [all …]
|
/aosp14/frameworks/base/packages/SettingsLib/BannerMessagePreference/src/com/android/settingslib/widget/ |
H A D | BannerMessageView.java | 76 int minimum = in setupIncreaseTouchTargetForDismissButton() local 81 int widthIncrease = width < minimum ? minimum - width : 0; in setupIncreaseTouchTargetForDismissButton() 82 int heightIncrease = height < minimum ? minimum - height : 0; in setupIncreaseTouchTargetForDismissButton()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_companion_virtual_InputController.cpp | 116 xAbsSetup.absinfo.minimum = 0; in openUinput() 124 yAbsSetup.absinfo.minimum = 0; in openUinput() 132 majorAbsSetup.absinfo.minimum = 0; in openUinput() 140 pressureAbsSetup.absinfo.minimum = 0; in openUinput() 148 slotAbsSetup.absinfo.minimum = 0; in openUinput()
|
/aosp14/frameworks/base/data/keyboards/ |
H A D | Vendor_054c_Product_05c4.idc | 23 # The minimum delay allowed between two events in microsecond 32 # The minimum delay allowed between two events in microsecond
|
H A D | Vendor_054c_Product_09cc.idc | 23 # The minimum delay allowed between two events in microsecond 32 # The minimum delay allowed between two events in microsecond
|
/aosp14/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | InputAbsInfo.aidl | 21 int minimum;
|
H A D | Event.java | 424 absInfo.minimum = readInt(); in readAbsInfo()
|
/aosp14/frameworks/base/cmds/uinput/ |
H A D | README.md | 74 | minimum | integer | Minimum value for the axis | 99 {"code":1, "info": {"value":20, "minimum":-255, 102 {"code":8, "info": {"value":-50, "minimum":-255,
|
/aosp14/frameworks/base/cmds/uinput/jni/ |
H A D | com_android_commands_uinput_Device.cpp | 301 absSetup.absinfo.minimum = info.minimum; in setAbsInfo()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | JsonReader.java | 724 private boolean fillBuffer(int minimum) throws IOException { in fillBuffer() argument 754 if (limit >= minimum) { in fillBuffer()
|
/aosp14/frameworks/base/core/tests/coretests/ |
H A D | Android.bp | 130 // minimum dependencies required to build that test in the unbundled package.
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | doze.md | 29 …nsor reported near for a minimum abount of time. [DozePauser][7] handles transitioning from `DOZE_…
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | Configuration.proto | 205 // The minimum SDK version of the device.
|
H A D | readme.md | 160 at runtime due to the minimum SDK level declared by the AndroidManifest.xml are stripped. 177 to the application's minimum supported SDK level.
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManager.md | 63 subject to "ACTIVE" app quota, so minimum deferral will be applied to it.
|
/aosp14/system/core/toolbox/ |
H A D | getevent.c | 197 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat, in print_possible_events()
|
/aosp14/system/core/fastboot/ |
H A D | README.md | 248 The protocol version to use must be the minimum of the versions sent by each 334 the minimum of the sent values must be used.
|
/aosp14/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 368 // Effective lifetime for APF is the minimum of all lifetimes in a RA. 412 // minimum lifetime of all such options in the packet.
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | jobscheduler.proto | 207 // The minimum backoff time to allow for linear backoff. 209 // The minimum backoff time to allow for exponential backoff. 313 // The minimum amount of time between quota check alarms.
|
H A D | powermanagerservice.proto | 295 // The minimum screen off timeout, in milliseconds.
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | falsing.md | 15 minimum, inform the `FalsingManager` of what touches are on touch targets vs not (things that may be
|
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | ProcessStats.java | 2566 final long minimum = procStatsService.getMinAssociationDumpDuration(); in dumpFilteredAssociationStatesProtoForProc() local 2573 if (duration < minimum) { in dumpFilteredAssociationStatesProtoForProc()
|
/aosp14/system/core/init/ |
H A D | README.md | 297 > Sets the child's memory.limit_in_bytes to the minimum of `limit_in_bytes` 1054 First stage init is responsible for setting up the bare minimum requirements to load the rest of the
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | batterystats.proto | 102 // The minimum learned battery capacity in uAh.
|