Home
last modified time | relevance | path

Searched defs:negative (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/
DAlertDialogContent.kt136 var negative: Placeable? = null in AlertDialogButtons() variable
163 negative?.let { negative -> in AlertDialogButtons() method
/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/arm/guest_state/
Dguest_state_cpu_state.h36 uint8_t negative; member
/frameworks/native/cmds/sfdo/
Dsfdo.rs34 let negative = ["0", "false", "n", "no", "off", "disabled", "hide"]; in parse_toggle() localVariable
/frameworks/av/media/module/codecs/amrnb/dec/src/
Ddtx_dec.cpp871 Flag negative; in dtx_dec() local
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp302 bool negative = timestamp->timestampPosition < 0; in testTimeStamps() local
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java668 final CharSequence negative = mPromptInfo.getNegativeButtonText(); in build() local