/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
D | SmartDialPrefix.java | 146 result.add(currentIndexToken.toString()); in parseToIndexTokens() 154 result.add(currentIndexToken.toString()); in parseToIndexTokens() 181 result.add(fullNameToken.toString()); in generateNamePrefixes() 191 fullNames.add(indexTokens.get(indexTokens.size() - 1)); in generateNamePrefixes() 202 result.add(initial + fullNames.get(j)); in generateNamePrefixes() 205 result.add(initial + result.get(j)); in generateNamePrefixes() 209 fullNames.add(indexTokens.get(i) + currentFullName); in generateNamePrefixes() 234 result.add(SmartDialNameMatcher.normalizeNumber(number, mMap)); in parseToNumberTokens() 242 result.add(SmartDialNameMatcher.normalizeNumber(number, in parseToNumberTokens() 247 result.add(SmartDialNameMatcher.normalizeNumber(number, in parseToNumberTokens() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | BaseFiltersManager.java | 120 filters.add(ImageFilterTinyPlanet.class); in addFilterClasses() 121 filters.add(ImageFilterRedEye.class); in addFilterClasses() 122 filters.add(ImageFilterWBalance.class); in addFilterClasses() 123 filters.add(ImageFilterExposure.class); in addFilterClasses() 124 filters.add(ImageFilterVignette.class); in addFilterClasses() 125 filters.add(ImageFilterGrad.class); in addFilterClasses() 126 filters.add(ImageFilterContrast.class); in addFilterClasses() 127 filters.add(ImageFilterShadows.class); in addFilterClasses() 128 filters.add(ImageFilterHighlights.class); in addFilterClasses() 129 filters.add(ImageFilterVibrance.class); in addFilterClasses() [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
D | BaseAccountType.java | 157 kind.fieldList.add(new EditField(StructuredName.DISPLAY_NAME, in addDataKindStructuredName() 159 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName() 161 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in addDataKindStructuredName() 163 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in addDataKindStructuredName() 165 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in addDataKindStructuredName() 167 kind.fieldList.add(new EditField(StructuredName.SUFFIX, R.string.name_suffix, in addDataKindStructuredName() 169 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindStructuredName() 171 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME, in addDataKindStructuredName() 173 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindStructuredName() 187 kind.fieldList.add(new EditField(StructuredName.DISPLAY_NAME, in addDataKindDisplayName() [all …]
|
D | ExchangeAccountType.java | 90 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindStructuredName() 92 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in addDataKindStructuredName() 94 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindStructuredName() 96 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in addDataKindStructuredName() 98 kind.fieldList.add(new EditField(StructuredName.SUFFIX, in addDataKindStructuredName() 101 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in addDataKindStructuredName() 103 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in addDataKindStructuredName() 119 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in addDataKindDisplayName() 122 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in addDataKindDisplayName() 124 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in addDataKindDisplayName() [all …]
|
D | GoogleAccountType.java | 88 kind.typeList.add(buildPhoneType(Phone.TYPE_MOBILE)); in addDataKindPhone() 89 kind.typeList.add(buildPhoneType(Phone.TYPE_WORK)); in addDataKindPhone() 90 kind.typeList.add(buildPhoneType(Phone.TYPE_HOME)); in addDataKindPhone() 91 kind.typeList.add(buildPhoneType(Phone.TYPE_MAIN)); in addDataKindPhone() 92 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_WORK).setSecondary(true)); in addDataKindPhone() 93 kind.typeList.add(buildPhoneType(Phone.TYPE_FAX_HOME).setSecondary(true)); in addDataKindPhone() 94 kind.typeList.add(buildPhoneType(Phone.TYPE_PAGER).setSecondary(true)); in addDataKindPhone() 95 kind.typeList.add(buildPhoneType(Phone.TYPE_OTHER)); in addDataKindPhone() 96 kind.typeList.add(buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true) in addDataKindPhone() 100 kind.fieldList.add(new EditField(Phone.NUMBER, R.string.phoneLabelsGroup, FLAGS_PHONE)); in addDataKindPhone() [all …]
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ExchangeSource.java | 74 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in inflateStructuredName() 77 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in inflateStructuredName() 79 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in inflateStructuredName() 81 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in inflateStructuredName() 83 kind.fieldList.add(new EditField(StructuredName.SUFFIX, in inflateStructuredName() 85 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in inflateStructuredName() 87 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in inflateStructuredName() 90 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, in inflateStructuredName() 92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, in inflateStructuredName() 94 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, in inflateStructuredName() [all …]
|
D | FallbackSource.java | 117 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix, in inflateStructuredName() 120 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME, R.string.name_family, in inflateStructuredName() 122 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in inflateStructuredName() 124 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in inflateStructuredName() 126 kind.fieldList.add(new EditField(StructuredName.SUFFIX, R.string.name_suffix, in inflateStructuredName() 128 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME, in inflateStructuredName() 130 kind.fieldList.add(new EditField(StructuredName.PHONETIC_MIDDLE_NAME, in inflateStructuredName() 132 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME, in inflateStructuredName() 135 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME, R.string.name_given, in inflateStructuredName() 137 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME, R.string.name_middle, in inflateStructuredName() [all …]
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | PointerTrackerQueueTests.java | 74 mQueue.add(mElement1); in testAdd() 77 mQueue.add(mElement2); in testAdd() 80 mQueue.add(mElement3); in testAdd() 83 mQueue.add(mElement4); in testAdd() 91 mQueue.add(mElement1); in testRemove() 92 mQueue.add(mElement2); in testRemove() 93 mQueue.add(mElement3); in testRemove() 94 mQueue.add(mElement4); in testRemove() 125 mQueue.add(mElement1); in testAddAndRemove() 126 mQueue.add(mElement2); in testAddAndRemove() [all …]
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 614 .add(Contacts.CUSTOM_RINGTONE) 615 .add(Contacts.DISPLAY_NAME) 616 .add(Contacts.DISPLAY_NAME_ALTERNATIVE) 617 .add(Contacts.DISPLAY_NAME_SOURCE) 618 .add(Contacts.IN_DEFAULT_DIRECTORY) 619 .add(Contacts.IN_VISIBLE_GROUP) 620 .add(Contacts.LAST_TIME_CONTACTED) 621 .add(Contacts.LOOKUP_KEY) 622 .add(Contacts.PHONETIC_NAME) 623 .add(Contacts.PHONETIC_NAME_STYLE) [all …]
|
D | VoicemailContentTable.java | 61 .add(Voicemails._ID) 62 .add(Voicemails.NUMBER) 63 .add(Voicemails.DATE) 64 .add(Voicemails.DURATION) 65 .add(Voicemails.IS_READ) 66 .add(Voicemails.TRANSCRIPTION) 67 .add(Voicemails.STATE) 68 .add(Voicemails.SOURCE_DATA) 69 .add(Voicemails.SOURCE_PACKAGE) 70 .add(Voicemails.HAS_CONTENT) [all …]
|
D | GlobalSearchSupport.java | 101 list.add(contactId); // _id in asList() 102 list.add(text1); // text1 in asList() 103 list.add(text2); // text2 in asList() 104 list.add(icon1); // icon1 in asList() 105 list.add(icon2); // icon2 in asList() 106 list.add(intentData == null ? buildUri() : intentData); // intent data in asList() 107 list.add(intentAction); // intentAction in asList() 108 list.add(lookupKey); // shortcut id in asList() 109 list.add(filter); // extra data in asList() 110 list.add(lastAccessTime); // last access hint in asList() [all …]
|
D | ContactLocaleUtils.java | 196 labels.add(getBucketLabel(i)); in getLabels() 232 set.add(UnicodeBlock.HIRAGANA); 233 set.add(UnicodeBlock.KATAKANA); 234 set.add(UnicodeBlock.KATAKANA_PHONETIC_EXTENSIONS); 235 set.add(UnicodeBlock.HALFWIDTH_AND_FULLWIDTH_FORMS); 236 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS); 237 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A); 238 set.add(UnicodeBlock.CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B); 239 set.add(UnicodeBlock.CJK_SYMBOLS_AND_PUNCTUATION); 240 set.add(UnicodeBlock.CJK_RADICALS_SUPPLEMENT); [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaDocumentsProvider.java | 494 row.add(Root.COLUMN_ROOT_ID, TYPE_IMAGES_ROOT); in includeImagesRoot() 495 row.add(Root.COLUMN_FLAGS, flags); in includeImagesRoot() 496 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.root_images)); in includeImagesRoot() 497 row.add(Root.COLUMN_DOCUMENT_ID, TYPE_IMAGES_ROOT); in includeImagesRoot() 498 row.add(Root.COLUMN_MIME_TYPES, IMAGE_MIME_TYPES); in includeImagesRoot() 509 row.add(Root.COLUMN_ROOT_ID, TYPE_VIDEOS_ROOT); in includeVideosRoot() 510 row.add(Root.COLUMN_FLAGS, flags); in includeVideosRoot() 511 row.add(Root.COLUMN_TITLE, getContext().getString(R.string.root_videos)); in includeVideosRoot() 512 row.add(Root.COLUMN_DOCUMENT_ID, TYPE_VIDEOS_ROOT); in includeVideosRoot() 513 row.add(Root.COLUMN_MIME_TYPES, VIDEO_MIME_TYPES); in includeVideosRoot() [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | NetworkActivity.java | 167 .add(new Action.Builder(mRes, ACTION_ETHERNET_PROXY_SETTINGS) 170 .add(new Action.Builder(mRes, ACTION_ETHERNET_IP_SETTINGS) 175 .add(new Status.Builder(mRes) 189 .add(new Status.Builder(mRes).title(R.string.title_internet_connection) 191 .add(new Status.Builder(mRes) 195 .add(new Status.Builder(mRes) 199 .add(new Header.Builder(mRes) 201 .add(mEthernetAdvancedLayout) 206 .add(new Status.Builder(mRes) 210 .add(new Header.Builder(mRes) [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | DeveloperOptionsActivity.java | 102 mActions.add(ActionType.DEVELOPER_GENERAL.toAction(mResources)); in refreshActionList() 103 mActions.add(ActionType.DEVELOPER_DEBUGGING.toAction(mResources)); in refreshActionList() 104 mActions.add(ActionType.DEVELOPER_INPUT.toAction(mResources)); in refreshActionList() 105 mActions.add(ActionType.DEVELOPER_DRAWING.toAction(mResources)); in refreshActionList() 106 mActions.add(ActionType.DEVELOPER_MONITORING.toAction(mResources)); in refreshActionList() 107 mActions.add(ActionType.DEVELOPER_APPS.toAction(mResources)); in refreshActionList() 110 mActions.add(ActionType.DEVELOPER_GENERAL_STAY_AWAKE.toAction(mResources, in refreshActionList() 113 mActions.add(ActionType.DEVELOPER_GENERAL_HDCP_CHECKING.toAction(mResources, in refreshActionList() 116 mActions.add(ActionType.DEVELOPER_GENERAL_HDMI_OPTIMIZATION.toAction(mResources, in refreshActionList() 119 mActions.add(ActionType.DEVELOPER_GENERAL_BT_HCI_LOG.toAction(mResources, in refreshActionList() [all …]
|
D | InputsActivity.java | 122 .add(new Header.Builder(mRes) 127 .add(getOnOffLayout( 133 .add(new Header.Builder(mRes) 138 .add(getOnOffLayout( 144 .add(new Header.Builder(mRes) 149 .add(getOnOffLayout( 163 .add(new Header.Builder(mRes) in createLayout() 167 .add(mInputListLayout) in createLayout() 168 .add(new Static.Builder(mRes) in createLayout() 171 .add(new Header.Builder(mRes) in createLayout() [all …]
|
D | AccessibilityActivity.java | 129 mActions.add(ActionType.ACCESSIBILITY_CAPTIONS.toAction(mResources)); in refreshActionList() 130 mActions.add(ActionType.ACCESSIBILITY_SERVICES.toAction(mResources)); in refreshActionList() 131 mActions.add(ActionType.ACCESSIBILITY_SPEAK_PASSWORDS.toAction(mResources, in refreshActionList() 134 mActions.add(ActionType.ACCESSIBILITY_TTS_OUTPUT.toAction(mResources, in refreshActionList() 141 mActions.add(ActionType.ACCESSIBILITY_SERVICES_STATUS.toAction(mResources, in refreshActionList() 144 mActions.add(ActionType.ACCESSIBILITY_SERVICE_CONFIG.toAction(mResources)); in refreshActionList() 151 mActions.add(ActionType.AGREE.toAction(mResources)); in refreshActionList() 152 mActions.add(ActionType.DISAGREE.toAction(mResources)); in refreshActionList() 155 mActions.add(ActionType.OK.toAction(mResources)); in refreshActionList() 156 mActions.add(ActionType.CANCEL.toAction(mResources)); in refreshActionList() [all …]
|
D | DateTimeActivity.java | 334 mActions.add(ActionType.AUTO_DATE_TIME.toAction(mResources, in updateTimeAndDateDisplay() 337 mActions.add(ActionType.DATE.toAction(mResources, mNowDate)); in updateTimeAndDateDisplay() 338 mActions.add(ActionType.TIME.toAction(mResources, mNowTime)); in updateTimeAndDateDisplay() 341 mActions.add(ActionType.DATE_SET_DATE.toAction(mResources, mNowDate)); in updateTimeAndDateDisplay() 342 mActions.add(ActionType.DATE_CHOOSE_FORMAT.toAction(mResources, in updateTimeAndDateDisplay() 346 mActions.add(ActionType.TIME_SET_TIME.toAction(mResources, mNowTime)); in updateTimeAndDateDisplay() 347 mActions.add(ActionType.TIME_SET_TIME_ZONE.toAction(mResources, in updateTimeAndDateDisplay() 349 mActions.add(ActionType.TIME_CHOOSE_FORMAT.toAction( in updateTimeAndDateDisplay() 368 mActions.add(ActionType.AUTO_DATE_TIME.toAction(mResources, in refreshActionList() 370 mActions.add(ActionType.DATE.toAction(mResources, mNowDate)); in refreshActionList() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | FragmentUtils.java | 42 sLatinImeFragments.add(DictionarySettingsFragment.class.getName()); in DictionarySettingsFragment.class.getName() 43 sLatinImeFragments.add(AboutPreferences.class.getName()); in AboutPreferences.class.getName() 44 sLatinImeFragments.add(PreferencesSettingsFragment.class.getName()); in PreferencesSettingsFragment.class.getName() 45 sLatinImeFragments.add(AppearanceSettingsFragment.class.getName()); in AppearanceSettingsFragment.class.getName() 46 sLatinImeFragments.add(ThemeSettingsFragment.class.getName()); in ThemeSettingsFragment.class.getName() 47 sLatinImeFragments.add(MultiLingualSettingsFragment.class.getName()); in MultiLingualSettingsFragment.class.getName() 48 sLatinImeFragments.add(CustomInputStyleSettingsFragment.class.getName()); in CustomInputStyleSettingsFragment.class.getName() 49 sLatinImeFragments.add(GestureSettingsFragment.class.getName()); in GestureSettingsFragment.class.getName() 50 sLatinImeFragments.add(CorrectionSettingsFragment.class.getName()); in CorrectionSettingsFragment.class.getName() 51 sLatinImeFragments.add(AdvancedSettingsFragment.class.getName()); in AdvancedSettingsFragment.class.getName() [all …]
|
/packages/apps/Email/src/com/android/email/provider/ |
D | EmailProvider.java | 586 deleteList.add(c.getLong(ORPHANS_ID)); in deleteMessageOrphans() 595 foundMailboxes.add(mailboxId); in deleteMessageOrphans() 598 notFoundMailboxes.add(mailboxId); in deleteMessageOrphans() 599 deleteList.add(c.getLong(ORPHANS_ID)); in deleteMessageOrphans() 1620 accountTypes.add(info.accountType); in restoreAccounts() 1960 mDelayedSyncRequests.add(request); in update() 2555 .add(BaseColumns._ID, MessageColumns._ID) in getMessageListMap() 2556 .add(UIProvider.ConversationColumns.URI, uriWithId("uimessage")) in getMessageListMap() 2557 .add(UIProvider.ConversationColumns.MESSAGE_LIST_URI, uriWithId("uimessage")) in getMessageListMap() 2558 .add(UIProvider.ConversationColumns.SUBJECT, MessageColumns.SUBJECT) in getMessageListMap() [all …]
|
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
D | EditEventHelperTest.java | 245 expectedOps.add(b.build()); in addOwnerAttendeeToOps() 253 expectedOps.add(b.build()); in addOwnerAttendeeToOps() 270 expectedOps.add(b.build()); in addAttendeeChangesOps() 282 expectedOps.add(b.build()); in addAttendeeChangesOps() 318 ops.add(b.build()); in addTestAttendees() 338 ops.add(b.build()); in addTestAttendees() 358 ops.add(b.build()); in addTestAttendees() 410 expectedOps.add(b.build()); in verifySaveEventNewEvent() 456 expectedOps.add(ContentProviderOperation.newUpdate(Uri.parse(mModel1.mUri)).withValues( in verifySaveEventModifyRecurring() 507 expectedOps.add(ContentProviderOperation.newDelete(Uri.parse(mModel1.mUri)).build()); in verifySaveEventRecurringToNonRecurring() [all …]
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | KanaConverter.java | 527 list.add(new WnnWord(inputHiragana, inputHiragana)); in createPseudoCandidateList() 529 list.add(new WnnWord(mStringBuff.toString(), inputHiragana, mPosDefault)); in createPseudoCandidateList() 532 list.add(new WnnWord(mStringBuff.toString(), inputHiragana, mPosDefault)); in createPseudoCandidateList() 545 list.add(new WnnWord(convHanSuuji, inputHiragana, mPosNumber)); in createPseudoCandidateList() 547 list.add(new WnnWord(convNumComma, inputHiragana, mPosNumber)); in createPseudoCandidateList() 553 list.add(new WnnWord(mStringBuff.toString(), inputHiragana, mPosNumber)); in createPseudoCandidateList() 560 list.add(new WnnWord(convHanEijiLower, inputHiragana, mPosSymbol)); in createPseudoCandidateList() 561 list.add(new WnnWord(convertCaps(convHanEijiLower), inputHiragana, mPosSymbol)); in createPseudoCandidateList() 562 list.add(new WnnWord(convHanEiji, inputHiragana, mPosSymbol)); in createPseudoCandidateList() 569 list.add(new WnnWord(convZenEijiLower, inputHiragana, mPosSymbol)); in createPseudoCandidateList() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
D | StringUtil.java | 166 charSet.add(c); in indexOfChars() 414 lines.add(line); in fixedWidth() 443 formattedLines.add(formatLineToFixedWidth(line, width)); in fixedWidth() 501 output.add(elem); in fixedSplit() 1253 HEX_LETTERS.add('a'); 1254 HEX_LETTERS.add('A'); 1255 HEX_LETTERS.add('b'); 1256 HEX_LETTERS.add('B'); 1257 HEX_LETTERS.add('c'); 1258 HEX_LETTERS.add('C'); [all …]
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
D | StringUtil.java | 167 charSet.add(c); in indexOfChars() 415 lines.add(line); in fixedWidth() 444 formattedLines.add(formatLineToFixedWidth(line, width)); in fixedWidth() 502 output.add(elem); in fixedSplit() 1254 HEX_LETTERS.add('a'); 1255 HEX_LETTERS.add('A'); 1256 HEX_LETTERS.add('b'); 1257 HEX_LETTERS.add('B'); 1258 HEX_LETTERS.add('c'); 1259 HEX_LETTERS.add('C'); [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
D | SettingsLayoutFragment.java | 177 public static void add(FragmentManager fm, SettingsLayoutFragment f) { in add() method in SettingsLayoutFragment 431 animators.add(createSlideLeftInAnimator(titleView)); in onCreateAnimator() 432 animators.add(createSlideLeftInAnimator(breadcrumbView)); in onCreateAnimator() 433 animators.add(createSlideLeftInAnimator(descriptionView)); in onCreateAnimator() 434 animators.add(createSlideLeftInAnimator(iconView)); in onCreateAnimator() 435 animators.add(createSlideLeftInAnimator(listView)); in onCreateAnimator() 436 animators.add(createSlideLeftInAnimator(selectorView)); in onCreateAnimator() 439 animators.add(createSlideLeftOutAnimator(titleView)); in onCreateAnimator() 440 animators.add(createSlideLeftOutAnimator(breadcrumbView)); in onCreateAnimator() 441 animators.add(createSlideLeftOutAnimator(descriptionView)); in onCreateAnimator() [all …]
|