HomeSort by relevance Sort by last modified time
    Searched refs:inflate (Results 426 - 450 of 1263) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 121 final View view = mInflater.inflate(R.layout.app_ops_details_item,
186 final View view = inflater.inflate(R.layout.app_ops_details, container, false);
ProcessStatsDetail.java 97 final View view = inflater.inflate(R.layout.process_stats_details, container, false);
174 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.running_processes_item,
191 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_detail_item_text,
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 98 public static MessageAttachmentTile inflate(LayoutInflater inflater, ViewGroup parent) { method in class:MessageAttachmentTile
99 MessageAttachmentTile view = (MessageAttachmentTile) inflater.inflate(
MessageAttachmentBar.java 99 public static MessageAttachmentBar inflate(LayoutInflater inflater, ViewGroup parent) { method in class:MessageAttachmentBar
100 MessageAttachmentBar view = (MessageAttachmentBar) inflater.inflate(
207 mPopup.getMenuInflater().inflate(R.menu.message_footer_overflow_menu,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java 82 attachmentTile = MessageAttachmentTile.inflate(mInflater, this);
94 ComposeAttachmentTile.inflate(mInflater, this);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 98 inflate(context, inflateLevel); method
106 protected abstract void inflate(Context context, int inflateLevel); method in class:ContactsSource
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 406 scaleDrawable.inflate(res, parser, attrs);
415 scaleDrawable.inflate(res, parser, attrs);
421 scaleDrawable.inflate(null, parser, attrs);
427 scaleDrawable.inflate(res, null, attrs);
433 scaleDrawable.inflate(res, parser, null);
  /external/zlib/src/test/
example.c 236 * Test inflate() with small buffers
260 err = inflate(&d_stream, Z_NO_FLUSH);
262 CHECK_ERR(err, "inflate");
269 fprintf(stderr, "bad inflate\n");
272 printf("inflate(): %s\n", (char *)uncompr);
332 * Test inflate() with large buffers
356 err = inflate(&d_stream, Z_NO_FLUSH);
358 CHECK_ERR(err, "large inflate");
365 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
435 inflate(&d_stream, Z_NO_FLUSH)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 208 mRoot = inflater.inflate(R.layout.history, container, false);
233 stub.inflate();
288 inflater.inflate(R.menu.history, menu);
351 // Inflate the menu
354 inflater.inflate(R.menu.historycontext, menu);
608 item = (TextView) factory.inflate(R.layout.history_header, null);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 672 inf.inflate(R.xml.simple);
690 inf.inflate(R.xml.simple_large);
699 super("LayoutInflater", "Inflate layout resource");
712 inf.inflate(R.layout.small_layout, null);
721 super("LayoutInflaterLarge", "Inflate large layout resource");
734 inf.inflate(R.layout.large_layout, null);
743 super("LayoutInflaterView", "Inflate layout with 50 View objects");
756 inf.inflate(R.layout.view_layout, null);
765 super("LayoutInflaterButton", "Inflate layout with 50 Button objects");
778 inf.inflate(R.layout.button_layout, null)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 101 activity.getMenuInflater().inflate(R.menu.overlay_mode_menu, menu);
298 final View beginView = inflate(getContext(), R.layout.empty_timeline_item, null);
308 final View endView = inflate(getContext(), R.layout.empty_timeline_item, null);
317 mLeftHandle = (HandleView)inflate(getContext(), R.layout.left_handle_view, null);
320 mRightHandle = (HandleView)inflate(getContext(), R.layout.right_handle_view, null);
401 final OverlayView overlayView = (OverlayView)inflate(getContext(),
432 final OverlayView overlayView = (OverlayView)inflate(getContext(),
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 284 view = (TextView) inflater.inflate(R.layout.test_category_row, parent, false);
315 view = (TextView) inflater.inflate(R.layout.bu_preference_row, parent, false);
343 view = (TextView) inflater.inflate(R.layout.bu_preference_row, parent, false);
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 235 inflater.inflate(R.layout.contact_detail_fragment, container, false);
307 inflater.inflate(R.menu.contact_detail_menu, menu);
440 (LinearLayout) LayoutInflater.from(getActivity()).inflate(
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 105 return viewNode.inflate(context, parent);
170 public View inflate(Context context, View parent) throws Exception { method in class:ViewLoader.ViewNode
174 child.inflate(context, view);
216 throw new RuntimeException("Cannot inflate a fragment unless the activity is a FragmentActivity");
  /external/zlib/src/contrib/delphi/
ZLib.pas 206 {$L inflate.obj}
246 // inflate decompresses data
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; function
347 while DCheck(inflate(strm, Z_NO_FLUSH)) <> Z_STREAM_END do
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
517 CCheck(inflate(FZRec, 0));
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 172 v = mInflater.inflate(R.layout.actionbar_pulldown_menu_top_button, parent, false);
213 v = mInflater.inflate(
261 View v = mInflater.inflate(R.layout.actionbar_pulldown_menu_button, parent, false);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 111 .setView(inflater.inflate(R.layout.keyboard_layout_dialog_switch_hint, null));
252 view = mInflater.inflate(
267 view = mInflater.inflate(
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 124 LayoutInflater inflate = local
127 textView = (TextView) inflate.inflate(R.layout.bubble_text, null);
  /bootable/recovery/applypatch/
imgpatch.c 157 // data, we expect one call to inflate() to suffice.
158 ret = inflate(&strm, Z_SYNC_FLUSH);
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeAdapter.java 189 textView = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1,
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test4DetailFragment.java 67 View rootView = inflater.inflate(R.layout.test4_detail_fragment, container, false);
Test5DetailFragment.java 55 View rootView = inflater.inflate(R.layout.test5_detail_fragment, container, false);
TestGenericDetailFragment.java 54 View rootView = inflater.inflate(R.layout.test_results_detail_fragment, container, false);
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnectSample/src/main/java/com/example/android/networkconnect/
MainActivity.java 72 getMenuInflater().inflate(R.menu.main, menu);
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 94 inflater.inflate(R.menu.main, menu);

Completed in 573 milliseconds

<<11121314151617181920>>