OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AnimationHelper
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AnimationHelper.java
40
public class
AnimationHelper
implements ViewTreeObserver.OnGlobalLayoutListener {
68
public
AnimationHelper
(InfoBarContainer container, ContentWrapperView target, InfoBar infoBar,
InfoBarContainer.java
68
assert type >=
AnimationHelper
.ANIMATION_TYPE_SHOW;
69
assert type <
AnimationHelper
.ANIMATION_TYPE_BOUNDARY;
93
private
AnimationHelper
mAnimation;
287
enqueueInfoBarAnimation(infoBar, null,
AnimationHelper
.ANIMATION_TYPE_SHOW);
323
enqueueInfoBarAnimation(infoBar, toShow,
AnimationHelper
.ANIMATION_TYPE_SWAP);
345
if (info.animationType ==
AnimationHelper
.ANIMATION_TYPE_SHOW) {
358
enqueueInfoBarAnimation(infoBar, null,
AnimationHelper
.ANIMATION_TYPE_HIDE);
441
if (info.animationType ==
AnimationHelper
.ANIMATION_TYPE_SHOW) {
452
mAnimation = new
AnimationHelper
(this, targetView, info.target, toShow, info.animationType);
541
if (mAnimation.getAnimationType() ==
AnimationHelper
.ANIMATION_TYPE_HIDE)
[
all
...]
Completed in 601 milliseconds