Home
last modified time | relevance | path

Searched refs:isNegative (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerTextController.kt28 var isNegative = false regex
31 isNegative = true
44 if (!isNegative && remainder != 0) {
57 if (isNegative && !(hours == 0 && minutes == 0 && seconds == 0)) {
/aosp12/packages/apps/Settings/src/com/android/settings/utils/
H A DFileSizeFormatter.java81 final boolean isNegative = (sizeBytes < 0); in formatBytes()
82 float result = isNegative ? -sizeBytes : sizeBytes; in formatBytes()
103 if (isNegative) { in formatBytes()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A DFileSizeFormatter.java81 boolean isNegative = (sizeBytes < 0); in formatBytes()
82 float result = isNegative ? -sizeBytes : sizeBytes; in formatBytes()
103 if (isNegative) { in formatBytes()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSingleAxisSwipeDetector.java46 boolean isNegative(float displacement) {
77 boolean isNegative(float displacement) {
165 return (mScrollDirections & DIRECTION_NEGATIVE) > 0 && mDir.isNegative(displacement); in canScrollNegative()
217 abstract boolean isNegative(float displacement); in isNegative() method in SingleAxisSwipeDetector.Direction
/aosp12/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
H A DRealLocationListeningAccountant.java152 if (!additionalActiveListeningBudgetRequired.isNegative()) { in getNextListeningInstruction()
238 if (balance.isNegative()) { in setActiveListeningBalanceForTests()
269 checkArgument(!duration.isNegative()); in checkPositiveAndNotZero()
273 checkArgument(!duration.isNegative()); in checkPositiveOrZero()
/aosp12/packages/apps/TV/libs/m2/
H A Djsr305-3.0.2.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/annotation/ javax/ ...
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DResponseData.java287 boolean isNegative = (offSetVal < 0); in getTZOffSetByte()
296 tzOffset = (isNegative ? -1 : 1) * tzOffset; in getTZOffSetByte()
299 return isNegative ? (bcdVal |= 0x08) : bcdVal; in getTZOffSetByte()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_read_write_utils.cpp223 bool isNegative = false; in readIntAttributeValueInner() local
226 isNegative = true; in readIntAttributeValueInner()
236 return isNegative ? -value : value; in readIntAttributeValueInner()
/aosp12/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.h156 return value | ((isSigned() && isNegative(value)) ? ~rawMask() : 0); in signExtendIfNeeded()
159 bool isNegative(int64_t value) const { in isNegative() function
/aosp12/frameworks/base/core/java/android/text/format/
H A DFormatter.java127 final boolean isNegative = (sizeBytes < 0); in formatBytes()
128 float result = isNegative ? -sizeBytes : sizeBytes; in formatBytes()
185 if (isNegative) { in formatBytes()
/aosp12/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/
H A DEnvironment.java141 return estimatedTimeListening.isNegative() ? Duration.ZERO : estimatedTimeListening; in getTotalEstimatedTimeListening()
H A DOfflineLocationTimeZoneDelegate.java322 if (!activeListeningDurationNotUsed.isNegative()) { in onActiveListeningResult()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
H A DLoopingAnimationThread.java138 if (timeLeft.isNegative() || timeLeft.isZero()) { in setCountDownLeft()
/aosp12/frameworks/base/core/java/android/telephony/
H A DSubscriptionPlan.java281 if (period.isZero() || period.isNegative()) { in createRecurring()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsRecorder.java231 if (entry.isNegative()) { in recordSnapshotLocked()
/aosp12/frameworks/base/core/java/android/net/
H A DNetworkStats.java378 public boolean isNegative() { in isNegative() method in NetworkStats.Entry
1033 if (entry.isNegative()) { in subtract()
H A DNetworkStatsHistory.java343 if (entry.isNegative()) { in recordData()
/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1829 bool isNegative = (degreex10000 < 0); in writeLatitude() local
1830 char sign = isNegative? '-': '+'; in writeLatitude()
1854 bool isNegative = (degreex10000 < 0); in writeLongitude() local
1855 char sign = isNegative? '-': '+'; in writeLongitude()
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt957 Landroid/net/NetworkStats$Entry;->isNegative()Z
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt783 Landroid/icu/impl/number/MutablePatternModifier;->isNegative:Z
2963 Landroid/icu/text/DecimalFormat_ICU58_Android;->isNegative(D)Z
3982 Landroid/icu/text/PluralRules$FixedDecimal;->isNegative()Z
3983 Landroid/icu/text/PluralRules$FixedDecimal;->isNegative:Z
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/art/build/boot/
H A Dboot-image-profile.txt8571 HSPLsun/misc/FloatingDecimal$BinaryToASCIIBuffer;->isNegative()Z

12