/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A 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()
|
H A D | DisplayPowerController.java | 2587 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 D | DatePickerDialog.java | 226 final Button positive = getButton(BUTTON_POSITIVE); 227 if (positive != null) { 228 positive.setEnabled(valid);
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | OverScroller.java | 821 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 D | SimpleMonthView.java | 465 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 D | FeedbackInfo.java | 184 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 D | dialogs.md | 27 * `R.style.Widget_Dialog_Button` for the positive button.
|
H A D | status-bar-data-pipeline.md | 148 For example, if `bar` should only be true when `foo` is positive:
|
/aosp14/frameworks/base/core/proto/android/content/ |
H A D | package_item_info.proto | 104 // positive number specifies an xml resource in which the application has
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | FORMAT.md | 58 + Values can be either a positive integer, a negative integer, or `c`
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | powermanagerservice.proto | 95 // True if the proximity sensor reads a positive result.
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 353 oem commands all have provided test cases. Be sure to test both the positive case
|
/aosp14/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 1775 // indicate the user lowered the importance; positive means they increased it.
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |