Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DProcFileReader.java209 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 DChronometer.java294 boolean negative = false; in updateText()
297 negative = true; in updateText()
300 if (negative) { in updateText()
H A DSlidingDrawer.java442 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 DPromptViewModelTest.kt136 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 DLocation.java1162 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 DEventLogTags.logtags5 # negative values alone for now.)
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java479 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 DEventLogTags.logtags9 # negative values alone for now.)
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto93 // 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 Dpowermanagerservice.proto117 // sensor to go negative before turning the screen on.
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
H A DZoneGetter.java332 final boolean negative = offsetMillis < 0; in getGmtOffsetText()
334 if (negative) { in getGmtOffsetText()
/aosp14/frameworks/base/media/jni/soundpool/
H A DAndroid.bp91 //"-Wthread-safety-negative", // experimental - looks broken in R.
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Ddialogs.md28 * `R.style.Widget_Dialog_Button_BorderButton` for the negative and neutral buttons.
/aosp14/frameworks/base/core/proto/android/server/alarm/
H A Dalarmmanagerservice.proto54 // 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 Dpackage_item_info.proto101 // managed external storage will be backed up; Any negative value
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java888 final boolean negative = value < 0; in append()
889 if (negative) { in append()
906 if (negative) { in append()
/aosp14/system/core/fs_mgr/
H A DREADME.overlayfs.md80 **BOARD_IMAGE_PARTITION_RESERVED_SIZE** has a negative impact on the
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md58 + Values can be either a positive integer, a negative integer, or `c`
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md65 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 Dsecure.proto697 // 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 Dcurrent.txt17809 field @Deprecated public static final String EFFECT_NEGATIVE = "negative";