HomeSort by relevance Sort by last modified time
    Searched refs:mPlaybackInProgress (Results 1 - 3 of 3) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 66 private boolean mPlaybackInProgress;
184 if (mPlaybackInProgress) {
197 if (mPlaybackInProgress) {
313 mPlaybackInProgress = inProgress;
OverlayLinearLayout.java 69 private boolean mPlaybackInProgress;
108 !mPlaybackInProgress;
174 if (mPlaybackInProgress) {
211 if (mPlaybackInProgress) {
244 if (mPlaybackInProgress) {
366 mPlaybackInProgress = inProgress;
    [all...]
MediaLinearLayout.java 98 private boolean mPlaybackInProgress;
135 !mPlaybackInProgress;
343 !mPlaybackInProgress;
393 if (mPlaybackInProgress) {
426 if (mPlaybackInProgress) {
447 if (mPlaybackInProgress) {
456 if (mPlaybackInProgress) {
589 mPlaybackInProgress = inProgress;
    [all...]

Completed in 6356 milliseconds