OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMovementBounds
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
PinnedStackController.java
230
getMovementBounds
(stackBounds));
238
mSnapAlgorithm.applySnapFraction(stackBounds,
getMovementBounds
(stackBounds), snapFraction);
240
applyMinimizedOffset(stackBounds,
getMovementBounds
(stackBounds));
295
final Rect preChangeMovementBounds =
getMovementBounds
(postChangeStackBounds);
302
final Rect postChangeMovementBounds =
getMovementBounds
(postChangeStackBounds,
446
private Rect
getMovementBounds
(Rect stackBounds) {
448
return
getMovementBounds
(stackBounds, true /* adjustForIme */);
456
private Rect
getMovementBounds
(Rect stackBounds, boolean adjustForIme) {
462
mSnapAlgorithm.
getMovementBounds
(stackBounds, movementBounds, movementBounds,
492
pw.print(prefix + " movementBounds=");
getMovementBounds
(mTmpRect).printShortString(pw)
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipTouchHandler.java
251
mSnapAlgorithm.
getMovementBounds
(mNormalBounds, insetBounds, normalMovementBounds,
262
mSnapAlgorithm.
getMovementBounds
(mExpandedBounds, insetBounds, expandedMovementBounds,
/frameworks/base/core/java/com/android/internal/policy/
PipSnapAlgorithm.java
251
public void
getMovementBounds
(Rect stackBounds, Rect insetBounds, Rect movementBoundsOut,
Completed in 171 milliseconds