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

1 2 3 4 5 6 7 8 9

  /external/libpng/contrib/pngminim/encoder/
dummy_inflate.c 3 int ZEXPORT inflate(strm, flush) function
  /external/skia/src/views/
SkViewPriv.cpp 11 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Artist
57 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Layout
SkViewInflate.cpp 51 view->inflate(dom, node);
54 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) function in class:SkViewInflate
94 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) function in class:SkViewInflate
99 return node ? this->inflate(dom, node, root) : NULL;
131 SkDebugf("inflate: listenTo(\"%s\")\n", iter->fStr);
136 SkDebugf("inflate: broadcastFrom(\"%s\")\n", iter->fStr);
  /packages/apps/Browser/src/com/android/browser/
AddNewBookmark.java 42 factory.inflate(R.layout.add_new_bookmark, this);
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
MainActivity.java 49 menuInflater.inflate(R.menu.main, menu);
ActionBarHelperBase.java 241 public void inflate(int menuRes, Menu menu) { method in class:ActionBarHelperBase.WrappedMenuInflater
243 mInflater.inflate(menuRes, menu);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Help.java 46 inflater.inflate(R.menu.help, menu);
  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 140 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) method in class:ColorDrawable
142 super.inflate(r, parser, attrs);
  /frameworks/base/core/java/android/widget/
ZoomControls.java 49 inflater.inflate(R.layout.zoom_controls, this, // we are the parent
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextGammaActivity.java 77 inflater.inflate(R.layout.text_large, this, true);
78 inflater.inflate(R.layout.text_medium, this, true);
79 inflater.inflate(R.layout.text_small, this, true);
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 46 Inflater inflate = new Inflater(); local
47 inflate.setInput(byteArray);
48 inflate.end();
50 inflate.reset();
51 inflate.setInput(byteArray);
55 assertEquals("inflate can still be used after end is called", 1, r);
69 Inflater inflate = new Inflater(false); local
72 while (!(inflate.finished())) {
73 if (inflate.needsInput()) {
74 inflate.setInput(outPutBuff1)
120 Inflater inflate = new Inflater(); local
149 Inflater inflate = new Inflater(); local
206 Inflater inflate = new Inflater(); local
260 Inflater inflate = new Inflater(); local
363 Inflater inflate = new Inflater(); local
479 Inflater inflate = new Inflater(); local
492 Inflater inflate = new Inflater(true); local
540 Inflater inflate = new Inflater(); local
567 Inflater inflate = new Inflater(); local
594 Inflater inflate = new Inflater(); local
698 Inflater inflate = new Inflater(); local
712 Inflater inflate = new Inflater(); local
1093 Inflater inflate = new Inflater(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 44 inflater.inflate(R.menu.test_list_menu, menu);
  /cts/tests/tests/view/src/android/view/cts/
MenuInflaterTest.java 72 notes = "Test {@link MenuInflater#inflate(int, Menu)}",
73 method = "inflate",
77 + "MenuInflater#inflate(int, Menu) when param menu is null")
82 mMenuInflater.inflate(com.android.cts.stub.R.menu.browser, menu);
87 mMenuInflater.inflate(0, menu);
93 mMenuInflater.inflate(com.android.cts.stub.R.menu.browser, null);
101 method = "inflate",
108 mMenuInflater.inflate(R.menu.visible_shortcut, menu);
122 mMenuInflater.inflate(com.android.cts.stub.R.menu.title_icon, menu);
138 mMenuInflater.inflate(com.android.cts.stub.R.menu.category_order, menu)
    [all...]
ViewStubTest.java 131 // does not call inflate
138 //assure the inflate is called
210 viewStub.inflate();
225 viewStub.inflate();
258 notes = "Test {@link ViewStub#inflate()}",
259 method = "inflate",
272 View view = viewStub.inflate();
285 notes = "Test abnormal condition of {@link ViewStub#inflate()}",
286 method = "inflate",
289 @ToBeFixed(bug="", explanation="should add javadoc for ViewStub#inflate(): it will"
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarUsage.java 51 inflater.inflate(R.menu.actions, menu);
MenuInflateFromXml.java 34 * that the user can choose to inflate. First, select an example resource from
117 // Inflate the currently selected menu XML resource.
119 inflater.inflate(sMenuExampleResources[mSpinner.getSelectedItemPosition()], menu);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java 54 inflater.inflate(R.menu.list_select_menu, menu);
List16.java 56 inflater.inflate(R.menu.list_select_menu, menu);
SearchViewActionBar.java 62 inflater.inflate(R.menu.searchview_in_menu, menu);
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterInputStreamTest.java 42 assertEquals(Arrays.toString(data), Arrays.toString(inflate(out.toByteArray()))); method
52 public byte[] inflate(byte[] bytes) throws IOException { method in class:DeflaterInputStreamTest
76 assertEquals(Arrays.toString(data), Arrays.toString(inflate(out.toByteArray()))); method
  /packages/apps/Camera/src/com/android/camera/
PreferenceInflater.java 33 * Inflate <code>CameraPreference</code> from XML resource.
50 public CameraPreference inflate(int resId) { method in class:PreferenceInflater
51 return inflate(mContext.getResources().getXml(resId));
75 private CameraPreference inflate(XmlPullParser parser) { method in class:PreferenceInflater
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PickerActivity.java 67 inflater.inflate(R.menu.pickup, menu);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExchangeSource.java 48 protected void inflate(Context context, int inflateLevel) { method in class:ExchangeSource
ExternalSource.java 94 public void inflate(Context context, int inflateLevel) { method in class:ExternalSource
104 inflate(context, parser); method
115 * Inflate this {@link ContactsSource} from the given parser. This may only
118 protected void inflate(Context context, XmlPullParser parser) { method in class:ExternalSource
158 // Inflate a specific column as summary when requested
169 // Inflate social summary when requested
174 // Inflate specific column as summary
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 150 colorStateList.inflate(r, parser, attrs);
173 private void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) method in class:ColorStateList

Completed in 722 milliseconds

1 2 3 4 5 6 7 8 9