/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ProcFileReader.java | 209 final boolean negative = mBuffer[0] == '-'; in parseAndConsumeLong() 213 for (int i = negative ? 1 : 0; i < tokenIndex; i++) { in parseAndConsumeLong() 233 return negative ? result : -result; in parseAndConsumeLong()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Chronometer.java | 294 boolean negative = false; in updateText() 297 negative = true; in updateText() 300 if (negative) { in updateText()
|
H A D | SlidingDrawer.java | 442 boolean negative; in onTouchEvent() 446 negative = yVelocity < 0; in onTouchEvent() 454 negative = xVelocity < 0; in onTouchEvent() 464 if (negative) { in onTouchEvent()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | PromptViewModelTest.kt | 136 assertButtonsVisible(negative = expectedSize != PromptSize.SMALL) 216 assertButtonsVisible(negative = !authWithSmallPrompt) 248 val checkAtEnd = suspend { assertButtonsVisible(negative = true) } 678 assertButtonsVisible(negative = true, tryAgain = expectTryAgainButton) 687 assertButtonsVisible(negative = true, tryAgain = expectTryAgainButton) 695 assertButtonsVisible(negative = true) 713 negative: Boolean = false, 720 assertThat(viewModel.isNegativeButtonVisible.first()).isEqualTo(negative)
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | Location.java | 1162 boolean negative = false; in convert() 1165 negative = true; in convert() 1178 return negative ? -val : val; in convert() 1196 boolean isNegative180 = negative && deg == 180 && min == 0 && sec == 0; in convert() 1215 return negative ? -val : val; in convert()
|
/aosp14/system/core/storaged/ |
H A D | EventLogTags.logtags | 5 # negative values alone for now.)
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricPrompt.java | 479 final CharSequence negative = mPromptInfo.getNegativeButtonText(); in build() local 488 } else if (TextUtils.isEmpty(negative) && !willShowDeviceCredentialButton) { in build() 490 } else if (!TextUtils.isEmpty(negative) && willShowDeviceCredentialButton) { in build()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | EventLogTags.logtags | 9 # negative values alone for now.)
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | jobscheduler.proto | 93 // negative. 595 // can be negative if the job is out of quota. 795 // negative if the delay is in the past. 800 // negative in certain situations. 906 // Job IDs can technically be negative. 919 // Job IDs can technically be negative. 1082 // Can be negative if the earliest runtime deadline has passed. 1084 // Can be negative if the latest runtime deadline has passed.
|
H A D | powermanagerservice.proto | 117 // sensor to go negative before turning the screen on.
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/ |
H A D | ZoneGetter.java | 332 final boolean negative = offsetMillis < 0; in getGmtOffsetText() 334 if (negative) { in getGmtOffsetText()
|
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | Android.bp | 91 //"-Wthread-safety-negative", // experimental - looks broken in R.
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | dialogs.md | 28 * `R.style.Widget_Dialog_Button_BorderButton` for the negative and neutral buttons.
|
/aosp14/frameworks/base/core/proto/android/server/alarm/ |
H A D | alarmmanagerservice.proto | 54 // Can be negative if the non-wakeup alarm time is in the past (non-wakeup 170 // negative if 'when' is in the past.
|
/aosp14/frameworks/base/core/proto/android/content/ |
H A D | package_item_info.proto | 101 // managed external storage will be backed up; Any negative value
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | PointerLocationView.java | 888 final boolean negative = value < 0; in append() 889 if (negative) { in append() 906 if (negative) { in append()
|
/aosp14/system/core/fs_mgr/ |
H A D | README.overlayfs.md | 80 **BOARD_IMAGE_PARTITION_RESERVED_SIZE** has a negative impact on the
|
/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/tools/aapt2/ |
H A D | readme.md | 65 than 0x7F is interpreted as a negative number, causing valid feature split IDs like 0x80010000
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | secure.proto | 697 // non-negative, turning on dnd manually will last for this many minutes. 698 // Else (if negative), turning on dnd manually will surface a dialog that
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 17809 field @Deprecated public static final String EFFECT_NEGATIVE = "negative";
|