Searched refs:mAudioTrackHeight (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DAudioTrackLinearLayout.java59 private final int mAudioTrackHeight; field in class:AudioTrackLinearLayout
248 mAudioTrackHeight = (int)context.getResources().getDimension(R.dimen.audio_layout_height);
515 childView.layout(left, 0, left, mAudioTrackHeight);
517 childView.layout(left, 0, left + mHalfParentWidth, mAudioTrackHeight);
551 childView.layout(trackLeft, 0, trackLeft + width, mAudioTrackHeight);
556 mAudioTrackHeight);
560 childView.layout(left, 0, left + leftViewWidth, mAudioTrackHeight);
563 childView.layout(left, 0, getWidth(), mAudioTrackHeight);

Completed in 19 milliseconds