Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 29) sorted by relevance

12

/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DEnvelopeADSR.java47 public void setAttackTime(float time) { in setAttackTime()
53 public void setDecayTime(float time) { in setDecayTime()
65 public void setReleaseTime(float time) { in setReleaseTime()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DEnvelopeADSR.java47 public void setAttackTime(float time) { in setAttackTime()
53 public void setDecayTime(float time) { in setDecayTime()
65 public void setReleaseTime(float time) { in setReleaseTime()
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
DTimerFormat.java46 private static void setTime(long time) { in setTime()
113 public static String getTimeString(long time) { in getTimeString()
/development/tools/axl/
Dchewie.py20 def add(self, url, time): argument
/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV9.java60 long time = SystemClock.elapsedRealtime(); in handleMessage() local
107 long time = SystemClock.elapsedRealtime(); in getInputDeviceIds() local
197 long time = SystemClock.elapsedRealtime(); in onGenericMotionEvent() local
/development/tools/bugreport/src/com/android/bugreport/logcat/
DLogLine.java50 public GregorianCalendar time; field in LogLine
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java79 final String time = DateFormat.getTimeInstance().format(new Date()).toString(); in createNotification() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DSpriteTextRenderer.java176 long time = SystemClock.uptimeMillis(); in onDrawFrame() local
184 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
205 long time = SystemClock.uptimeMillis(); in drawMsPF() local
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DUpdateService.java84 long time = dataMap.getLong(Constants.KEY_TIME); in onDataChanged() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyUtils.java40 public static synchronized String toCalendarTime(long time) { in toCalendarTime()
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
DBeam.java73 Time time = new Time(); in createNdefMessage() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTriangleRenderer.java146 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
DStaticTriangleRenderer.java159 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
DGLES20TriangleRenderer.java73 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
DFrameBufferObjectActivity.java122 long time = SystemClock.uptimeMillis() % 4000L; in drawOnscreen() local
DMatrixPaletteRenderer.java340 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java146 private void saveLastTimestamp(long time, String key) { in saveLastTimestamp()
153 private long getLastTimestamp(long time, String key) { in getLastTimestamp()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DEventScheduler.java191 public SchedulableEvent getNextEvent(long time) { in getNextEvent()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DEventScheduler.java191 public SchedulableEvent getNextEvent(long time) { in getNextEvent()
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
DGLES20TriangleRenderer.java71 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java129 long time = DATE_FORMATTER.parse(dateStr.trim()).getTime(); in buildVoicemailObjectFromUiElements() local
/development/apps/Development/src/com/android/development/
DBadBehaviorActivity.java104 public boolean appCrashed(String proc, int pid, String m, String m2, long time, String st) { in appCrashed()
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
DCalendarQueryService.java109 Time time = new Time(); in onHandleIntent() local
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublisher.java264 static String formatTime(long time) { in formatTime()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java577 GregorianCalendar time = null; in inventLogcatTimes() local

12