Home
last modified time | relevance | path

Searched defs:now (Results 1 – 18 of 18) sorted by relevance

/development/tools/idegen/src/
DStopwatch.java25 long now = System.currentTimeMillis(); in reset() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DSweep.java70 long now = System.currentTimeMillis(); in onDraw() local
DBitmapDecode.java127 long now = android.os.SystemClock.uptimeMillis(); in onDraw() local
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dapp-android.c38 struct timeval now; in _getTime() local
/development/apps/NinePatchLab/src/com/android/ninepatch/
DNinePatchLab.java119 long now = 0; in onDraw() local
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java264 public void update(float sx, float sy, long now) { in update()
428 final long now = mSensorTimeStamp + (System.nanoTime() - mCpuTimeStamp); in onDraw() local
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
DCubeWallpaper1.java203 long now = SystemClock.elapsedRealtime(); in drawLine() local
/development/samples/Snake/src/com/example/android/snake/
DSnakeView.java412 long now = System.currentTimeMillis(); in update() local
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2.java245 long now = SystemClock.elapsedRealtime(); in drawCube() local
/development/samples/BrowserPlugin/jni/background/
DBackgroundPlugin.cpp288 uint32_t now = getMSecs(); in timer_latency() local
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java633 long now = System.currentTimeMillis(); in checkToggleCapsLock() local
/development/samples/NotePad/src/com/example/android/notepad/
DNotePadProvider.java519 Long now = Long.valueOf(System.currentTimeMillis()); in insert() local
/development/tools/jdwpspy/
DNet.cpp456 time_t now; in getCurrentTime() local
/development/tools/emulator/system/gps/
Dgps_qemu.c197 time_t now = time(NULL); in nmea_reader_update_utc_diff() local
263 time_t now = time(NULL); in nmea_reader_update_time() local
/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java676 long now = System.currentTimeMillis(); in updatePhysics() local
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c306 double now = now_ms(); in stats_endFrame() local
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c315 double now = now_ms(); in stats_endFrame() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DDeviceAdminSample.java611 long now = System.currentTimeMillis(); in getExpirationStatus() local