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

1234567

/packages/apps/Settings/src/com/android/settings/widget/
H A DLoadingViewController.java44 handleLoadingContainer(false /* done */, false /* animate */);
48 public void showContent(boolean animate) { argument
52 handleLoadingContainer(true /* show */, animate);
60 public void handleLoadingContainer(boolean done, boolean animate) { argument
61 handleLoadingContainer(mLoadingView, mContentView, done, animate);
70 * @param animate Whether or not content/loading views should animate in/out.
73 boolean animate) {
74 setViewShown(loading, !done, animate);
75 setViewShown(content, done, animate);
72 handleLoadingContainer(View loading, View content, boolean done, boolean animate) argument
78 setViewShown(final View view, boolean shown, boolean animate) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderInfo.java67 public void add(ShortcutInfo item, boolean animate) { argument
68 add(item, contents.size(), animate);
74 public void add(ShortcutInfo item, int rank, boolean animate) { argument
80 itemsChanged(animate);
88 public void remove(ShortcutInfo item, boolean animate) { argument
93 itemsChanged(animate);
119 public void itemsChanged(boolean animate) { argument
121 listeners.get(i).onItemsChanged(animate);
135 public void onItemsChanged(boolean animate); argument
H A DAbstractFloatingView.java67 public final void close(boolean animate) { argument
68 animate &= !Utilities.isPowerSaverOn(getContext());
69 handleClose(animate);
73 protected abstract void handleClose(boolean animate); argument
124 public static void closeAllOpenViews(Launcher launcher, boolean animate) { argument
131 ((AbstractFloatingView) child).close(animate);
H A DInterruptibleInOutAnimator.java64 private void animate(int direction) { method in class:InterruptibleInOutAnimator
106 * direction and animate for a correspondingly shorter duration.
109 animate(IN);
116 * direction and animate for a correspondingly shorter duration.
119 animate(OUT);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationSimSelector.java37 private Pair<Boolean /* show */, Boolean /* animate */> mPendingShow;
52 final boolean animate = mPendingShow.second;
58 show, animate);
80 public boolean show(boolean animate) { argument
82 return showHide(true, animate);
86 public boolean hide(boolean animate) { argument
87 return showHide(false, animate);
90 private boolean showHide(final boolean show, final boolean animate) { argument
96 mSimSelectorView.showOrHide(show, animate);
99 mPendingShow = Pair.create(show, animate);
[all...]
H A DConversationInput.java31 final boolean animate);
41 public abstract boolean show(boolean animate); argument
42 public abstract boolean hide(boolean animate); argument
51 mConversationInputBase.showHideInternal(this, false /* show */, true /* animate */);
63 * @param animate
66 public boolean toggle(final boolean animate) { argument
67 mConversationInputBase.showHideInternal(this, !mShowing /* show */, true /* animate */);
78 mConversationInputBase.showHideInternal(this, true /* show */, false /* animate */);
30 showHideInternal(final ConversationInput target, final boolean show, final boolean animate) argument
H A DConversationInputManager.java191 public void showHideMediaPicker(final boolean show, final boolean animate) { argument
192 showHideInternal(mMediaInput, show, animate);
198 * @param animate whether to animate the change in visibility
201 public boolean showHideSimSelector(final boolean show, final boolean animate) { argument
202 return showHideInternal(mSimInput, show, animate);
205 public void showHideImeKeyboard(final boolean show, final boolean animate) { argument
206 showHideInternal(mImeInput, show, animate);
209 public void hideAllInputs(final boolean animate) { argument
212 showHideInternal(mInputs[i], false, animate);
223 toggleSimSelector(final boolean animate, final SubscriptionListEntry subEntry) argument
261 showHideInternal(final ConversationInput target, final boolean show, final boolean animate) argument
350 show(boolean animate) argument
425 hide(boolean animate) argument
516 show(boolean animate) argument
523 hide(boolean animate) argument
539 show(boolean animate) argument
545 hide(boolean animate) argument
[all...]
H A DConversationActivityUiState.java33 void onConversationContactPickerUiStateChanged(int oldState, int newState, boolean animate); argument
207 private void performUiStateUpdate(final int conversationContactState, final boolean animate) { argument
215 notifyOnOverallUiStateChanged(oldState, mConversationContactUiState, animate);
221 final int oldState, final int newState, final boolean animate) {
231 mHost.onConversationContactPickerUiStateChanged(oldState, newState, animate);
220 notifyOnOverallUiStateChanged( final int oldState, final int newState, final boolean animate) argument
/packages/apps/StorageManager/src/com/android/storagemanager/utils/
H A DUtils.java27 View loading, View doneLoading, boolean done, boolean animate) {
28 setViewShown(loading, !done, animate);
29 setViewShown(doneLoading, done, animate);
32 private static void setViewShown(final View view, boolean shown, boolean animate) { argument
33 if (animate) {
26 handleLoadingContainer( View loading, View doneLoading, boolean done, boolean animate) argument
/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/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
H A DPermissionsFrameFragment.java63 protected void setLoading(boolean loading, boolean animate) { argument
64 setLoading(loading, animate, false);
67 private void setLoading(boolean loading, boolean animate, boolean force) { argument
71 // If there is no created view, there is no reason to animate.
72 animate = false;
75 setViewShown(mPrefsView, !loading, animate);
78 setViewShown(mLoadingView, loading, animate);
93 private void setViewShown(final View view, boolean shown, boolean animate) { argument
94 if (animate) {
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBarInteraction.java32 * to animate this component.
40 * to animate this component.
59 return mView.animate().translationY(-rootView.getMeasuredHeight());
64 return mView.animate().translationY(0);
/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/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);
/packages/apps/Dialer/java/com/android/contacts/common/widget/
H A DFloatingActionButtonController.java109 * @param animate Whether or not to animate the transition.
111 public void align(int align, boolean animate) { argument
112 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
121 * @param animate Whether or not to animate the transition.
123 private void align(int align, int offsetX, int offsetY, boolean animate) { argument
131 if (animate && mFab.isShown()) {
132 mFab.animate()
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFloatingActionButtonController.java113 * @param animate Whether or not to animate the transition.
115 public void align(int align, boolean animate) { argument
116 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
125 * @param animate Whether or not to animate the transition.
127 public void align(int align, int offsetX, int offsetY, boolean animate) { argument
135 if (animate && mFloatingActionButtonContainer.isShown()) {
136 mFloatingActionButtonContainer.animate()
151 * @param animate Whethe
153 resize(int dimension, boolean animate) argument
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DGridDirectoryHolder.java51 public void setSelected(boolean selected, boolean animate) { argument
52 super.setSelected(selected, animate);
55 if (animate) {
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DPieItem.java38 private float animate; field in class:PieItem
84 animate = a;
88 return animate;
132 return start + animate;
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DInCallScreen.java32 void setEndCallButtonEnabled(boolean enabled, boolean animate); argument
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DPieItem.java41 private float animate; field in class:PieItem
99 animate = a;
103 return animate;
154 return start + animate;
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
H A DPermissionsFrameFragment.java84 protected void setLoading(boolean loading, boolean animate) { argument
85 setLoading(loading, animate, false);
88 private void setLoading(boolean loading, boolean animate, boolean force) { argument
92 // If there is no created view, there is no reason to animate.
93 animate = false;
96 setViewShown(mPrefsView, !loading, animate);
99 setViewShown(mLoadingView, loading, animate);
104 private void setViewShown(final View view, boolean shown, boolean animate) { argument
105 if (animate) {
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DToggleOnTapCallback.java31 mAnim = mViewtoToggle.animate();
58 mAnim = mViewtoToggle.animate();
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
H A DCallCard.java135 mBackgroundImage.animate()
141 mRightIconSwitcher.animate()
147 mDetailsPanel.animate()
153 mCallStatusTextView.animate()
159 mCallDurationPanel.animate()
163 mPhonePanel.animate()
191 mRightIconSwitcher.animate()
201 mDetailsPanel.animate()
/packages/apps/Settings/src/com/android/settings/
H A DPreviewPagerAdapter.java126 final boolean animate) {
134 setVisibility(lastLayer, View.INVISIBLE, animate);
149 setVisibility(nextLayer, View.VISIBLE, animate);
156 private void setVisibility(final View view, final int visibility, boolean animate) { argument
158 if (!animate) {
166 view.animate()
179 view.animate()
125 setPreviewLayer(int newLayerIndex, int currentLayerIndex, int currentFrameIndex, final boolean animate) argument

Completed in 699 milliseconds

1234567