Home
last modified time | relevance | path

Searched defs:taskSize (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DLayoutUtils.java44 Rect taskSize = new Rect(); in getShelfTrackingDistance() local
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindowTest.java79 Point taskSize = new Point(taskBounds.width(), taskBounds.height()); in setupSurface() local
89 private TaskSnapshot createTaskSnapshot(int width, int height, Point taskSize, in createTaskSnapshot()
H A DStartingSurfaceDrawerTests.java321 private TaskSnapshot createTaskSnapshot(int width, int height, Point taskSize, in createTaskSnapshot()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DOverviewModalTaskState.java74 Point taskSize = activity.<RecentsView>getOverviewPanel().getSelectedTaskSize(); in getOverviewScaleAndOffsetForModalState() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotSurfaceTest.java86 Point taskSize = new Point(taskBounds.width(), taskBounds.height()); in setupSurface() local
96 Point taskSize, Rect contentInsets) { in createTaskSnapshot()
H A DTaskSnapshotControllerTest.java148 final Point taskSize = new Point(9, 10); in testSnapshotBuilder() local
H A DTaskSnapshotPersisterTestBase.java201 Point taskSize = new Point((int) (SNAPSHOT_WIDTH / mScaleFraction), in build() local
H A DRecentTasksTest.java1238 private TaskSnapshot createSnapshot(Point taskSize, Point bufferSize) { in createSnapshot()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
H A DThumbnailData.java80 Point taskSize = snapshot.getTaskSize(); in makeThumbnail() local
/aosp12/frameworks/base/core/java/android/window/
H A DTaskSnapshot.java70 @NonNull ColorSpace colorSpace, int orientation, int rotation, Point taskSize, in TaskSnapshot()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotLoader.java187 Point taskSize; in loadTask() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java478 final int taskSize = mStartingWindowRecords.size(); in clearAllWindows() local
H A DTaskSnapshotWindow.java202 final Point taskSize = snapshot.getTaskSize(); in create() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1095 int taskSize = (int) (mOrientationHandler.getMeasuredSize(tv) * tv.getSizeAdjustment( in isTaskViewWithinBounds() local
1105 int taskSize = (int) (mOrientationHandler.getMeasuredSize(tv) * tv.getSizeAdjustment( in isTaskViewFullyWithinBounds() local
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManager.java1796 public @Nullable Point taskSize; field in ActivityManager.RecentTaskInfo.PersistedTaskSnapshotData