Home
last modified time | relevance | path

Searched refs:wrappers (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java248 final RemoteAnimationRecord wrappers = mPendingAnimations.get(i); in createAppAnimations() local
249 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 …]
/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/random_parcel/
DAndroid.bp10 wrapper_src: "wrappers/RandomParcelWrapper.hpp",
/frameworks/native/libs/fakeservicemanager/
DAndroid.bp49 wrapper_src: "rust/wrappers/FakeServiceManagerWrapper.hpp",
/frameworks/base/libs/services/
DAndroid.bp15 // Provides C++ wrappers for system services.
/frameworks/base/libs/tracingproxy/
DAndroid.bp15 // Provides C++ wrappers for system services.
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
Dtimestats_atoms.proto25 // These wrappers are so that we can pass a List<Atom> as a single byte string.
/frameworks/layoutlib/create/
DREADME.txt201 Some of the Android classes are basically wrappers over native objects and since we don't have the