OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findClosestSnapBounds
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/policy/
PipSnapAlgorithm.java
109
public Rect
findClosestSnapBounds
(Rect movementBounds, Rect stackBounds, float velocityX,
123
return
findClosestSnapBounds
(movementBounds, finalStackBounds);
130
public Rect
findClosestSnapBounds
(Rect movementBounds, Rect stackBounds) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMotionHelper.java
205
Rect toBounds = mSnapAlgorithm.
findClosestSnapBounds
(movementBounds, stackBounds);
250
Rect toBounds = mSnapAlgorithm.
findClosestSnapBounds
(movementBounds, mBounds,
286
Rect toBounds = mSnapAlgorithm.
findClosestSnapBounds
(movementBounds, mBounds,
310
Rect toBounds = mSnapAlgorithm.
findClosestSnapBounds
(movementBounds, mBounds);
Completed in 823 milliseconds