Home
last modified time | relevance | path

Searched defs:changeBounds (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DClippingText.java52 ChangeBounds changeBounds = new ChangeBounds(); in onCreate() local
H A DCrossfadeMultiple.java71 ChangeBounds changeBounds = new ChangeBounds(); in onCreate() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragPositioningCallbackUtility.java66 static boolean changeBounds(int ctrlType, Rect repositionTaskBounds, Rect taskBoundsAtDragStart, in changeBounds() method in DragPositioningCallbackUtility