Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A 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()
H A DDisplayPowerController.java2587 private void handleProximitySensorEvent(long time, boolean positive) {
2589 if (mPendingProximity == PROXIMITY_NEGATIVE && !positive) {
2592 if (mPendingProximity == PROXIMITY_POSITIVE && positive) {
2600 if (positive) {
3412 boolean positive = distance >= 0.0f && distance < mProximityThreshold;
3413 handleProximitySensorEvent(time, positive);
/aosp14/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java226 final Button positive = getButton(BUTTON_POSITIVE);
227 if (positive != null) {
228 positive.setEnabled(valid);
/aosp14/frameworks/base/core/java/android/widget/
H A DOverScroller.java821 final boolean positive = start > max; in startAfterEdge()
822 final int edge = positive ? max : min; in startAfterEdge()
831 fling(start, velocity, positive ? min : start, positive ? start : max, mOver); in startAfterEdge()
H A DSimpleMonthView.java465 private boolean moveOneDay(boolean positive) { in moveOneDay() argument
468 if (positive) { in moveOneDay()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFeedbackInfo.java184 private void handleFeedback(boolean positive) { in handleFeedback() argument
186 feedback.putInt(FEEDBACK_RATING, positive ? 1 : -1); in handleFeedback()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddialogs.md27 * `R.style.Widget_Dialog_Button` for the positive button.
H A Dstatus-bar-data-pipeline.md148 For example, if `bar` should only be true when `foo` is positive:
/aosp14/frameworks/base/core/proto/android/content/
H A Dpackage_item_info.proto104 // positive number specifies an xml resource in which the application has
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md58 + Values can be either a positive integer, a negative integer, or `c`
/aosp14/frameworks/base/core/proto/android/server/
H A Dpowermanagerservice.proto95 // True if the proximity sensor reads a positive result.
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md353 oem commands all have provided test cases. Be sure to test both the positive case
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto1775 // indicate the user lowered the importance; positive means they increased it.
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...