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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java89 updateEmptyEditors(/* shouldAnimate = */ true);
125 updateEmptyEditors(/* shouldAnimate = */ true);
149 updateEmptyEditors(/* shouldAnimate = */ false);
221 private void updateEmptyEditors(boolean shouldAnimate) { argument
234 if (shouldAnimate) {
256 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 */);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DDialogActionAdapter.java321 changeFocus(v, true /* hasFocus */, true /* shouldAnimate */);
332 changeFocus(v, false /* hasFocus */, true /* shouldAnimate */);
336 private void changeFocus(View v, boolean hasFocus, boolean shouldAnimate) { argument
382 setAlpha(title, shouldAnimate, titleAlpha);
385 setAlpha(description, shouldAnimate, descriptionAlpha);
388 setAlpha(checkmark, shouldAnimate, titleAlpha);
391 setAlpha(icon, shouldAnimate, titleAlpha);
394 setAlpha(chevron, shouldAnimate, chevronAlpha);
397 private void setAlpha(View view, boolean shouldAnimate, float alpha) { argument
398 if (shouldAnimate) {
[all...]
H A DSettingsLayoutAdapter.java377 changeFocus(v, true /* hasFocus */, false /* shouldAnimate */);
379 changeFocus(v, true /* hasFocus */, true /* shouldAnimate */);
391 changeFocus(v, false /* hasFocus */, true /* shouldAnimate */);
395 private void changeFocus(View v, boolean hasFocus, boolean shouldAnimate) { argument
452 setAlpha(title, shouldAnimate, titleAlpha);
456 setAlpha(description, shouldAnimate, descriptionAlpha);
460 setAlpha(checkmark, shouldAnimate, titleAlpha);
463 setAlpha(icon, shouldAnimate, titleAlpha);
466 setAlpha(chevron, shouldAnimate, chevronAlpha);
469 private void setAlpha(View view, boolean shouldAnimate, floa argument
[all...]
/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...]

Completed in 96 milliseconds