Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/
DAlertDialogContent.kt136 var negative: Placeable? = null in AlertDialogButtons() variable
142 "negative" -> negative = 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()
163 negative?.let { negative -> in AlertDialogButtons() method
165 negative.placeRelative(maxWidth - negative.width, 0) in AlertDialogButtons()
167 negative.placeRelative( in AlertDialogButtons()
169 negative.width - in AlertDialogButtons()
188 val height = positive.height() + negative.height() + neutral.height() in AlertDialogButtons()
197 negative?.place() in AlertDialogButtons()
/frameworks/base/core/java/com/android/internal/util/
DProcFileReader.java216 final boolean negative = mBuffer[0] == '-'; in parseAndConsumeLong()
220 for (int i = negative ? 1 : 0; i < tokenIndex; i++) { in parseAndConsumeLong()
240 return negative ? result : -result; in parseAndConsumeLong()
/frameworks/native/cmds/sfdo/
Dsfdo.rs34 let negative = ["0", "false", "n", "no", "off", "disabled", "hide"]; in parse_toggle() localVariable
40 } else if negative.contains(&word.as_str()) { in parse_toggle()
/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/arm/guest_state/
Dguest_state_cpu_state.h36 uint8_t negative; member
/frameworks/base/core/java/android/widget/
DChronometer.java294 boolean negative = false; in updateText()
297 negative = true; in updateText()
300 if (negative) { in updateText()
DSlidingDrawer.java442 boolean negative; in onTouchEvent()
446 negative = yVelocity < 0; in onTouchEvent()
454 negative = xVelocity < 0; in onTouchEvent()
464 if (negative) { in onTouchEvent()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DBaseModeRefreshRateVoteTest.kt61 fun `keeps summary with base mode refresh rate if vote refresh rate is negative`() { in keeps summary with base mode refresh rate if vote refresh rate is negative()
/frameworks/base/core/java/android/location/
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()
/frameworks/av/media/module/codecs/amrnb/dec/src/
Ddtx_dec.cpp871 Flag negative; in dtx_dec() local
1004 negative = 1; in dtx_dec()
1008 negative = 0; in dtx_dec()
1025 if (negative != 0) in dtx_dec()
/frameworks/rs/script_api/
Drs_vector_math.spec162 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
285 For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp302 bool negative = timestamp->timestampPosition < 0; in testTimeStamps() local
305 const char *message = negative ? " <=NEGATIVE!" in testTimeStamps()
/frameworks/proto_logging/stats/enums/media/
Denums.proto27 * 3) We choose code.proto rather than negative numbers (signed status)
/frameworks/av/media/utils/
DEventLogTags.logtags5 # negative values alone for now.)
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags5 # negative values alone for now.)
/frameworks/native/services/inputflinger/dispatcher/
DEventLogTags.logtags5 # negative values alone for now.)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModelTest.kt285 assertButtonsVisible(negative = expectedSize != PromptSize.SMALL) in <lambda>()
795 assertButtonsVisible(negative = !authWithSmallPrompt) in <lambda>()
819 val checkAtEnd = suspend { assertButtonsVisible(negative = true) } in <lambda>()
1277 assertButtonsVisible(negative = true, tryAgain = expectTryAgainButton) in <lambda>()
1286 assertButtonsVisible(negative = true, tryAgain = expectTryAgainButton) in <lambda>()
1294 assertButtonsVisible(negative = true) in <lambda>()
1602 negative: Boolean = false, in <lambda>()
1609 assertThat(viewModel.isNegativeButtonVisible.first()).isEqualTo(negative) in <lambda>()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java668 final CharSequence negative = mPromptInfo.getNegativeButtonText(); in build() local
677 } else if (TextUtils.isEmpty(negative) && !willShowDeviceCredentialButton) { in build()
679 } else if (!TextUtils.isEmpty(negative) && willShowDeviceCredentialButton) { in build()
/frameworks/base/core/java/android/view/
DEventLogTags.logtags9 # negative values alone for now.)
/frameworks/base/core/proto/android/server/
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.
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Dcolor_grading_lut.agsl22 …* system (right-handed, Y-up, X-right, negative Z-forward), each direction represents a color chan…
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
DZoneGetter.java332 final boolean negative = offsetMillis < 0; in getGmtOffsetText()
334 if (negative) { in getGmtOffsetText()
/frameworks/base/media/jni/soundpool/
DAndroid.bp91 //"-Wthread-safety-negative", // experimental - looks broken in R.
/frameworks/base/packages/SystemUI/docs/
Ddialogs.md28 * `R.style.Widget_Dialog_Button_BorderButton` for the negative and neutral buttons.
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto102 // managed external storage will be backed up; Any negative value
/frameworks/base/core/proto/android/server/alarm/
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.

12