Home
last modified time | relevance | path

Searched refs:layerName (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java426 Rect extensionRect, int xPos, int yPos, String layerName, in createExtensionSurface() argument
429 doCreateExtensionSurface(leash, edgeBounds, extensionRect, xPos, yPos, layerName, in createExtensionSurface()
435 Rect extensionRect, int xPos, int yPos, String layerName, in doCreateExtensionSurface() argument
459 .setName(layerName) in doCreateExtensionSurface()
H A DInputManagerCallback.java377 + "potentially indicates a GPU hang.", message, stalledTransactionInfo.layerName, in timeoutMessage()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitionAnimationHelper.java332 @NonNull String layerName, @NonNull SurfaceControl.Transaction startTransaction, in createExtensionSurface() argument
335 .setName(layerName) in createExtensionSurface()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp263 jfieldID layerName; member
2057 env->SetObjectField(jStalledTransactionInfo, gStalledTransactionInfoClassInfo.layerName, in nativeGetStalledTransactionInfo()
2058 env->NewStringUTF(String8{stalledTransactionInfo->layerName})); in nativeGetStalledTransactionInfo()
2565 gStalledTransactionInfoClassInfo.layerName = in register_android_view_SurfaceControl()