Searched refs:wrappers (Results 1 – 7 of 7) sorted by relevance
248 final RemoteAnimationRecord wrappers = mPendingAnimations.get(i); in createAppAnimations() local249 final RemoteAnimationTarget target = wrappers.createRemoteAnimationTarget(); in createAppAnimations()252 wrappers.mWindowContainer); in createAppAnimations()256 wrappers.mWindowContainer); in createAppAnimations()260 if (wrappers.mAdapter != null in createAppAnimations()261 && wrappers.mAdapter.mCapturedFinishCallback != null) { in createAppAnimations()262 wrappers.mAdapter.mCapturedFinishCallback in createAppAnimations()263 .onAnimationFinished(wrappers.mAdapter.mAnimationType, in createAppAnimations()264 wrappers.mAdapter); in createAppAnimations()266 if (wrappers.mThumbnailAdapter != null in createAppAnimations()[all …]
10 wrapper_src: "wrappers/RandomParcelWrapper.hpp",
49 wrapper_src: "rust/wrappers/FakeServiceManagerWrapper.hpp",
15 // Provides C++ wrappers for system services.
25 // These wrappers are so that we can pass a List<Atom> as a single byte string.
201 Some of the Android classes are basically wrappers over native objects and since we don't have the