Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/util/
DProcFileReader.java205 final boolean negative = mBuffer[0] == '-'; in parseAndConsumeLong()
209 for (int i = negative ? 1 : 0; i < tokenIndex; i++) { in parseAndConsumeLong()
229 return negative ? result : -result; in parseAndConsumeLong()
/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/location/java/android/location/
DLocation.java255 boolean negative = false; in convert()
258 negative = true; in convert()
271 return negative ? -val : val; in convert()
289 boolean isNegative180 = negative && (deg == 180) && in convert()
311 return negative ? -val : val; in convert()
/frameworks/av/media/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
Drs_matrix.spec367 by a number. This number can be negative.
541 each component of a vector is multiplied by a number. This number can be negative.
/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/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java421 final CharSequence negative = mPromptInfo.getNegativeButtonText(); in build() local
430 } else if (TextUtils.isEmpty(negative) && !willShowDeviceCredentialButton) { in build()
432 } else if (!TextUtils.isEmpty(negative) && willShowDeviceCredentialButton) { in build()
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags5 # negative values alone for now.)
/frameworks/av/media/utils/
DEventLogTags.logtags5 # negative values alone for now.)
/frameworks/native/services/inputflinger/dispatcher/
DEventLogTags.logtags5 # negative values alone for now.)
/frameworks/base/core/java/android/view/
DEventLogTags.logtags9 # negative values alone for now.)
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
DZoneGetter.java308 final boolean negative = offsetMillis < 0; in getGmtOffsetText()
310 if (negative) { in getGmtOffsetText()
/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.
1081 // Can be negative if the earliest runtime deadline has passed.
1083 // Can be negative if the latest runtime deadline has passed.
/frameworks/base/media/jni/soundpool/
DAndroid.bp91 //"-Wthread-safety-negative", // experimental - looks broken in R.
/frameworks/av/services/mediametrics/
DAndroid.bp84 //"-Wthread-safety-negative", // experimental - looks broken in R.
/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.
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto101 // managed external storage will be backed up; Any negative value
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java875 final boolean negative = value < 0; in append()
876 if (negative) { in append()
893 if (negative) { in append()
/frameworks/rs/script_api/include/
Drs_time.rsh57 …ffect. The value is positive if it is in effect, zero if it is not, and negative if the informatio…
Drs_vector_math.rsh203 * For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
416 * For vectors of size 1, returns -1.f for negative values, 0.f for null values, and 1.f for
/frameworks/proto_logging/stats/enums/os/
Denums.proto79 // The value should be negative or zero.
/frameworks/proto_logging/stats/enums/telephony/
Denums.proto69 // Do not add negative types.
/frameworks/base/cmds/bootanimation/
DFORMAT.md56 + Values can be either a positive integer, a negative integer, or `c`

12