Home | History | Annotate | Download | only in widgets

Lines Matching refs:endMs

1775         long endMs = 0;
1782 endMs += mediaItem.getAppTimelineDuration();
1785 endMs -= endTransition.getAppDuration();
1789 return endMs;
1803 long endMs = 0;
1810 endMs = beginMs + mediaItem.getAppTimelineDuration();
1814 endMs -= mediaItem.getEndTransition().getAppDuration();
1818 if (timeMs > beginMs && timeMs <= endMs) {
1848 beginMs = endMs;
1860 long endMs = 0;
1867 endMs = beginMs + mediaItem.getAppTimelineDuration();
1871 endMs -= mediaItem.getEndTransition().getAppDuration();
1875 if (timeMs >= beginMs && timeMs < endMs) {
1883 return endMs;
1887 return endMs;
1892 return endMs;
1897 return endMs;
1901 beginMs = endMs;