OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createTranslation
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerFragment.java
867
Animator topRow =
createTranslation
(rootView.findViewById(R.id.contactgrid_top_row));
868
Animator contactName =
createTranslation
(rootView.findViewById(R.id.contactgrid_contact_name));
869
Animator bottomRow =
createTranslation
(rootView.findViewById(R.id.contactgrid_bottom_row));
870
Animator important =
createTranslation
(importanceBadge);
871
Animator dataContainer =
createTranslation
(rootView.findViewById(R.id.incall_data_container));
877
builder.with(
createTranslation
(rootView.findViewById(R.id.incall_location_holder)));
891
private ObjectAnimator
createTranslation
(View view) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java
375
private void
createTranslation
() {
484
createTranslation
();
Completed in 124 milliseconds