OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leftViewWidth
(Results
1 - 3
of
3
) sorted by null
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java
601
final int
leftViewWidth
= (Integer)((View)getParent().getParent()).getTag(
617
left =
leftViewWidth
+ (int)((mediaItemStartTimeMs * viewWidth) /
621
right =
leftViewWidth
+ (int)(((mediaItemStartTimeMs + durationMs) *
627
left =
leftViewWidth
+ (int)(((mediaItemStartTimeMs + startTimeMs -
631
right =
leftViewWidth
+ (int)(((mediaItemStartTimeMs + startTimeMs -
635
left =
leftViewWidth
+ (int)(((mediaItemStartTimeMs +
638
right =
leftViewWidth
+ (int)(((mediaItemStartTimeMs
643
left =
leftViewWidth
+ (int)((mediaItemStartTimeMs * viewWidth) /
645
right =
leftViewWidth
+ (int)(((mediaItemStartTimeMs
670
view.layout(left, 0, left +
leftViewWidth
, b - t)
[
all
...]
AudioTrackLinearLayout.java
528
final int
leftViewWidth
= (Integer)((View)getParent().getParent()).getTag(
553
leftViewWidth
;
563
childView.layout(left, 0, left +
leftViewWidth
, mAudioTrackHeight);
564
left +=
leftViewWidth
;
MediaLinearLayout.java
[
all
...]
Completed in 25 milliseconds