Home
last modified time | relevance | path

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

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