Searched refs:shouldAnimate (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DCompactKindSectionView.java113 updateEmptyEditors(/* shouldAnimate = */ true);
310 updateEmptyEditors(/* shouldAnimate = */ false);
438 public void updateEmptyEditors(boolean shouldAnimate) { argument
447 updateEmptyNameEditors(shouldAnimate);
478 updateEmptyNonNameEditors(shouldAnimate);
482 private void updateEmptyNameEditors(boolean shouldAnimate) { argument
501 showView(view, shouldAnimate);
509 showView(view, /* shouldAnimate =*/ false); // Animation here causes jank
517 showView(view, shouldAnimate);
523 private void updateEmptyNonNameEditors(boolean shouldAnimate) { argument
573 deleteView(View view, boolean shouldAnimate) argument
582 showView(View view, boolean shouldAnimate) argument
[all...]
H A DKindSectionView.java85 updateEmptyEditors(/* shouldAnimate = */ true);
127 updateEmptyEditors(/* shouldAnimate = */ true);
156 updateEmptyEditors(/* shouldAnimate = */ false);
226 public void updateEmptyEditors(boolean shouldAnimate) { argument
239 if (shouldAnimate) {
261 if (shouldAnimate) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DActionAdapter.java221 changeFocus(convertView, false /* hasFocus */, false /* shouldAnimate */);
256 changeFocus(mSelectedView, false /* hasFocus */, false /* shouldAnimate */);
279 private void changeFocus(View v, boolean hasFocus, boolean shouldAnimate) { argument
293 setAlpha(title, shouldAnimate, titleAlpha);
296 setAlpha(description, shouldAnimate, descriptionAlpha);
299 setAlpha(checkmark, shouldAnimate, titleAlpha);
302 setAlpha(icon, shouldAnimate, titleAlpha);
305 setAlpha(chevronBackground, shouldAnimate, chevronAlpha);
351 private void setAlpha(View view, boolean shouldAnimate, float alpha) { argument
352 if (shouldAnimate) {
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAttachmentPreview.java238 boolean shouldAnimate = true;
242 shouldAnimate = false;
253 shouldAnimate = true;
264 if (shouldAnimate) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DOnePaneController.java272 * @param shouldAnimate true if we want to animate the conversation in, false otherwise
275 protected void showConversation(Conversation conversation, boolean shouldAnimate) { argument
276 super.showConversation(conversation, shouldAnimate);
291 shouldAnimate? mPagerAnimationListener : null);
H A DAbstractActivityController.java2574 showConversation(conversation, false /* shouldAnimate */);
2581 * @param shouldAnimate true if we want to animate the conversation in, false otherwise
2583 protected void showConversation(Conversation conversation, boolean shouldAnimate) { argument
2670 showConversation(conversation, true /* shouldAnimate */);

Completed in 182 milliseconds