Searched refs:then (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/tests/
H A DAndroid.mk49 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/gui/tests/
H A DAndroid.mk37 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk38 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk35 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/ui/
H A DAndroid.mk44 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java241 // the specified time, then the device is deemed to be lying flat
247 // of time, then the device is deemed to be swinging away from the user
287 // that is turning around a corner or a plane taking off) then the magnitude
291 // Conversely, if the device is in freefall, then there will be no gravity to
396 final long then = mLastFilteredTimestampNanos;
397 final float timeDeltaMS = (now - then) * 0.000001f;
399 if (now < then
400 || now > then + MAX_FILTER_DELTA_TIME_NANOS
462 // If the tilt angle is too close to horizontal then we cannot determine
563 // If there is no current rotation, then ther
[all...]
H A DKeyCharacterMap.java644 * then resets the modifier state when the modifier key is released.</li>
647 * to next character key that is pressed and will then reset itself to the initial state.
649 * its own again, then it toggles into a locked state. When locked, the modifier will
/frameworks/base/services/input/
H A DAndroid.mk53 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/libs/androidfw/
H A DAndroid.mk110 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/libs/utils/
H A DAndroid.mk132 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java209 // showWeekDay are both true, then the index would be 3.
235 // showWeekDay are both true, then the index would be 3.
782 * Format a date / time such that if the then is on the same day as now, it shows
793 * @param then the date to format
798 public static final CharSequence formatSameDayTime(long then, long now, argument
801 thenCal.setTimeInMillis(then);
1067 * If the start and end time are the same, then just the start time is
1071 * If FORMAT_SHOW_WEEKDAY is set, then the weekday is shown.
1074 * If FORMAT_SHOW_YEAR is set, then the year is always shown.
1075 * If FORMAT_NO_YEAR is set, then th
[all...]

Completed in 1378 milliseconds