Home
last modified time | relevance | path

Searched refs:outFrame (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DMotionSensor.java84 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues(); in onProcess() local
86 outFrame.setValues(mValues); in onProcess()
88 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L); in onProcess()
89 outPort.pushFrame(outFrame); in onProcess()
DNormFilter.java59 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
60 outFrame.setValue(norm); in onProcess()
61 outPort.pushFrame(outFrame); in onProcess()
DStatsFilter.java104 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
105 outFrame.setValue(mStats[MEAN_INDEX]); in onProcess()
106 outPort.pushFrame(outFrame); in onProcess()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DMotionSensorWTime.java90 FrameValues outFrame = outPort.fetchAvailableFrame(null).asFrameValues(); in onProcess() local
103 outFrame.setValues(mAvgValues); in onProcess()
105 outFrame.setTimestamp(System.currentTimeMillis() * 1000000L); in onProcess()
106 outPort.pushFrame(outFrame); in onProcess()
DAverageFilter.java68 FrameValue outFrame = outPort.fetchAvailableFrame(null).asFrameValue(); in onProcess() local
69 outFrame.setValue(output); in onProcess()
70 outPort.pushFrame(outFrame); in onProcess()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl47 in int viewVisibility, in int layerStackId, out Rect outFrame, in addToDisplay() argument
53 out Rect outFrame, out Rect outContentInsets, out Rect outStableInsets, in addToDisplayAsUser() argument
110 int flags, long frameNumber, out Rect outFrame, in relayout() argument
DWindowlessWindowManager.java131 int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, in addToDisplay() argument
167 int viewVisibility, int displayId, int userId, Rect outFrame, in addToDisplayAsUser() argument
172 outFrame, outContentInsets, outStableInsets, outDisplayCutout, outInputChannel, in addToDisplayAsUser()
226 Rect outFrame, Rect outContentInsets, Rect outVisibleInsets, in relayout() argument
257 outFrame.set(0, 0, attrs.width, attrs.height); in relayout()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java160 int viewVisibility, int displayId, Rect outFrame, Rect outContentInsets, in addToDisplay() argument
164 return mService.addWindow(this, window, seq, attrs, viewVisibility, displayId, outFrame, in addToDisplay()
172 int viewVisibility, int displayId, int userId, Rect outFrame, in addToDisplayAsUser() argument
176 return mService.addWindow(this, window, seq, attrs, viewVisibility, displayId, outFrame, in addToDisplayAsUser()
204 Rect outFrame, Rect outContentInsets, Rect outVisibleInsets, in relayout() argument
215 outFrame, outContentInsets, outVisibleInsets, in relayout()
DDisplayPolicy.java1311 boolean getLayoutHint(LayoutParams attrs, WindowToken windowToken, Rect outFrame,
1339 outFrame.set(displayFrames.mUnrestricted);
1341 outFrame.set(displayFrames.mRestricted);
1362 outFrame.intersect(taskBounds);
1364 InsetUtils.insetsBetweenFrames(outFrame, cf, outContentInsets);
1365 InsetUtils.insetsBetweenFrames(outFrame, sf, outStableInsets);
1366 outDisplayCutout.set(displayFrames.mDisplayCutout.calculateRelativeTo(outFrame)
1371 outFrame.set(displayFrames.mUnrestricted);
1373 outFrame.set(displayFrames.mStable);
1376 outFrame.intersect(taskBounds);
DWindowState.java1320 void getCompatFrame(Rect outFrame) { in getCompatFrame() argument
1321 outFrame.set(mWindowFrames.mCompatFrame); in getCompatFrame()
1324 void getCompatFrameSize(Rect outFrame) { in getCompatFrameSize() argument
1325 outFrame.set(0, 0, mWindowFrames.mCompatFrame.width(), mWindowFrames.mCompatFrame.height()); in getCompatFrameSize()
5776 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
5783 outFrame.set(getFrameLw()); in getAnimationFrames()
5790 outFrame.set(getTask().getBounds()); in getAnimationFrames()
5794 outFrame.set(getTask().getParent().getBounds()); in getAnimationFrames()
5796 outFrame.set(getContainingFrame()); in getAnimationFrames()
DWindowContainer.java2600 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
2603 outFrame.set(0, 0, displayInfo.appWidth, displayInfo.appHeight); in getAnimationFrames()
DWindowManagerService.java1374 LayoutParams attrs, int viewVisibility, int displayId, Rect outFrame, in addWindow() argument
1684 if (displayPolicy.getLayoutHint(win.mAttrs, token, outFrame, outContentInsets, in addWindow()
2109 long frameNumber, Rect outFrame, Rect outContentInsets, in relayoutWindow() argument
2409 win.getCompatFrame(outFrame); in relayoutWindow()
2420 + "\nRelayout returning frame=" + outFrame in relayoutWindow()
2431 "Relayout complete " + win + ": outFrame=" + outFrame.toShortString()); in relayoutWindow()
DTask.java2953 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
2957 windowState.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
2959 super.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
DActivityRecord.java7815 void getAnimationFrames(Rect outFrame, Rect outInsets, Rect outStableInsets, in getAnimationFrames() argument
7821 win.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in getAnimationFrames()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java689 final Rect outFrame = new Rect(); in layoutHint_appWindow() local
695 mDisplayPolicy.getLayoutHint(mWindow.mAttrs, null /* windowToken */, outFrame, in layoutHint_appWindow()
698 assertThat(outFrame, is(mFrames.mUnrestricted)); in layoutHint_appWindow()
717 final Rect outFrame = new Rect(); in layoutHint_appWindowInTask() local
723 mDisplayPolicy.getLayoutHint(mWindow.mAttrs, mWindow.mToken, outFrame, in layoutHint_appWindowInTask()
726 assertThat(outFrame, is(taskBounds)); in layoutHint_appWindowInTask()
751 final Rect outFrame = new Rect(); in layoutHint_appWindowInTask_outsideContentFrame() local
757 mDisplayPolicy.getLayoutHint(mWindow.mAttrs, mWindow.mToken, outFrame, outContentInsets, in layoutHint_appWindowInTask_outsideContentFrame()
760 assertThat(outFrame, is(taskBounds)); in layoutHint_appWindowInTask_outsideContentFrame()
DDisplayContentTests.java1140 final Rect outFrame = new Rect(); in testApplyTopFixedRotationTransform() local
1144 mAppWindow.getAnimationFrames(outFrame, outInsets, outStableInsets, outSurfaceInsets); in testApplyTopFixedRotationTransform()
1146 assertEquals(mDisplayContent.getBounds(), outFrame); in testApplyTopFixedRotationTransform() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DSystemWindows.java285 long frameNumber, Rect outFrame, Rect outOverscanInsets, Rect outContentInsets, in relayout() argument
292 viewVisibility, flags, frameNumber, outFrame, outOverscanInsets, in relayout()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DMagnificationController.java389 void getMagnifiedFrameInContentCoordsLocked(Rect outFrame) { in getMagnifiedFrameInContentCoordsLocked() argument
393 getMagnificationBounds(outFrame); in getMagnifiedFrameInContentCoordsLocked()
394 outFrame.offset((int) -offsetX, (int) -offsetY); in getMagnifiedFrameInContentCoordsLocked()
395 outFrame.scale(1.0f / scale); in getMagnifiedFrameInContentCoordsLocked()