/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/ |
D | AlertDialogContent.kt | 135 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/ |
D | DisplayPowerProximityStateController.java | 84 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/ |
D | DatePickerDialog.java | 226 final Button positive = getButton(BUTTON_POSITIVE); 227 if (positive != null) { 228 positive.setEnabled(valid);
|
/frameworks/native/cmds/sfdo/ |
D | sfdo.rs | 33 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/ |
D | OverScroller.java | 826 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()
|
D | SimpleMonthView.java | 469 private boolean moveOneDay(boolean positive) { in moveOneDay() argument 472 if (positive) { in moveOneDay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | FeedbackInfo.java | 185 private void handleFeedback(boolean positive) { in handleFeedback() argument 187 feedback.putInt(FEEDBACK_RATING, positive ? 1 : -1); in handleFeedback()
|
/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/proto_logging/stats/atoms/statsd/ |
D | statsd_extension_atoms.proto | 101 // internal error codes are positive
|
/frameworks/base/packages/SystemUI/docs/ |
D | dialogs.md | 27 * `R.style.Widget_Dialog_Button` for the positive button.
|
D | status-bar-data-pipeline.md | 148 For example, if `bar` should only be true when `foo` is positive:
|
/frameworks/av/media/libheadtracking/ |
D | README.md | 112 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/ |
D | package_item_info.proto | 105 // positive number specifies an xml resource in which the application has
|
/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | README.md | 137 |`data`| Vector of positive Integer |Value obtained from FuzzedDataProvider|
|
/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.
|
/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/native/libs/math/include/math/ |
D | TQuatHelpers.h | 270 constexpr QUATERNION<T> PURE positive(const QUATERNION<T>& q) { in positive() function
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 69 When the policy processes the ANR notification and responds with a positive timeout, InputDispatche…
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 58 + Values can be either a positive integer, a negative integer, or `c`
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | reduce.rscript | 46 // absolute value -- positive and negative infinity. Instead, we need
|
D | math_fp16.rscript | 360 // Number of positive, non-zero and normal fp16 values = 30 * 1024 = 30720
|
/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
|