/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | TimerTextController.kt | 28 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 D | FileSizeFormatter.java | 81 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 D | FileSizeFormatter.java | 81 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 D | SingleAxisSwipeDetector.java | 46 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 D | RealLocationListeningAccountant.java | 152 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 D | jsr305-3.0.2.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/annotation/
javax/ ... |
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
H A D | ResponseData.java | 287 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 D | header_read_write_utils.cpp | 223 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 D | HidParser.h | 156 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 D | Formatter.java | 127 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 D | Environment.java | 141 return estimatedTimeListening.isNegative() ? Duration.ZERO : estimatedTimeListening; in getTotalEstimatedTimeListening()
|
H A D | OfflineLocationTimeZoneDelegate.java | 322 if (!activeListeningDurationNotUsed.isNegative()) { in onActiveListeningResult()
|
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/ |
H A D | LoopingAnimationThread.java | 138 if (timeLeft.isNegative() || timeLeft.isZero()) { in setCountDownLeft()
|
/aosp12/frameworks/base/core/java/android/telephony/ |
H A D | SubscriptionPlan.java | 281 if (period.isZero() || period.isNegative()) { in createRecurring()
|
/aosp12/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkStatsRecorder.java | 231 if (entry.isNegative()) { in recordSnapshotLocked()
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | NetworkStats.java | 378 public boolean isNegative() { in isNegative() method in NetworkStats.Entry 1033 if (entry.isNegative()) { in subtract()
|
H A D | NetworkStatsHistory.java | 343 if (entry.isNegative()) { in recordData()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MPEG4Writer.cpp | 1829 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 D | hiddenapi-max-target-o-low-priority.txt | 957 Landroid/net/NetworkStats$Entry;->isNegative()Z
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 783 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 D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 8571 HSPLsun/misc/FloatingDecimal$BinaryToASCIIBuffer;->isNegative()Z
|