HomeSort by relevance Sort by last modified time
    Searched defs:inflate (Results 176 - 200 of 455) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifLayout.java 130 throw new InflateException("Unable to inflate layout. Are you using "
263 progressBarStub.inflate();
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
GenericInflater.java 36 * which is in turn modeled after {@code LayoutInflater}. This can be used to recursively inflate a
41 * @param <T> Type of the items to inflate
204 public T inflate(int resource) { method in class:GenericInflater
205 return inflate(resource, null);
210 * Inflate a new item hierarchy from the specified xml resource. Throws
220 public T inflate(int resource, T root) { method in class:GenericInflater
221 return inflate(resource, root, root != null);
225 * Inflate a new hierarchy from the specified xml node. Throws
240 public T inflate(XmlPullParser parser, T root) { method in class:GenericInflater
241 return inflate(parser, root, root != null)
260 public T inflate(int resource, T root, boolean attachToRoot) { method in class:GenericInflater
291 public T inflate(XmlPullParser parser, T root, boolean attachToRoot) { method in class:GenericInflater
    [all...]
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerView.java 62 inflater.inflate(R.layout.timezonepickerview, this, true);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarFragmentMenu.java 209 inflater.inflate(R.menu.display_options_actions, menu);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ImageCardView.java 165 inflater.inflate(R.layout.lb_image_card_view, this);
191 mTitleView = (TextView) inflater.inflate(R.layout.lb_image_card_view_themed_title,
197 mContentView = (TextView) inflater.inflate(R.layout.lb_image_card_view_themed_content,
207 mBadgeImage = (ImageView) inflater.inflate(layoutId, mInfoArea, false);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ViewStubCompat.java 96 * {@link #inflate()} to replace this StubbedView
99 * @return The layout resource identifier used to inflate the new View.
103 * @see #inflate()
111 * Specifies the layout resource to inflate when this StubbedView becomes visible or invisible
112 * or when {@link #inflate()} is invoked. The View created by inflating the layout resource is
119 * @see #inflate()
127 * Set {@link LayoutInflater} to use in {@link #inflate()}, or {@code null}
135 * Get current {@link LayoutInflater} used in {@link #inflate()}.
156 * {@link #inflate()} is invoked and this StubbedView is replaced in its parent
162 * @see #inflate()
176 inflate(); method
188 public View inflate() { method in class:ViewStubCompat
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceInflater.java 37 * The {@link PreferenceInflater} is used to inflate preference hierarchies from
104 * Inflate a new item hierarchy from the specified xml resource. Throws
114 public Preference inflate(int resource, @Nullable PreferenceGroup root) { method in class:PreferenceInflater
117 return inflate(parser, root);
124 * Inflate a new hierarchy from the specified XML node. Throws
142 public Preference inflate(XmlPullParser parser, @Nullable PreferenceGroup root) { method in class:PreferenceInflater
166 // Inflate all children under temp
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 52 assertEquals(0, inflater.inflate(new byte[8]));
60 // We use a tiny output buffer to ensure that we call inflate multiple times, and
70 int inflatedByteCount = inflater.inflate(buf);
99 assertEquals(0, inflater.inflate(new byte[0], 0, 0));
135 inflater.inflate(decompressed, 0, decompressed.length);
144 assertEquals(1, inflater.inflate(decompressed, 0, decompressed.length));
  /libcore/ojluni/src/main/java/java/util/zip/
Inflater.java 60 * int resultLength = decompresser.inflate(result);
150 * called when inflate() returns 0 and needsDictionary() returns true
175 * called when inflate() returns 0 and needsDictionary() returns true
248 public int inflate(byte[] b, int off, int len) method in class:Inflater
280 public int inflate(byte[] b) throws DataFormatException { method in class:Inflater
281 return inflate(b, 0, b.length);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 148 inflater.inflate(R.menu.transferhistory, menu);
208 inflater.inflate(R.menu.receivedfilescontextfinished, menu);
210 inflater.inflate(R.menu.transferhistorycontextfinished, menu);
  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListAdapter.java 147 View view = inflate(R.layout.join_contact_picker_section_header, parent);
153 View view = inflate(R.layout.join_contact_picker_section_header, parent);
179 private View inflate(int layoutId, ViewGroup parent) { method in class:JoinContactListAdapter
180 return LayoutInflater.from(getContext()).inflate(layoutId, parent, false);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogActivity.java 174 inflater.inflate(R.menu.call_log_options, menu);
  /packages/apps/EmergencyInfo/src/com/android/emergency/edit/
EditInfoActivity.java 91 inflater.inflate(R.menu.edit_info_menu, menu);
  /packages/apps/Messaging/src/com/android/messaging/ui/
VCardDetailFragment.java 74 final View view = inflater.inflate(R.layout.vcard_detail_fragment, container, false);
126 inflater.inflate(R.menu.vcard_detail_fragment_menu, menu);
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentChooserFragment.java 64 final View view = inflater.inflate(R.layout.attachment_chooser_fragment, container, false);
82 inflater.inflate(R.menu.attachment_chooser_menu, menu);
176 itemView = (AttachmentGridItemView) inflater.inflate(
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsMemDetail.java 80 final View view = inflater.inflate(R.layout.process_stats_mem_details, container, false);
109 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.app_item, null);
110 inflater.inflate(R.layout.widget_progress_bar,
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 169 inflater.inflate(R.layout.tag_divider, container);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionSettingsFragment.java 96 inflater.inflate(R.layout.captioning_preview, v, true);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 107 public static MessageAttachmentTile inflate(LayoutInflater inflater, ViewGroup parent) { method in class:MessageAttachmentTile
108 MessageAttachmentTile view = (MessageAttachmentTile) inflater.inflate(
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HelpFragment.java 71 final View view = inflater.inflate(R.layout.help_fragment, container, false);
85 inflater.inflate(R.menu.help_menu, menu);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
GeneralPrefsFragment.java 94 inflater.inflate(R.menu.general_prefs_fragment_menu, menu);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 67 protected void inflate(Context context, int inflateLevel) { method in class:FallbackSource
GoogleSource.java 52 protected void inflate(Context context, int inflateLevel) { method in class:GoogleSource
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
PagedScrollBarView.java 73 inflater.inflate(
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneLayout.java 103 inflater.inflate(R.layout.pane_layout_header, this);

Completed in 2780 milliseconds

1 2 3 4 5 6 78 91011>>