OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalBounds
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/android/view/
IPinnedStackListener.aidl
40
* {@param
normalBounds
} are also the default bounds that the PiP would be entered in its
49
void onMovementBoundsChanged(in Rect insetBounds, in Rect
normalBounds
, in Rect animatingBounds,
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipTouchHandler.java
246
public void onMovementBoundsChanged(Rect insetBounds, Rect
normalBounds
, Rect animatingBounds,
249
mNormalBounds =
normalBounds
;
255
float aspectRatio = (float)
normalBounds
.width() /
normalBounds
.height();
306
mMotionHelper.animateToUnexpandedState(
normalBounds
, mSavedSnapFraction,
507
Rect
normalBounds
= new Rect(mNormalBounds);
508
mMotionHelper.animateToUnexpandedState(
normalBounds
, mSavedSnapFraction,
PipMotionHelper.java
339
void animateToUnexpandedState(Rect
normalBounds
, float savedSnapFraction,
347
mSnapAlgorithm.applySnapFraction(
normalBounds
, normalMovementBounds, savedSnapFraction);
349
normalBounds
= getClosestMinimizedBounds(
normalBounds
, normalMovementBounds);
352
movePip(
normalBounds
);
354
resizeAndAnimatePipUnchecked(
normalBounds
, SHRINK_STACK_FROM_MENU_DURATION);
PipManager.java
153
public void onMovementBoundsChanged(Rect insetBounds, Rect
normalBounds
,
156
mTouchHandler.onMovementBoundsChanged(insetBounds,
normalBounds
, animatingBounds,
/frameworks/base/services/core/java/com/android/server/wm/
PinnedStackController.java
408
final Rect
normalBounds
= getDefaultBounds();
410
transformBoundsToAspectRatio(
normalBounds
, mAspectRatio,
418
animatingBounds.set(
normalBounds
);
420
mPinnedStackListener.onMovementBoundsChanged(insetBounds,
normalBounds
,
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipManager.java
184
public void onMovementBoundsChanged(Rect insetBounds, Rect
normalBounds
,
187
mDefaultPipBounds.set(
normalBounds
);
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 450 milliseconds