Home
last modified time | relevance | path

Searched defs:onSplitScreenSecondaryBoundsChanged (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
H A DIOverviewProxy.aidl77 void onSplitScreenSecondaryBoundsChanged(in Rect bounds, in Rect insets) = 17; in onSplitScreenSecondaryBoundsChanged() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTouchInteractionService.java264 public void onSplitScreenSecondaryBoundsChanged(Rect bounds, Rect insets) { in onSplitScreenSecondaryBoundsChanged() method in TouchInteractionService.TISBinder