OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animate
(Results
126 - 150
of
950
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityView.java
76
*
Animate
transisiton if duration is non-zero.
83
*
Animate
transisiton if duration is non-zero.
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java
41
animate
(v);
50
public void
animate
(View v) {
method in class:AbstractLayoutTest
/packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java
72
final ViewPropertyAnimator labelAnimator = mLabelView.
animate
();
79
final ViewPropertyAnimator backgroundAnimator = mLabelBackgroundView.
animate
();
/external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm
92
- (void)pinLocationBarToLeftOfBrowserActionsContainerAndAnimate:(BOOL)
animate
;
98
- (void)adjustLocationSizeBy:(CGFloat)dX
animate
:(BOOL)
animate
;
352
[[hoveredButton_ cell] setMouseInside:NO
animate
:YES];
365
respondsToSelector:@selector(setMouseInside:
animate
:)]))
373
[[hoveredButton_ cell] setMouseInside:NO
animate
:YES];
374
[[targetView cell] setMouseInside:YES
animate
:YES];
616
[self adjustLocationSizeBy:(containerWidth * -1)
animate
:NO];
634
[browserActionsContainerView_ resizeDeltaX]
animate
:NO];
646
- (void)pinLocationBarToLeftOfBrowserActionsContainerAndAnimate:(BOOL)
animate
{
[
all
...]
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm
94
- (void)pinLocationBarToLeftOfBrowserActionsContainerAndAnimate:(BOOL)
animate
;
100
- (void)adjustLocationSizeBy:(CGFloat)dX
animate
:(BOOL)
animate
;
363
[[hoveredButton_ cell] setMouseInside:NO
animate
:YES];
376
respondsToSelector:@selector(setMouseInside:
animate
:)]))
384
[[hoveredButton_ cell] setMouseInside:NO
animate
:YES];
385
[[targetView cell] setMouseInside:YES
animate
:YES];
612
[self adjustLocationSizeBy:(containerWidth * -1)
animate
:NO];
630
[browserActionsContainerView_ resizeDeltaX]
animate
:NO];
642
- (void)pinLocationBarToLeftOfBrowserActionsContainerAndAnimate:(BOOL)
animate
{
[
all
...]
/external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc
197
// weird for the top-of-window views to
animate
and the bubble not to
198
//
animate
along with the top-of-window views.
274
//
Animate
enabling immersive mode by sliding out the top-of-window views.
500
Animate
animate
= (animate_reveal == ANIMATE_REVEAL_YES) ?
local
502
MaybeStartReveal(
animate
);
509
// Always
animate
ending the reveal fast.
759
int ImmersiveFullscreenController::GetAnimationDuration(
Animate
animate
) const {
760
switch (
animate
) {
[
all
...]
boot_splash_screen_chromeos.h
30
//
animate
the transition between the splash screen and the login screen.
immersive_revealed_lock.h
16
// will
animate
according to the |animate_reveal| parameter passed in the
/development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
Anticipation.java
25
* This example shows how to
animate
some simple deformations on a standard UI widget
/development/samples/devbytes/graphics/FoldingLayout/res/menu/
fold.xml
39
android:title="@string/
animate
"/>
fold_with_bug.xml
30
android:title="@string/
animate
"/>
/development/samples/devbytes/graphics/ImagePixelization/res/menu/
image_pixelization.xml
27
<item android:id="@+id/
animate
"
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CrossfadeActivity.java
115
//
Animate
the "show" view to 100% opacity, and clear any animation listener set on
120
showView.
animate
()
125
//
Animate
the "hide" view to 0% opacity. After the animation ends, set its visibility
127
hideView.
animate
()
/external/chromium/chrome/browser/instant/
instant_delegate.h
23
// ready to be shown. This may be used to
animate
between the states.
/external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_container_controller.h
113
- (void)addInfoBar:(InfoBarDelegate*)delegate
animate
:(BOOL)
animate
;
118
animate
:(BOOL)
animate
;
/external/chromium_org/ash/shelf/
background_animator.h
32
// BackgroundAnimator is used by the shelf to
animate
the background (alpha).
/external/chromium_org/ash/wm/overview/
window_selector_panels.h
40
bool
animate
) OVERRIDE;
window_selector_window.h
37
bool
animate
) OVERRIDE;
/external/chromium_org/cc/animation/
scrollbar_animation_controller.h
24
virtual bool
Animate
(base::TimeTicks now) = 0;
scrollbar_animation_controller_linear_fade.h
29
virtual bool
Animate
(base::TimeTicks now) OVERRIDE;
/external/chromium_org/cc/test/
fake_layer_tree_host_client.h
32
virtual void
Animate
(double frame_begin_time) OVERRIDE {}
/external/chromium_org/chrome/browser/resources/user_manager/
control_bar.js
151
this.classList.remove('login-header-bar-
animate
-slow');
152
this.classList.add('login-header-bar-
animate
-fast');
160
this.classList.remove('login-header-bar-
animate
-fast');
161
this.classList.add('login-header-bar-
animate
-slow');
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_loading_shield_controller.h
27
// The
animate
dots that follow the |message_|.
/external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.h
62
// Sometimes (when we
animate
the size of the window) we want to stop resizing
90
// |
animate
| controls if the bounds animation is needed or not.
92
animate
:(BOOL)
animate
;
/external/chromium_org/third_party/WebKit/ManualTests/
animate-left.html
39
This element should
animate
.
Completed in 619 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>