OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:animationType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java
44
void notifyAnimationFinished(int
animationType
);
55
public int
animationType
;
63
animationType
= type;
301
if (info.
animationType
== AnimationHelper.ANIMATION_TYPE_SHOW) {
321
private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int
animationType
) {
322
InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow,
animationType
);
361
if (info.
animationType
== AnimationHelper.ANIMATION_TYPE_SHOW) {
372
mAnimation = new AnimationHelper(this, targetView, info.target, toShow, info.
animationType
);
/frameworks/base/services/java/com/android/server/am/
ActivityRecord.java
683
final int
animationType
= pendingOptions.getAnimationType();
684
switch (
animationType
) {
705
boolean scaleUp = (
animationType
== ActivityOptions.ANIM_THUMBNAIL_SCALE_UP);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java
[
all
...]
Launcher.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
698
int
animationType
= 0;
702
animationType
= Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
717
animationType
= Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
729
animationType
, boundWidget, true);
[
all
...]
Completed in 384 milliseconds