Searched refs:setBoundsUnchecked (Results 1 – 5 of 5) sorted by relevance
1380 task.setBoundsUnchecked(bounds); in testDeferPendingTaskFragmentEventsOfInvisibleTask()1464 task.setBoundsUnchecked(bounds); in testCanSendPendingTaskFragmentEventsAfterActivityResumed()1538 task.setBoundsUnchecked(bounds); in testPendingTaskFragmentInfoChangedEvent_emptyTaskFragment()1730 task.setBoundsUnchecked(taskBounds); in testApplyTransaction_setRelativeBounds()1760 task.setBoundsUnchecked(taskBounds); in testUntrustedEmbedding_setRelativeBounds_adjustToTaskBounds()1775 task.setBoundsUnchecked(taskBounds); in testUntrustedEmbedding_setRelativeBounds_adjustToTaskBounds()
150 task.setBoundsUnchecked(new Rect(0, 0, 1000, 1000)); in testShouldStartChangeTransition_relativePositionChange()182 task.setBoundsUnchecked(new Rect(0, 0, 1000, 1000)); in testStartChangeTransition_resetSurface()
2739 int setBoundsUnchecked(@NonNull Rect bounds) { in setBoundsUnchecked() method in Task6136 return setBoundsUnchecked(!inMultiWindowMode() ? null : bounds);
2165 rootTask.setBoundsUnchecked(taskFragment.getBounds()); in moveActivityToPinnedRootTask()
28458 PLcom/android/server/wm/Task;->setBoundsUnchecked(Landroid/graphics/Rect;)I