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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java107 updateEmptyEditors(/* shouldAnimate = */ true);
168 updateEmptyEditors(/* shouldAnimate = */ true);
209 updateEmptyEditors(/* shouldAnimate = */ false);
285 public void updateEmptyEditors(boolean shouldAnimate) { argument
298 if (shouldAnimate) {
320 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.java319 changeFocus(v, true /* hasFocus */, true /* shouldAnimate */);
330 changeFocus(v, false /* hasFocus */, true /* shouldAnimate */);
334 private void changeFocus(View v, boolean hasFocus, boolean shouldAnimate) { argument
380 setAlpha(title, shouldAnimate, titleAlpha);
383 setAlpha(description, shouldAnimate, descriptionAlpha);
386 setAlpha(checkmark, shouldAnimate, titleAlpha);
389 setAlpha(icon, shouldAnimate, titleAlpha);
392 setAlpha(chevron, shouldAnimate, chevronAlpha);
395 private void setAlpha(View view, boolean shouldAnimate, float alpha) { argument
396 if (shouldAnimate) {
[all...]
H A DSettingsLayoutAdapter.java373 changeFocus(v, true /* hasFocus */, false /* shouldAnimate */);
375 changeFocus(v, true /* hasFocus */, true /* shouldAnimate */);
387 changeFocus(v, false /* hasFocus */, true /* shouldAnimate */);
391 private void changeFocus(View v, boolean hasFocus, boolean shouldAnimate) { argument
449 setAlpha(title, shouldAnimate, titleAlpha);
454 setAlpha(description, shouldAnimate, descriptionAlpha);
459 setAlpha(checkmark, shouldAnimate, titleAlpha);
464 setAlpha(icon, shouldAnimate, titleAlpha);
469 setAlpha(chevron, shouldAnimate, chevronAlpha);
473 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 491 milliseconds