Searched refs:wrappers (Results 1 – 3 of 3) sorted by relevance
162 final RemoteAnimationRecord wrappers = mPendingAnimations.get(i); in createAnimations() local163 final RemoteAnimationTarget target = wrappers.createRemoteAnimationTarget(); in createAnimations()165 if (DEBUG_REMOTE_ANIMATIONS) Slog.d(TAG, "\tAdd token=" + wrappers.mAppWindowToken); in createAnimations()169 + wrappers.mAppWindowToken); in createAnimations()173 if (wrappers.mAdapter != null in createAnimations()174 && wrappers.mAdapter.mCapturedFinishCallback != null) { in createAnimations()175 wrappers.mAdapter.mCapturedFinishCallback in createAnimations()176 .onAnimationFinished(wrappers.mAdapter); in createAnimations()178 if (wrappers.mThumbnailAdapter != null in createAnimations()179 && wrappers.mThumbnailAdapter.mCapturedFinishCallback != null) { in createAnimations()[all …]
15 // Provides C++ wrappers for system services.
208 Some of the Android classes are basically wrappers over native objects and since we don't have the