Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 24 of 24) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java108 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 DBannerMessageView.java76 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 Dcom_android_server_companion_virtual_InputController.cpp116 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 DVendor_054c_Product_05c4.idc23 # The minimum delay allowed between two events in microsecond
32 # The minimum delay allowed between two events in microsecond
H A DVendor_054c_Product_09cc.idc23 # 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 DInputAbsInfo.aidl21 int minimum;
H A DEvent.java424 absInfo.minimum = readInt(); in readAbsInfo()
/aosp14/frameworks/base/cmds/uinput/
H A DREADME.md74 | 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 Dcom_android_commands_uinput_Device.cpp301 absSetup.absinfo.minimum = info.minimum; in setAbsInfo()
/aosp14/frameworks/base/core/java/android/util/
H A DJsonReader.java724 private boolean fillBuffer(int minimum) throws IOException { in fillBuffer() argument
754 if (limit >= minimum) { in fillBuffer()
/aosp14/frameworks/base/core/tests/coretests/
H A DAndroid.bp130 // minimum dependencies required to build that test in the unbundled package.
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Ddoze.md29 …nsor reported near for a minimum abount of time. [DozePauser][7] handles transitioning from `DOZE_…
/aosp14/frameworks/base/tools/aapt2/
H A DConfiguration.proto205 // The minimum SDK version of the device.
H A Dreadme.md160 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 DSyncManager.md63 subject to "ACTIVE" app quota, so minimum deferral will be applied to it.
/aosp14/system/core/toolbox/
H A Dgetevent.c197 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat, in print_possible_events()
/aosp14/system/core/fastboot/
H A DREADME.md248 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 Dipconnectivity.proto368 // 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 Djobscheduler.proto207 // 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 Dpowermanagerservice.proto295 // The minimum screen off timeout, in milliseconds.
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dfalsing.md15 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 DProcessStats.java2566 final long minimum = procStatsService.getMinAssociationDumpDuration(); in dumpFilteredAssociationStatesProtoForProc() local
2573 if (duration < minimum) { in dumpFilteredAssociationStatesProtoForProc()
/aosp14/system/core/init/
H A DREADME.md297 > 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 Dbatterystats.proto102 // The minimum learned battery capacity in uAh.