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

1234

/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/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/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerHandleView.java89 public void setTouching(boolean touching, boolean animate) { argument
97 if (!animate) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationDozeHelper.java79 boolean animate, long delay) {
80 if (animate) {
78 setIntensityDark(Consumer<Float> listener, boolean dark, boolean animate, long delay) argument
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DViewGroupBindingAdapter.java39 public static void setAnimateLayoutChanges(ViewGroup view, boolean animate) { argument
40 if (animate) {
/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/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java99 public void setDate(long date, boolean animate, boolean center) { argument
100 mDayPickerView.setDate(date, animate);
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/libs/hwui/
H A DAnimatorManager.cpp105 bool remove = animator->animate(mContext);
125 uint32_t AnimatorManager::animate(TreeInfo& info) { function in class:android::uirenderer::AnimatorManager
H A DAnimator.cpp229 // Set to 0 so that the animate() basically instantly finishes
237 bool BaseRenderNodeAnimator::animate(AnimationContext& context) { function in class:android::uirenderer::BaseRenderNodeAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarTransitions.java70 applyModeBackground(-1, getMode(), false /*animate*/);
71 applyLightsOut(false /*animate*/, true /*force*/);
92 protected void onTransition(int oldMode, int newMode, boolean animate) { argument
93 super.onTransition(oldMode, newMode, animate);
94 applyLightsOut(animate, false /*force*/);
97 private void applyLightsOut(boolean animate, boolean force) { argument
99 applyLightsOut(isLightsOut(getMode()), animate, force);
102 private void applyLightsOut(boolean lightsOut, boolean animate, boolean force) { argument
110 navButtons.animate().cancel();
116 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 DCollapsedStatusBarFragment.java67 mStatusBarComponent.recomputeDisableFlags(true /* animate */);
145 public void disable(int state1, int state2, boolean animate) { argument
152 hideSystemIconArea(animate);
154 showSystemIconArea(animate);
159 hideNotificationIconArea(animate);
161 showNotificationIconArea(animate);
194 public void hideSystemIconArea(boolean animate) { argument
195 animateHide(mSystemIconArea, animate);
198 public void showSystemIconArea(boolean animate) { argument
199 animateShow(mSystemIconArea, animate);
202 hideNotificationIconArea(boolean animate) argument
206 showNotificationIconArea(boolean animate) argument
213 animateHide(final View v, boolean animate) argument
231 animateShow(View v, boolean animate) argument
[all...]
H A DKeyguardStatusBarView.java262 public void setKeyguardUserSwitcherShowing(boolean showing, boolean animate) { argument
264 if (animate) {
281 mSystemIconsSuperContainer.animate()
289 mMultiUserSwitch.animate()
305 mMultiUserSwitch.animate()
321 mSystemIconsSuperContainer.animate().cancel();
323 mMultiUserSwitch.animate().cancel();
H A DLightBarTransitionsController.java129 public void setIconsDark(boolean dark, boolean animate) { argument
130 if (!animate) {
H A DPanelBar.java149 public void collapsePanel(boolean animate, boolean delayed, float speedUpFactor) { argument
152 if (animate && !pv.isFullyCollapsed()) {
160 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting);
/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/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DDrawerLayoutActions.java147 public static ViewAction openDrawer(final int drawerEdgeGravity, final boolean animate) { argument
164 drawerLayout.openDrawer(drawerEdgeGravity, animate);
247 public static ViewAction closeDrawer(final int drawerEdgeGravity, final boolean animate) { argument
264 drawerLayout.closeDrawer(drawerEdgeGravity, animate);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java96 /** Whether the drawable should animate when visible. */
270 private void setFrame(int frame, boolean unschedule, boolean animate) { argument
274 mAnimating = animate;
277 if (unschedule || animate) {
280 if (animate) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java76 resetPasswordText(false /* animate */, false /* announce */);
207 resetPasswordText(true /* animate */, !matched /* announce deletion if no match */);
210 protected abstract void resetPasswordText(boolean animate, boolean announce); argument
H A DKeyguardPasswordView.java230 protected void resetPasswordText(boolean animate, boolean announce) { argument
310 animate()
319 animate()
H A DKeyguardPinBasedInputView.java163 protected void resetPasswordText(boolean animate, boolean announce) { argument
164 mPasswordEntry.reset(animate, announce);
218 resetPasswordText(true /* animate */, true /* announce */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java92 animate(mPosition, position);
112 private void animate(int from, int to) { method in class:PageIndicator
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImplProxy.java60 public void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate, argument
66 args.argi3 = animate ? 1 : 0;

Completed in 1806 milliseconds

1234