Searched defs:animate (Results 1 - 25 of 66) sorted by relevance

123

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPreviewPageFrame.java66 public void setSelected(boolean selected, boolean animate) { argument
72 if (animate) {
73 animate().translationZ(mSelectedElevation)
80 if (animate) {
81 animate().translationZ(mNotSelectedElevation)
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAbstractLayoutTest.java47 animate(v);
56 public void animate(View v) { method in class:AbstractLayoutTest
H A DAlignmentTest.java60 animate(v);
106 public static void animate(View v) { method in class:AlignmentTest
/frameworks/base/core/java/android/app/
H A DListFragment.java334 * @param animate If true, an animation will be used to transition to the
337 private void setListShown(boolean shown, boolean animate) { argument
347 if (animate) {
359 if (animate) {
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp86 bool remove = animator->animate(mContext);
107 uint32_t AnimatorManager::animate(TreeInfo& info) { function in class:android::uirenderer::AnimatorManager
H A DAnimator.cpp116 // Set to 0 so that the animate() basically instantly finishes
128 bool BaseRenderNodeAnimator::animate(AnimationContext& context) { function in class:android::uirenderer::BaseRenderNodeAnimator
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardMultiUserSelectorView.java90 public void finalizeActiveUserView(boolean animate) { argument
91 if (animate) {
99 finalizeActiveUserNow(animate);
103 void finalizeActiveUserNow(boolean animate) { argument
105 mActiveUserAvatar.setActive(true, animate, null);
H A DKeyguardPinBasedInputView.java131 protected void resetPasswordText(boolean animate) { argument
132 mPasswordEntry.reset(animate);
184 resetPasswordText(true /* animate */);
H A DKeyguardAbsKeyInputView.java66 resetPasswordText(false /* animate */);
122 resetPasswordText(true /* animate */);
125 protected abstract void resetPasswordText(boolean animate); argument
H A DKeyguardMultiUserAvatar.java157 public void setActive(boolean active, boolean animate, final Runnable onComplete) { argument
171 updateVisualsForActive(mActive, animate, SWITCH_ANIMATION_DURATION, onComplete);
174 void updateVisualsForActive(boolean active, boolean animate, int duration, argument
187 if (animate && mTouched) {
H A DKeyguardPasswordView.java189 protected void resetPasswordText(boolean animate) { argument
264 animate()
273 animate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java51 applyModeBackground(-1, getMode(), false /*animate*/);
52 applyMode(getMode(), false /*animate*/, true /*force*/);
57 transitionTo(mRequestedMode, false /*animate*/);
61 public void transitionTo(int mode, boolean animate) { argument
71 super.transitionTo(mode, animate);
75 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
76 super.onTransition(oldMode, newMode, animate);
77 applyMode(newMode, animate, false /*force*/);
80 private void applyMode(int mode, boolean animate, boolean force) { argument
83 setKeyButtonViewQuiescentAlpha(mView.getHomeButton(), alpha, animate);
99 applyBackButtonQuiescentAlpha(int mode, boolean animate) argument
117 setKeyButtonViewQuiescentAlpha(View button, float alpha, boolean animate) argument
123 applyLightsOut(boolean lightsOut, boolean animate, boolean force) argument
[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.java73 public void transitionTo(int mode, boolean animate) { argument
85 if (DEBUG) Log.d(mTag, String.format("%s -> %s animate=%s",
86 modeToString(oldMode), modeToString(mode), animate));
87 onTransition(oldMode, mMode, animate);
90 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
92 applyModeBackground(oldMode, newMode, animate);
96 protected void applyModeBackground(int oldMode, int newMode, boolean animate) { argument
97 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
98 modeToString(oldMode), modeToString(newMode), animate));
99 mBarBackground.applyModeBackground(oldMode, newMode, animate);
173 applyModeBackground(int oldMode, int newMode, boolean animate) argument
[all...]
H A DDozeScrimController.java62 public void setDozing(boolean dozing, boolean animate) { argument
71 if (animate) {
H A DKeyguardStatusBarView.java175 public void setKeyguardUserSwitcherShowing(boolean showing, boolean animate) { argument
177 if (animate) {
194 mSystemIconsSuperContainer.animate()
202 mMultiUserSwitch.animate()
218 mMultiUserSwitch.animate()
234 mSystemIconsSuperContainer.animate().cancel();
235 mMultiUserSwitch.animate().cancel();
H A DPanelBar.java190 public void collapseAllPanels(boolean animate) { argument
193 if (animate && !pv.isFullyCollapsed()) {
203 if (DEBUG) LOG("collapseAllPanels: animate=%s waiting=%s", animate, waiting);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java105 public Result animate(Object targetObject, String animationName, method in class:BridgeRenderSession
111 mLastResult = mSession.animate(targetObject, animationName, isFrameworkAnimation,
/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java228 public void setDate(long date, boolean animate, boolean center) { argument
229 mDayPickerView.setDate(date, animate, center);
H A DViewAnimator.java148 * @param animate Whether or not to use the in and out animations, defaults
151 void showOnly(int childIndex, boolean animate) { argument
156 if (animate && mInAnimation != null) {
162 if (animate && mOutAnimation != null && child.getVisibility() == View.VISIBLE) {
178 final boolean animate = (!mFirstTime || mAnimateFirstTime);
179 showOnly(childIndex, animate);
258 * Returns the current animation used to animate a View that enters the screen.
270 * Specifies the animation used to animate a View that enters the screen.
282 * Returns the current animation used to animate a View that exits the screen.
294 * Specifies the animation used to animate
351 setAnimateFirstView(boolean animate) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java93 /** Whether the drawable should animate when visible. */
256 private void setFrame(int frame, boolean unschedule, boolean animate) { argument
260 mAnimating = animate;
263 if (unschedule || animate) {
266 if (animate) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java171 public void show(final boolean show, boolean animate) { argument
177 if (animate) {
187 if (animate) {
198 mScrim.animate()
216 mScrim.animate()
223 public void hide(boolean animate) { argument
228 if (animate) {
334 mScrim.animate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java94 mContractedChild.animate().cancel();
97 mExpandedChild.animate().cancel();
119 mContractedChild.animate().cancel();
126 selectLayout(false /* animate */, true /* force */);
127 mContractedWrapper.setDark(mDark, false /* animate */, 0 /* delay */);
132 mExpandedChild.animate().cancel();
137 selectLayout(false /* animate */, true /* force */);
153 // We only animate if we are drawn at least once, otherwise the view might animate when
164 selectLayout(mAnimate /* animate */, fals
194 selectLayout(boolean animate, boolean force) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java140 public void setQuiescentAlpha(float alpha, boolean animate) { argument
146 if (animate) {
H A DKeyguardUserSwitcher.java89 public void setKeyguard(boolean keyguard, boolean animate) { argument
92 show(animate);
94 hide(animate);
107 public void show(boolean animate) { argument
112 mStatusBarView.setKeyguardUserSwitcherShowing(true, animate);
113 if (animate) {
119 private void hide(boolean animate) { argument
122 if (animate) {
127 mStatusBarView.setKeyguardUserSwitcherShowing(false, animate);
134 mUserSwitcher.getChildAt(i).animate()
214 hideIfNotSimple(boolean animate) argument
[all...]

Completed in 5533 milliseconds

123