Searched refs:animate (Results 1 - 25 of 173) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCollapsedStatusBarFragment.java64 mStatusBarComponent.recomputeDisableFlags(true /* animate */);
142 public void disable(int state1, int state2, boolean animate) { argument
149 hideSystemIconArea(animate);
151 showSystemIconArea(animate);
156 hideNotificationIconArea(animate);
158 showNotificationIconArea(animate);
185 public void hideSystemIconArea(boolean animate) { argument
186 animateHide(mSystemIconArea, animate);
189 public void showSystemIconArea(boolean animate) { argument
190 animateShow(mSystemIconArea, animate);
193 hideNotificationIconArea(boolean animate) argument
197 showNotificationIconArea(boolean animate) argument
204 animateHide(final View v, boolean animate) argument
222 animateShow(View v, boolean animate) argument
[all...]
H A DNavigationBarTransitions.java46 applyModeBackground(-1, getMode(), false /*animate*/);
47 applyMode(getMode(), false /*animate*/, true /*force*/);
55 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
56 super.onTransition(oldMode, newMode, animate);
57 applyMode(newMode, animate, false /*force*/);
60 private void applyMode(int mode, boolean animate, boolean force) { argument
63 applyLightsOut(isLightsOut(mode), animate, force);
66 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { argument
74 navButtons.animate().cancel();
78 if (!animate) {
[all...]
H A DPhoneStatusBarTransitions.java51 applyModeBackground(-1, getMode(), false /*animate*/);
52 applyMode(getMode(), false /*animate*/);
76 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
77 super.onTransition(oldMode, newMode, animate);
78 applyMode(newMode, animate);
81 private void applyMode(int mode, boolean animate) { argument
88 if (animate) {
H A DBarTransitions.java91 public void transitionTo(int mode, boolean animate) { argument
102 if (DEBUG) Log.d(mTag, String.format("%s -> %s animate=%s",
103 modeToString(oldMode), modeToString(mode), animate));
104 onTransition(oldMode, mMode, animate);
107 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
109 applyModeBackground(oldMode, newMode, animate);
113 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { argument
114 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
115 modeToString(oldMode), modeToString(newMode), animate));
116 mBarBackground.applyModeBackground(oldMode, newMode, animate);
212 applyModeBackground(int oldMode, int newMode, boolean animate) argument
[all...]
/frameworks/support/compat/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java123 view.animate().setDuration(value);
138 view.animate().alpha(value);
153 view.animate().alphaBy(value);
168 view.animate().translationX(value);
183 view.animate().translationY(value);
200 * view.animate().x(0);
203 * view.animate().x(200).withEndAction(endAction);
217 view.animate().withEndAction(runnable);
237 return view.animate().getDuration();
254 view.animate()
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java31 view.animate().cancel();
32 view.animate()
46 view.animate().withLayer();
66 view.animate().cancel();
96 view.animate().cancel();
101 view.animate()
107 view.animate().withLayer();
127 view.animate().cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbContainer.java58 public void show(final boolean show, boolean animate) { argument
62 if (animate) {
69 if (animate) {
100 mScrim.animate()
105 mNavbarScrim.animate()
123 mScrim.animate()
128 mNavbarScrim.animate()
/frameworks/support/compat/tests/java/android/support/v4/view/
H A DViewPropertyAnimatorCompatTest.java57 ViewCompat.animate(mView).alpha(0).setDuration(100).withEndAction(new Runnable() {
73 ViewCompat.animate(mView).alpha(0).setDuration(50).withEndAction(new Runnable() {
77 ViewCompat.animate(mView).alpha(1);
93 ViewCompat.animate(mView).alpha(0).setDuration(100).withStartAction(new Runnable() {
109 ViewCompat.animate(mView).alpha(0).setDuration(50).withStartAction(new Runnable() {
113 ViewCompat.animate(mView).alpha(1);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyCarrierArea.java51 mCarrierText.animate().alpha(0);
54 mCarrierText.animate().alpha(1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DIRecentsNonSystemUserCallbacks.aidl29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DIRecentsNonSystemUserCallbacks.aidl29 void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimatorTest.java113 mAnimationFilter.animate(mProperty.getProperty());
128 mAnimationFilter.animate(mProperty.getProperty());
138 mAnimationFilter.animate(mProperty.getProperty());
154 mAnimationFilter.animate(mProperty.getProperty());
166 mAnimationFilter.animate(mProperty.getProperty());
169 mAnimationFilter.animate(mProperty.getProperty());
180 mAnimationFilter.animate(mProperty.getProperty());
191 mAnimationFilter.animate(mProperty.getProperty());
202 mAnimationFilter.animate(mProperty.getProperty());
213 mAnimationFilter.animate(mPropert
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java102 public void setKeyguard(boolean keyguard, boolean animate) { argument
105 show(animate);
107 hide(animate);
120 public void show(boolean animate) { argument
125 mStatusBarView.setKeyguardUserSwitcherShowing(true, animate);
126 if (animate) {
132 private boolean hide(boolean animate) { argument
135 if (animate) {
140 mStatusBarView.setKeyguardUserSwitcherShowing(false, animate);
149 mUserSwitcher.getChildAt(i).animate()
229 hideIfNotSimple(boolean animate) argument
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java390 * @param animate {@code true} to animate the transition, {@code false}
395 public boolean reset(boolean animate) { argument
397 return resetLocked(animate);
401 private boolean resetLocked(boolean animate) { argument
412 sendSpecToAnimation(spec, animate);
424 * @param animate {@code true} to animate the transition, {@code false}
430 public boolean setScale(float scale, float pivotX, float pivotY, boolean animate, int id) { argument
451 return setScaleAndCenterLocked(scale, centerX, centerY, animate, i
469 setCenter(float centerX, float centerY, boolean animate, int id) argument
494 setScaleAndCenter( float scale, float centerX, float centerY, boolean animate, int id) argument
504 setScaleAndCenterLocked(float scale, float centerX, float centerY, boolean animate, int id) argument
678 resetIfNeeded(boolean animate) argument
747 sendSpecToAnimation(MagnificationSpec spec, boolean animate) argument
851 updateSentSpecMainThread(MagnificationSpec spec, boolean animate) argument
[all...]
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DSubActivity.java48 child.animate().translationX(0).setDuration(MainActivity.DURATION);
52 bg.animate().alpha(1f).setDuration(MainActivity.DURATION);
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DCustomSnackbarUsage.java54 content.animate().alpha(1f).setDuration(duration)
61 content.animate().alpha(0f).setDuration(duration)
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DCustomSnackbarUsage.java54 content.animate().alpha(1f).setDuration(duration)
61 content.animate().alpha(0f).setDuration(duration)
/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java125 mScrim.animate()
130 mBackground.animate()
157 mCard1.animate()
162 mCard2.animate()
169 mNavbarScrim.animate()
/frameworks/base/core/java/android/widget/
H A DViewAnimator.java147 * @param animate Whether or not to use the in and out animations, defaults
150 void showOnly(int childIndex, boolean animate) { argument
155 if (animate && mInAnimation != null) {
161 if (animate && mOutAnimation != null && child.getVisibility() == View.VISIBLE) {
177 final boolean animate = (!mFirstTime || mAnimateFirstTime);
178 showOnly(childIndex, animate);
257 * Returns the current animation used to animate a View that enters the screen.
269 * Specifies the animation used to animate a View that enters the screen.
281 * Returns the current animation used to animate a View that exits the screen.
293 * Specifies the animation used to animate
350 setAnimateFirstView(boolean animate) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAnimationFilter.java52 animate(View.SCALE_X);
53 animate(View.SCALE_Y);
172 public AnimationFilter animate(Property property) { method in class:AnimationFilter
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl81 boolean resetMagnification(boolean animate);
84 boolean animate);
/frameworks/base/libs/hwui/
H A DAnimatorManager.h51 uint32_t animate(TreeInfo& info);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DOverlayTest.java44 fadingButton.animate().alpha(0).setDuration(1000).withEndAction(new Runnable() {
/frameworks/support/design/src/android/support/design/internal/
H A DSnackbarContentLayout.java135 mMessageView.animate().alpha(1f).setDuration(duration)
140 mActionView.animate().alpha(1f).setDuration(duration)
148 mMessageView.animate().alpha(0f).setDuration(duration)
153 mActionView.animate().alpha(0f).setDuration(duration)
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java292 void updateColumnAlpha(int colIndex, boolean animate) { argument
301 setOrAnimateAlpha(item, (selected == i), colIndex, animate);
307 boolean animate) {
312 setOrAnimateAlpha(view, animate, mFocusedAlpha, -1, mDecelerateInterpolator);
314 setOrAnimateAlpha(view, animate, mUnfocusedAlpha, -1, mDecelerateInterpolator);
319 setOrAnimateAlpha(view, animate, mVisibleColumnAlpha, -1, mDecelerateInterpolator);
321 setOrAnimateAlpha(view, animate, mInvisibleColumnAlpha, -1,
327 private void setOrAnimateAlpha(View view, boolean animate, float destAlpha, float startAlpha, argument
329 view.animate().cancel();
330 if (!animate) {
306 setOrAnimateAlpha(View view, boolean selected, int colIndex, boolean animate) argument
[all...]

Completed in 748 milliseconds

1234567