/external/webkit/WebKit/chromium/public/ |
WebMediaPlayer.h | 115 virtual float duration() const = 0;
|
/external/webkit/WebKit/chromium/src/ |
WebMediaPlayerClientImpl.h | 76 virtual float duration() const;
|
WebMediaPlayerClientImpl.cpp | 192 float WebMediaPlayerClientImpl::duration() const function in class:WebKit::WebMediaPlayerClientImpl 195 return m_webMediaPlayer->duration();
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
httpread.h | 81 int timeout_seconds /* 0; or total duration timeout period */
|
/frameworks/base/core/res/res/values/ |
config.xml | 34 <!-- The duration (in milliseconds) of a short animation. --> 37 <!-- The duration (in milliseconds) of a medium-length animation. --> 40 <!-- The duration (in milliseconds) of a long animation. --> 43 <!-- The duration (in milliseconds) that the radio will scan for a signal
|
/frameworks/base/libs/utils/ |
Timers.cpp | 76 // Get the duration in microseconds.
|
/frameworks/base/tools/preload/ |
LoadedClass.java | 83 /** Calculates the median duration for a list of operations. */
|
Operation.java | 22 * An operation with a duration. Could represent a class load or initialization.
|
/packages/apps/Contacts/res/layout-finger/ |
call_detail.xml | 60 <TextView android:id="@+id/duration"
|
/packages/apps/Mms/src/com/android/mms/model/ |
SmilHelper.java | 148 // Set duration to eight seconds by default. 360 int duration = media.getDuration(); local 361 if (duration != 0) { 362 sme.setDur((float) duration / 1000);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
Time.java | 37 * container ends its simple duration (including when it repeats or
|
/packages/apps/Stk/src/com/android/stk/ |
StkDialogActivity.java | 182 int dialogDuration = StkApp.calculateDurationInMilis(mTextMsg.duration);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
SysinfoPanel.java | 566 String duration = line.substring(61, 70).trim(); local 567 // Duration is MM:SS or HH:MM:SS (DateUtils.formatElapsedTime) 568 String durParts[] = duration.split(":"); 573 } else if (duration.length() == 3) {
|
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.cpp | 857 static inline double solveEpsilon(double duration) 859 return 1.0 / (200.0 * duration); 862 static inline double solveCubicBezierFunction(qreal p1x, qreal p1y, qreal p2x, qreal p2y, double t, double duration) 865 return bezier.solve(t, solveEpsilon(duration)); 870 static inline qreal applyTimingFunction(const TimingFunction& timingFunction, qreal progress, int duration) 879 double(progress), double(duration) / 1000); 923 virtual int duration() const { return m_duration; } function in class:WebCore::AnimationQtBase [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackActivity.java | 743 mService.seek(mService.duration() * seekpercentage / 100); 897 long duration = mService.duration(); local 898 mStartSeekPos += duration; 899 newpos += duration; 933 long duration = mService.duration(); local [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_Genres_MembersTest.java | 166 assertEquals(Audio1.DURATION, c.getLong(c.getColumnIndex(Members.DURATION)));
|
/external/icu4c/i18n/unicode/ |
tmutfmt.h | 15 * \brief C++ API: Format and parse duration in single time unit 85 * For example, for English, the full name for hour duration is "3 hours",
|
/external/opencore/android/author/ |
authordriver.h | 313 // Limit either the duration of the recording or the resulting file size 314 // If "limit_is_duration" is true, "limit" holds the maximum duration in
|
/external/opencore/fileformats/mp4/composer/include/ |
movieatom.h | 59 // Get the duration of the movie 101 // and is used for the duration computation in the track headers
|
/external/opencore/nodes/streaming/streamingmanager/plugins/common/include/ |
pvmf_sm_fsp_base_metadata.h | 41 static const char PVMFSTREAMINGMGRNODE_DURATION_KEY[] = "duration"; 48 static const char PVMFSTREAMINGMGRNODE_TRACKINFO_DURATION_KEY[] = "track-info/duration";
|
/external/webkit/WebCore/css/ |
CSSPropertyNames.in | 153 -webkit-animation-duration 255 -webkit-transition-duration
|
/frameworks/base/include/media/ |
MediaProfiles.h | 55 * duration - the recording duration.
|
/packages/apps/Contacts/src/com/android/contacts/ |
TextHighlightingAnimation.java | 209 public TextHighlightingAnimation(int duration) { 210 mDuration = duration;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
whalTrace.c | 224 pData->FrameHeader.duration = ENDIAN_HANDLE_WORD(pData->FrameHeader.duration);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnAppApi.c | 98 /* check if the last OID scan didn't start at a shorter duration than the configured minimum */ 104 ("Last OID scan performed at:%d, now is:%d, min duration is %d, too early for another scan!\n", \
|