Searched refs:mDriver (Results 1 – 4 of 4) sorted by relevance
384 private BoundsAnimationDriver mDriver; field in BoundsAnimationControllerTests399 mDriver = new BoundsAnimationDriver(mController, mTarget); in setUp()407 mDriver.start(BOUNDS_FULL, BOUNDS_FLOATING) in testFullscreenToFloatingTransition()419 mDriver.start(BOUNDS_FLOATING, BOUNDS_FULL) in testFloatingToFullscreenTransition()431 mDriver.start(BOUNDS_FLOATING, BOUNDS_SMALLER_FLOATING) in testFloatingToSmallerFloatingTransition()443 mDriver.start(BOUNDS_SMALLER_FLOATING, BOUNDS_FLOATING) in testFloatingToLargerFloatingTransition()457 mDriver.start(BOUNDS_FULL, BOUNDS_FLOATING) in testFullscreenToFloatingCancelFromTarget()467 mDriver.start(BOUNDS_FULL, BOUNDS_FLOATING) in testFullscreenToFloatingCancelFromAnimationToSameBounds()478 mDriver.start(BOUNDS_FULL, BOUNDS_FLOATING) in testFullscreenToFloatingCancelFromAnimationToFloatingBounds()489 mDriver.start(BOUNDS_FULL, BOUNDS_FLOATING) in testFullscreenToFloatingCancelFromAnimationToFullscreenBounds()[all …]
49 private final SQLiteCursorDriver mDriver; field in SQLiteCursor102 mDriver = driver; in SQLiteCursor()200 mDriver.cursorDeactivated(); in deactivate()208 mDriver.cursorClosed(); in close()229 mDriver.cursorRequeried(this); in requery()251 mDriver.setBindArguments(selectionArgs); in setSelectionArguments()
219 mDriver = driver; in setDriver()551 CHECK(mDriver != NULL); in onMessageReceived()552 sp<NuPlayerDriver> driver = mDriver.promote(); in onMessageReceived()731 if (mDriver != NULL && mSource->getDuration(&durationUs) == OK) { in onMessageReceived()732 sp<NuPlayerDriver> driver = mDriver.promote(); in onMessageReceived()1572 sp<NuPlayerDriver> driver = mDriver.promote(); in onPause()1959 if (mDriver == NULL) { in notifyListener()1963 sp<NuPlayerDriver> driver = mDriver.promote(); in notifyListener()2227 if (mDriver != NULL) { in performReset()2228 sp<NuPlayerDriver> driver = mDriver.promote(); in performReset()[all …]
156 wp<NuPlayerDriver> mDriver; member