HomeSort by relevance Sort by last modified time
    Searched refs:inflate (Results 1 - 25 of 2497) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
InflaterTest.java 52 Inflater inflate = new Inflater(); local
53 inflate.setInput(byteArray);
54 inflate.end();
58 inflate.reset();
59 inflate.setInput(byteArray);
75 Inflater inflate = new Inflater(false); local
78 while (!(inflate.finished())) {
79 if (inflate.needsInput()) {
80 inflate.setInput(outPutBuff1);
83 inflate.inflate(outPutInf)
128 Inflater inflate = new Inflater(); local
158 Inflater inflate = new Inflater(); local
218 Inflater inflate = new Inflater(); local
276 Inflater inflate = new Inflater(); local
381 Inflater inflate = new Inflater(); local
497 Inflater inflate = new Inflater(); local
510 Inflater inflate = new Inflater(true); local
560 Inflater inflate = new Inflater(); local
588 Inflater inflate = new Inflater(); local
616 Inflater inflate = new Inflater(); local
721 Inflater inflate = new Inflater(); local
736 Inflater inflate = new Inflater(); local
1134 Inflater inflate = new Inflater(); local
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/alert/
AlertManager.java 25 View inflate(int layoutId); method in interface:AlertManager
  /cts/hostsidetests/inputmethodservice/deviceside/ime1/src/android/inputmethodservice/cts/ime1/
CtsInputMethod1.java 26 return getLayoutInflater().inflate(R.layout.input_view, null /* root */);
  /cts/hostsidetests/inputmethodservice/deviceside/ime2/src/android/inputmethodservice/cts/ime2/
CtsInputMethod2.java 26 return getLayoutInflater().inflate(R.layout.input_view, null /* root */);
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
MySettingActivity.java 37 View view = getLayoutInflater().inflate(R.layout.my_setting_activity, null);
  /development/samples/AdaptiveIconSample/src/com/example/android/maskableicon/
Activity1.java 27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null);
Activity2.java 27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null);
Activity3.java 27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null);
  /external/okhttp/okio/okio/src/test/java/okio/
InflaterSourceTest.java 31 @Test public void inflate() throws Exception { method in class:InflaterSourceTest
34 Buffer inflated = inflate(deflated);
42 inflate(deflated);
67 Buffer inflated = inflate(deflated);
74 Buffer inflated = inflate(deflated);
105 private Buffer inflate(Buffer deflated) throws IOException { method in class:InflaterSourceTest
  /frameworks/data-binding/integration-tests/App With Spaces/app/src/main/java/android/databinding/appwithspaces/
MainActivity.java 31 mBinder = ActivityMainBinding.inflate(getLayoutInflater());
42 // Inflate the menu; this adds items to the action bar if it is present.
43 getMenuInflater().inflate(R.menu.menu_main, menu);
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/main/java/android/databinding/multimoduletestapp/
MainActivity.java 31 mBinder = ActivityMainBinding.inflate(getLayoutInflater());
42 // Inflate the menu; this adds items to the action bar if it is present.
43 getMenuInflater().inflate(R.menu.menu_main, menu);
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/src/main/java/android/databinding/testlibrary/
TestLibraryMainActivity.java 29 ActivityTestLibraryMainBinding binder = ActivityTestLibraryMainBinding.inflate(
38 // Inflate the menu; this adds items to the action bar if it is present.
39 getMenuInflater().inflate(R.menu.menu_test_library_main, menu);
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
CustomBindingTest.java 37 android.databinding.testapp.mypackage.CustomBinding.inflate(
44 com.android.test.CustomBinding.inflate(getActivity().getLayoutInflater());
DataBindingUtilTest.java 36 BasicBindingBinding binding = BasicBindingBinding.inflate(getActivity().getLayoutInflater());
40 getActivity().getLayoutInflater().inflate(R.layout.basic_binding, root, true);
50 BasicBindingBinding binding = BasicBindingBinding.inflate(getActivity().getLayoutInflater());
80 BasicBindingBinding binding = DataBindingUtil.inflate(getActivity().getLayoutInflater(),
84 binding = DataBindingUtil.inflate(getActivity().getLayoutInflater(),
89 assertNull(DataBindingUtil.inflate(getActivity().getLayoutInflater(),
91 MergeLayoutBinding mergeBinding = DataBindingUtil.inflate(getActivity().getLayoutInflater(),
98 DataBindingUtil.inflate(getActivity().getLayoutInflater(),
102 // You can't inflate a merge layout without a root.
  /developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
CustomFragment.java 30 return inflater.inflate(R.layout.custom_fragment, container, false);
  /developers/samples/android/wearable/wear/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
CustomFragment.java 30 return inflater.inflate(R.layout.custom_fragment, container, false);
  /development/samples/HelloActivity/src/com/example/android/helloactivity/
HelloActivity.java 38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null);
  /development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
CustomFragment.java 30 return inflater.inflate(R.layout.custom_fragment, container, false);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
CustomView.java 13 inflate(context, R.layout.inner_merge, this); method
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestFrameLayoutLocale.java 30 return inflater.inflate(R.layout.frame_layout_locale, container, false);
BiDiTestFrameLayoutLtr.java 30 return inflater.inflate(R.layout.frame_layout_ltr, container, false);
BiDiTestFrameLayoutRtl.java 30 return inflater.inflate(R.layout.frame_layout_rtl, container, false);
BiDiTestGridLayoutLocale.java 30 return inflater.inflate(R.layout.grid_layout_locale, container, false);
BiDiTestGridLayoutLtr.java 30 return inflater.inflate(R.layout.grid_layout_ltr, container, false);
BiDiTestGridLayoutRtl.java 30 return inflater.inflate(R.layout.grid_layout_rtl, container, false);

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>