Searched refs:negative (Results 1 - 14 of 14) sorted by relevance

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DIntegralToString.java127 * expect. It is necessary because the range of the negative values is
131 boolean negative = false;
133 negative = true;
148 if (negative) {
174 boolean negative = false;
177 negative = true;
181 // If -n is still negative, n is Integer.MIN_VALUE
231 if (negative) {
261 * expect. It is necessary because the range of the negative values is
265 boolean negative
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DProcFileReader.java190 final boolean negative = mBuffer[0] == '-';
194 for (int i = negative ? 1 : 0; i < tokenIndex; i++) {
200 // always parse as negative number and apply sign later; this
210 return negative ? result : -result;
/frameworks/base/core/java/android/widget/
H A DChronometer.java289 boolean negative = false;
292 negative = true;
295 if (negative) {
H A DSlidingDrawer.java435 boolean negative;
439 negative = yVelocity < 0;
447 negative = xVelocity < 0;
457 if (negative) {
/frameworks/av/media/libaaudio/tests/
H A Dtest_timestamps.cpp252 bool negative = timestamp->timestampPosition < 0; local
255 const char *message = negative ? " <=NEGATIVE!"
/frameworks/base/packages/ExtServices/src/android/ext/services/resolver/
H A DLRResolverRankerService.java95 final ArrayMap<String, Float> negative = getFeatures(targets.get(i));
98 update(negative, negativeProbability, false);
/frameworks/base/location/java/android/location/
H A DLocation.java228 // Handle negative values
270 boolean negative = false;
273 negative = true;
286 return negative ? -val : val;
304 boolean isNegative180 = negative && (deg == 180) &&
326 return negative ? -val : val;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddtx_dec.cpp415 Flag negative;
521 negative = 1;
525 negative = 0;
541 if (negative != 0)
871 Flag negative; local
1004 negative = 1;
1008 negative = 0;
1025 if (negative != 0)
/frameworks/rs/script_api/
H A 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
H A 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.
H A Drs_math.spec1310 arg: int#1* sign_of_gamma, "If sign_of_gamma is not null, *sign_of_gamma will be set to -1.f if the gamma of v is negative, otherwise to 1.f."
2789 base to be non-negative.
2815 base to be non-negative.
2925 and the sign negative. It returns 0.5f.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
H A DZoneGetter.java293 final boolean negative = offsetMillis < 0;
295 if (negative) {
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java804 final boolean negative = value < 0;
805 if (negative) {
822 if (negative) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 948 milliseconds