Searched refs:mSurfaces (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | OutputConfiguration.java | 561 mSurfaces.add(surface); in OutputConfiguration() 929 mSurfaces.add(surface); in addSurface() 1159 this.mSurfaces = other.mSurfaces; in OutputConfiguration() 1209 mSurfaces = surfaces; in OutputConfiguration() 1213 mSurfaces = surfaces; in OutputConfiguration() 1214 if (mSurfaces.size() > 0) { in OutputConfiguration() 1255 if (mSurfaces.size() == 0) { in getSurface() 1259 return mSurfaces.get(0); in getSurface() 1345 dest.writeTypedList(mSurfaces); in writeToParcel() 1401 int minLen = Math.min(mSurfaces.size(), other.mSurfaces.size()); in equals() [all …]
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LetterboxTest.java | 53 SurfaceControlMocker mSurfaces; field in LetterboxTest 65 mSurfaces = new SurfaceControlMocker(); in setUp() 66 mLetterbox = new Letterbox(mSurfaces, StubTransaction::new, in setUp() 176 verify(mTransaction).setPosition(mSurfaces.top, -1000, -2000); in testSurfaceOrigin_applied() 200 verify(mTransaction).setAlpha(mSurfaces.top, 1.0f); in testNeedsApplySurfaceChanges_wallpaperBackgroundRequested() 216 verify(mTransaction).reparent(mSurfaces.top, mParentSurface); in testNeedsApplySurfaceChanges_setParentSurface() 224 verify(mTransaction).reparent(mSurfaces.top, mParentSurface); in testNeedsApplySurfaceChanges_setParentSurface() 232 assertNull(mSurfaces.fullWindowSurface); in testApplySurfaceChanges_cornersNotRounded_surfaceFullWindowSurfaceNotCreated() 241 assertNotNull(mSurfaces.fullWindowSurface); in testApplySurfaceChanges_cornersRounded_surfaceFullWindowSurfaceCreated() 250 assertNotNull(mSurfaces.fullWindowSurface); in testApplySurfaceChanges_wallpaperBackground_surfaceFullWindowSurfaceCreated() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Letterbox.java | 73 private final LetterboxSurface[] mSurfaces = { mLeft, mTop, mRight, mBottom }; field in Letterbox 157 for (LetterboxSurface surface : mSurfaces) { in notIntersectsOrFullyContains() 170 return (emptyCount + noOverlappingCount) == mSurfaces.length; in notIntersectsOrFullyContains() 189 for (LetterboxSurface surface : mSurfaces) { in destroy() 200 for (LetterboxSurface surface : mSurfaces) { in needsApplySurfaceChanges() 212 for (LetterboxSurface surface : mSurfaces) { in applySurfaceChanges() 216 for (LetterboxSurface surface : mSurfaces) { in applySurfaceChanges() 229 for (LetterboxSurface surface : mSurfaces) { in attachInput() 236 for (LetterboxSurface surface : mSurfaces) { in onMovedToDisplay()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
H A D | ShadeTouchHandler.java | 39 private final Optional<CentralSurfaces> mSurfaces; field in ShadeTouchHandler 47 mSurfaces = centralSurfaces; in ShadeTouchHandler() 54 if (mSurfaces.map(CentralSurfaces::isBouncerShowing).orElse(false)) { in onSessionStart()
|
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
H A D | SurfaceCompositionTest.java | 80 "performance score. " + score.mSurfaces + " < " + in testSurfaceCompositionPerformance() 82 score.mSurfaces >= minScores[i]); in testSurfaceCompositionPerformance() 85 status.putDouble(KEY_SURFACE_COMPOSITION_PERFORMANCE, score.mSurfaces); in testSurfaceCompositionPerformance()
|
H A D | SurfaceCompositionMeasuringActivity.java | 106 double mSurfaces; field in SurfaceCompositionMeasuringActivity.CompositorScore 111 return DOUBLE_FORMAT.format(mSurfaces) + " surfaces. " + in toString() 129 score.mSurfaces = measureCompositionScore(new Measurement(0, 60.0), in measureCompositionScore() 132 score.mBandwidth = score.mSurfaces * mTargetFPS * mWidth * mHeight * 4.0; in measureCompositionScore()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 19347 Landroid/hardware/camera2/params/OutputConfiguration;->mSurfaces:Ljava/util/ArrayList;
|