Searched refs:mSurfacePackage (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameSessionRecord.java | 50 private final SurfacePackage mSurfacePackage; field in GameSessionRecord 72 this.mSurfacePackage = surfacePackage; in GameSessionRecord() 136 return mSurfacePackage; in getSurfacePackage() 151 + mSurfacePackage in toString() 170 && Objects.equals(mSurfacePackage, that.mSurfacePackage); in equals() 176 mTaskId, mState, mRootComponentName, mIGameSession, mState, mSurfacePackage); in hashCode()
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SplashScreenView.java | 147 mSurfacePackage = parcelable.mSurfacePackage; in createFromParcel() 262 || mSurfacePackage != null) { in build() 327 if (mSurfacePackage == null) { in createSurfaceView() 343 view.mSurfacePackage = surfacePackage; in createSurfaceView() 351 view.mSurfacePackage = mSurfacePackage; in createSurfaceView() 415 mSurfacePackage.release(); in onCopied() 416 mSurfacePackage = null; in onCopied() 465 if (mSurfacePackage == null) { in syncTransferSurfaceOnDraw() 612 mSurfacePackage = null; in releaseAnimationSurfaceHost() 711 mSurfacePackage = view.mSurfacePackageCopy; in SplashScreenViewParcelable() [all …]
|
H A D | SurfaceSyncGroup.md | 104 syncGroup.addToSync(mSurfacePackage, () -> {
|
/aosp14/frameworks/base/core/java/android/service/games/ |
H A D | CreateGameSessionResult.java | 55 private final SurfaceControlViewHost.SurfacePackage mSurfacePackage; field in CreateGameSessionResult 61 mSurfacePackage = surfacePackage; in CreateGameSessionResult() 71 return mSurfacePackage; in getSurfacePackage() 82 dest.writeParcelable(mSurfacePackage, flags); in writeToParcel()
|
/aosp14/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/ |
H A D | SurfaceControlViewHostSyncTest.java | 50 private SurfacePackage mSurfacePackage; field in SurfaceControlViewHostSyncTest 110 if (mSurfacePackage == null) { in resize() 135 syncGroup.add(mSurfacePackage, resizeRunnable); in resize() 166 && mSurfacePackage != null; in isReadyToAttach() 177 mSurfacePackage = surfacePackage; in loadEmbedded() 195 mSv.setChildSurfacePackage(mSurfacePackage); in attachEmbedded()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestion.java | 292 private SurfaceControlViewHost.SurfacePackage mSurfacePackage; field in InlineSuggestion.InlineContentCallbackImpl 340 mSurfacePackage = content; in handleOnFirstContentReceived() 341 if (mSurfacePackage == null) { in handleOnFirstContentReceived() 371 if (mSurfacePackage != null || mSurfacePackageConsumer == null) { in handleOnSurfacePackage() 381 mSurfacePackage = surfacePackage; in handleOnSurfacePackage() 382 if (mSurfacePackage == null) { in handleOnSurfacePackage() 386 mSurfacePackageConsumer.accept(mSurfacePackage); in handleOnSurfacePackage() 393 if (mSurfacePackage != null) { in handleOnSurfacePackageReleased() 399 mSurfacePackage = null; in handleOnSurfacePackageReleased() 410 if (mSurfacePackage != null) { in handleGetSurfacePackage() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | AdminSecondaryLockScreenControllerTest.java | 84 private SurfaceControlViewHost.SurfacePackage mSurfacePackage; field in AdminSecondaryLockScreenControllerTest 105 mSurfacePackage = (new SurfaceControlViewHost(mContext, display, in setUp() 122 callback.onRemoteContentReady(mSurfacePackage); in testShow() 151 callback.onRemoteContentReady(mSurfacePackage); in testHide()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceView.java | 303 SurfaceControlViewHost.SurfacePackage mSurfacePackage; field in SurfaceView 828 if (mSurfacePackage != null) { in releaseSurfaces() 837 mSurfacePackage.release(); in releaseSurfaces() 838 mSurfacePackage = null; in releaseSurfaces() 880 if (mSurfacePackage != null) { in performSurfaceTransaction() 1878 final SurfaceControl lastSc = mSurfacePackage != null ? in setChildSurfacePackage() 1879 mSurfacePackage.getSurfaceControl() : null; in setChildSurfacePackage() 1884 mSurfacePackage.release(); in setChildSurfacePackage() 1889 mSurfacePackage = p; in setChildSurfacePackage() 2000 if (mSurfacePackage == null || viewRoot == null) { in requestEmbeddedFocus() [all …]
|