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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DBoundsAnimationControllerTests.java217 startImpl(from, to);
247 startImpl(mTarget.mStackBounds, to);
260 private BoundsAnimationDriver startImpl(Rect from, Rect to) { method in class:BoundsAnimationControllerTests.BoundsAnimationDriver
/frameworks/base/media/java/android/media/
H A DAudioTrack.java1964 //FIXME use lambda to pass startImpl to superclass
1967 startImpl();
1978 startImpl();
1982 // call to start() and the execution of startImpl()
1989 private void startImpl() { method in class:AudioTrack
H A DMediaPlayer.java1291 //FIXME use lambda to pass startImpl to superclass
1294 startImpl();
1305 startImpl();
1309 // call to start() and the execution of startImpl()
1316 private void startImpl() { method in class:MediaPlayer

Completed in 3380 milliseconds