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

12

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DCcBccView.java49 public void show(boolean animate, boolean showCc, boolean showBcc) { argument
53 if (animate) {
54 animate(ccWasAlreadyShown);
66 private void animate(boolean ccWasAlreadyShown) { method in class:CcBccView
/packages/experimental/Bummer/src/com/android/dreams/bummer/
H A DBummerView.java37 boolean animate = false;
40 animate = mAnimate;
54 if (animate) {
55 animate().x(newx)
84 public void setAnimationParams(boolean animate, int delay, int animTime) { argument
85 mAnimate = animate;
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DBummerView.java37 boolean animate = false;
40 animate = mAnimate;
54 if (animate) {
55 animate().x(newx)
84 public void setAnimationParams(boolean animate, int delay, int animTime) { argument
85 mAnimate = animate;
/packages/apps/Browser/src/com/android/browser/
H A DAutologinBar.java92 public void updateAutoLogin(Tab tab, boolean animate) { argument
123 showAutoLogin(animate);
125 hideAutoLogin(animate);
129 void showAutoLogin(boolean animate) { argument
130 mTitleBar.showAutoLogin(animate);
133 void hideAutoLogin(boolean animate) { argument
134 mTitleBar.hideAutoLogin(animate);
H A DNavScreen.java198 protected void close(int position, boolean animate) { argument
199 mUi.hideNavScreen(position, animate);
H A DPhoneUi.java239 mTitleBar.animate().translationY(mActionBarHeight);
245 mTitleBar.animate().translationY(0);
260 public void showWeb(boolean animate) { argument
261 super.showWeb(animate);
262 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate);
346 void hideNavScreen(int position, boolean animate) { argument
350 if ((tab == null) || !animate) {
H A DTitleBar.java296 public void updateAutoLogin(Tab tab, boolean animate) { argument
303 mAutoLogin.updateAutoLogin(tab, animate);
306 public void showAutoLogin(boolean animate) { argument
314 if (animate) {
320 public void hideAutoLogin(boolean animate) { argument
326 if (animate) {
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DActionableToastBar.java143 public void hide(boolean animate) { argument
152 if (animate) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DInterruptibleInOutAnimator.java62 private void animate(int direction) { method in class:InterruptibleInOutAnimator
104 * direction and animate for a correspondingly shorter duration.
107 animate(IN);
114 * direction and animate for a correspondingly shorter duration.
117 animate(OUT);
H A DAppWidgetResizeFrame.java376 * to LauncherModel and animate the resize frame.
400 public void snapToWidget(boolean animate) { argument
431 if (!animate) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInterruptibleInOutAnimator.java62 private void animate(int direction) { method in class:InterruptibleInOutAnimator
104 * direction and animate for a correspondingly shorter duration.
107 animate(IN);
114 * direction and animate for a correspondingly shorter duration.
117 animate(OUT);
H A DLauncherClings.java60 private Cling initCling(int clingId, int scrimId, boolean animate, argument
69 cling.show(animate, SHOW_CLING_DURATION);
133 boolean animate) {
139 if (animate) {
141 ccHint.animate().alpha(1f)
148 if (animate) {
149 ccHint.animate().alpha(0f)
132 setCustomContentHintVisibility(Cling cling, String ccHintStr, boolean visible, boolean animate) argument
H A DAppWidgetResizeFrame.java373 * to LauncherModel and animate the resize frame.
397 public void snapToWidget(boolean animate) { argument
427 if (!animate) {
H A DCling.java259 void show(boolean animate, int duration) { argument
271 content.animate()
278 if (animate) {
281 animate()
296 mScrimView.animate()
318 content.animate()
330 animate()
345 mScrimView.animate()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListCallbacks.java82 void commitDestructiveActions(boolean animate); argument
H A DActionableToastBar.java128 hide(true /* animate */, true /* actionClicked */);
158 public void hide(boolean animate, boolean actionClicked) { argument
165 if (animate) {
/packages/apps/Browser/src/com/android/browser/view/
H A DPieItem.java36 private float animate; field in class:PieItem
87 animate = a;
91 return animate;
125 return start + animate;
/packages/apps/Camera/src/com/android/camera/ui/
H A DCameraSwitcher.java205 public void setOrientation(int degree, boolean animate) { argument
206 super.setOrientation(degree, animate);
211 iv.setOrientation(degree, animate);
252 mPopup.animate()
259 animate().alpha(1f).setDuration(SWITCHER_POPUP_ANIM_DURATION)
282 mPopup.animate()
289 animate().alpha(0f).setDuration(SWITCHER_POPUP_ANIM_DURATION)
H A DPieItem.java42 private float animate; field in class:PieItem
100 animate = a;
104 return animate;
155 return start + animate;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java229 protected void updateAddFooterVisible(boolean animate) { argument
236 if (animate) {
244 if (animate) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java153 public void fillContent(boolean animate) { argument
154 if (!animate) {
188 if (!animate) {
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java226 * @param animate If true, an animation will be used to transition to the
229 private void setGridShown(boolean shown, boolean animate) { argument
239 if (animate) {
251 if (animate) {
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaFragment.java317 private void goTo(EventInfo event, boolean animate) { argument
369 // TODO figure out the animate bit
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java371 * @param animate Whether to scroll to the given time or just redraw at the
378 public boolean goTo(long time, boolean animate, boolean setSelected, boolean forceScroll) { argument
451 if (animate) {
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModuleSwitcher.java293 public void setOrientation(int degree, boolean animate) { argument
294 super.setOrientation(degree, animate);
301 iv.setOrientation(degree, animate);
359 mPopup.animate()
366 animate().alpha(1f).setDuration(SWITCHER_POPUP_ANIM_DURATION)
389 mPopup.animate()
396 animate().alpha(0f).setDuration(SWITCHER_POPUP_ANIM_DURATION)

Completed in 363 milliseconds

12