OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:playheadoffset
(Results
1 - 1
of
1
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TimelineHorizontalScrollView.java
242
final int
playheadOffset
= (Integer)getTag(R.id.playhead_offset);
244
if (
playheadOffset
< 0) {
249
startX =
playheadOffset
;
Completed in 225 milliseconds