HomeSort by relevance Sort by last modified time
    Searched defs:layoutInflater (Results 26 - 42 of 42) sorted by null

12

  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 31 import android.view.LayoutInflater;
430 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext());
433 final View view = layoutInflater.inflate(R.layout.contact_editor_label_name_dialog, null);
564 private final LayoutInflater mInflater;
571 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 29 import android.view.LayoutInflater;
297 LayoutInflater layoutInflater = LayoutInflater.from(getContext());
303 BubbleTextView icon = (BubbleTextView) layoutInflater.inflate(
307 BubbleTextView predIcon = (BubbleTextView) layoutInflater.inflate(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 52 import android.view.LayoutInflater;
443 LayoutInflater layoutInflater = (LayoutInflater)
448 mScreenshotLayout = layoutInflater.inflate(R.layout.global_screenshot, null);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java 34 import android.view.LayoutInflater;
599 final LayoutInflater layoutInflater = LayoutInflater.from(getContext());
613 attachmentView = layoutInflater.inflate(attachmentViewLayoutRes,
    [all...]
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 36 import android.view.LayoutInflater;
314 LayoutInflater layoutInflater = (LayoutInflater) mContext
316 View content = layoutInflater.inflate(R.layout.calendar_view, null, false);
    [all...]
AbsListView.java 52 import android.view.LayoutInflater;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ExpandingEntryCardView.java 43 import android.view.LayoutInflater;
302 LayoutInflater inflater = LayoutInflater.from(context);
338 LayoutInflater layoutInflater = LayoutInflater.from(getContext());
362 inflateAllEntries(layoutInflater);
365 inflateInitialEntries(layoutInflater);
555 private void inflateInitialEntries(LayoutInflater layoutInflater) {
    [all...]
QuickContactActivity.java 85 import android.view.LayoutInflater;
570 final LayoutInflater layoutInflater = LayoutInflater.from(this);
571 final View suggestionView = layoutInflater.inflate(
    [all...]
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 714 milliseconds

12