Home
last modified time | relevance | path

Searched refs:positive (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/
DAlertDialogContent.kt135 var positive: Placeable? = null in AlertDialogButtons() variable
141 "positive" -> positive = measurable.measure(constraints) in AlertDialogButtons()
155 positive.width() + negative.width() + neutral.width() + totalHorizontalSpacing in AlertDialogButtons()
159 val height = maxOf(positive.height(), negative.height(), neutral.height()) in AlertDialogButtons()
161 positive?.let { it.placeRelative(maxWidth - it.width, 0) } in AlertDialogButtons()
164 if (positive == null) { in AlertDialogButtons()
170 positive.width - in AlertDialogButtons()
188 val height = positive.height() + negative.height() + neutral.height() in AlertDialogButtons()
196 positive?.place() in AlertDialogButtons()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerProximityStateController.java84 boolean positive = distance >= 0.0f && distance < mProximityThreshold;
85 handleProximitySensorEvent(time, positive);
400 private void handleProximitySensorEvent(long time, boolean positive) { in handleProximitySensorEvent() argument
402 if (mPendingProximity == PROXIMITY_NEGATIVE && !positive) { in handleProximitySensorEvent()
405 if (mPendingProximity == PROXIMITY_POSITIVE && positive) { in handleProximitySensorEvent()
413 if (positive) { in handleProximitySensorEvent()
/frameworks/base/core/java/android/app/
DDatePickerDialog.java226 final Button positive = getButton(BUTTON_POSITIVE);
227 if (positive != null) {
228 positive.setEnabled(valid);
/frameworks/native/cmds/sfdo/
Dsfdo.rs33 let positive = ["1", "true", "y", "yes", "on", "enabled", "show"]; in parse_toggle() localVariable
38 if positive.contains(&word.as_str()) { in parse_toggle()
/frameworks/base/core/java/android/widget/
DOverScroller.java826 final boolean positive = start > max; in startAfterEdge()
827 final int edge = positive ? max : min; in startAfterEdge()
836 fling(start, velocity, positive ? min : start, positive ? start : max, mOver); in startAfterEdge()
DSimpleMonthView.java469 private boolean moveOneDay(boolean positive) { in moveOneDay() argument
472 if (positive) { in moveOneDay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DFeedbackInfo.java185 private void handleFeedback(boolean positive) { in handleFeedback() argument
187 feedback.putInt(FEEDBACK_RATING, positive ? 1 : -1); in handleFeedback()
/frameworks/rs/script_api/
Drs_vector_math.spec163 positive values.
286 positive values.
Drs_math.spec868 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/proto_logging/stats/atoms/statsd/
Dstatsd_extension_atoms.proto101 // internal error codes are positive
/frameworks/base/packages/SystemUI/docs/
Ddialogs.md27 * `R.style.Widget_Dialog_Button` for the positive button.
Dstatus-bar-data-pipeline.md148 For example, if `bar` should only be true when `foo` is positive:
/frameworks/av/media/libheadtracking/
DREADME.md112 front-right speaker is located at positive X, Y and Z=0, a height speaker will
113 have a positive Z.
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto105 // positive number specifies an xml resource in which the application has
/frameworks/av/media/mtp/tests/MtpFuzzer/
DREADME.md137 |`data`| Vector of positive Integer |Value obtained from FuzzedDataProvider|
/frameworks/rs/script_api/include/
Drs_time.rsh57 …lag to indicate whether daylight saving time is in effect. The value is positive if it is in effec…
Drs_vector_math.rsh204 * positive values.
417 * positive values.
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Dfind_region.rscript115 (p - regionInSearch.zw); // positive if outside of exclusion zone
/frameworks/native/libs/math/include/math/
DTQuatHelpers.h270 constexpr QUATERNION<T> PURE positive(const QUATERNION<T>& q) { in positive() function
/frameworks/native/services/inputflinger/docs/
Danr.md69 When the policy processes the ANR notification and responds with a positive timeout, InputDispatche…
/frameworks/base/cmds/bootanimation/
DFORMAT.md58 + Values can be either a positive integer, a negative integer, or `c`
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dreduce.rscript46 // absolute value -- positive and negative infinity. Instead, we need
Dmath_fp16.rscript360 // Number of positive, non-zero and normal fp16 values = 30 * 1024 = 30720
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dreduce.rscript48 // absolute value -- positive and negative infinity. Instead, we need
/frameworks/compile/slang/
DREADME.rst268 positive integer indicates a time in milliseconds that the runtime should

12