Searched refs:layerName (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceAnimationRunner.java | 426 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 D | InputManagerCallback.java | 377 + "potentially indicates a GPU hang.", message, stalledTransactionInfo.layerName, in timeoutMessage()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | TransitionAnimationHelper.java | 332 @NonNull String layerName, @NonNull SurfaceControl.Transaction startTransaction, in createExtensionSurface() argument 335 .setName(layerName) in createExtensionSurface()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 263 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()
|