Searched refs:positive (Results 1 – 22 of 22) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | DatePickerDialog.java | 226 final Button positive = getButton(BUTTON_POSITIVE); 227 if (positive != null) { 228 positive.setEnabled(valid);
|
/frameworks/base/core/java/android/widget/ |
D | OverScroller.java | 833 final boolean positive = start > max; in startAfterEdge() 834 final int edge = positive ? max : min; in startAfterEdge() 843 fling(start, velocity, positive ? min : start, positive ? start : max, mOver); in startAfterEdge()
|
D | SimpleMonthView.java | 458 private boolean moveOneDay(boolean positive) { in moveOneDay() argument 461 if (positive) { in moveOneDay()
|
/frameworks/rs/script_api/ |
D | rs_vector_math.spec | 163 positive values. 286 positive values.
|
D | rs_math.spec | 868 Returns the positive difference between two values. 1063 Returns the positive fractional part of v, i.e. <code>v - floor(v)</code>. 2463 summary: Approximate positive base raised to an exponent
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | DisplayPowerController.java | 1505 private void handleProximitySensorEvent(long time, boolean positive) { 1507 if (mPendingProximity == PROXIMITY_NEGATIVE && !positive) { 1510 if (mPendingProximity == PROXIMITY_POSITIVE && positive) { 1518 if (positive) { 1928 boolean positive = distance >= 0.0f && distance < mProximityThreshold; 1929 handleProximitySensorEvent(time, positive);
|
/frameworks/base/core/proto/android/content/ |
D | package_item_info.proto | 104 // positive number specifies an xml resource in which the application has
|
/frameworks/rs/script_api/include/ |
D | rs_time.rsh | 57 …lag to indicate whether daylight saving time is in effect. The value is positive if it is in effec…
|
D | rs_vector_math.rsh | 204 * positive values. 417 * positive values.
|
D | rs_math.rsh | 1624 * Returns the positive difference between two values. 1912 * Returns the positive fractional part of v, i.e. v - floor(v). 4893 * native_powr: Approximate positive base raised to an exponent
|
/frameworks/native/libs/math/include/math/ |
D | TQuatHelpers.h | 270 constexpr QUATERNION<T> PURE positive(const QUATERNION<T>& q) { in positive() function
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | find_region.rscript | 115 (p - regionInSearch.zw); // positive if outside of exclusion zone
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 47 + Values can be either a positive integer, a negative integer, or `c`
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 360 // Number of positive, non-zero and normal fp16 values = 30 * 1024 = 30720
|
D | reduce.rscript | 46 // absolute value -- positive and negative infinity. Instead, we need
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | reduce.rscript | 48 // absolute value -- positive and negative infinity. Instead, we need
|
/frameworks/compile/slang/ |
D | README.rst | 268 positive integer indicates a time in milliseconds that the runtime should
|
/frameworks/base/core/proto/android/server/ |
D | powermanagerservice.proto | 92 // True if the proximity sensor reads a positive result.
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 2164 * * 1: A scalar, specifying the positive scaling factor for the exponent, 2170 * * 1: A scalar, specifying the positive scaling factor for the exponent, 2515 * * 2: An {@link %{OperandTypeLinkPfx}INT32} scalar, keep_dims. If positive, 2923 * - scales: an array of positive 32 bit floating point values. 4026 * a non-positive value for unlimited number. 4030 * a non-positive value for unlimited number. 4550 * * 1: A scalar, specifying the positive scaling factor for the exponent,
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1913 // Return codes for successful operation execution (positive values) 4618 … maxInterpolationOffset /// furthest positive offset for interp…
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1775 // indicate the user lowered the importance; positive means they increased it.
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 26192 Landroid/icu/impl/number/ParameterizedModifier;->positive:Landroid/icu/impl/number/Modifier;
|