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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 85 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false);
96 TextView empty = (TextView) inflater.inflate(R.layout.tag_text, content, false);
103 inflater.inflate(R.layout.tag_divider, content, true);
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test6DetailFragment.java 45 View rootView = inflater.inflate(R.layout.test6_detail_fragment, container, false);
  /developers/samples/android/background/alarms/Scheduler/src/com/example/android/scheduler/
MainActivity.java 44 getMenuInflater().inflate(R.menu.main, menu);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
PopupMenu1.java 29 * This demonstrates the use of the PopupMenu class. Clicking the button will inflate and
41 popup.getMenuInflater().inflate(R.menu.popup, popup.getMenu());
Tabs1.java 38 LayoutInflater.from(this).inflate(R.layout.tabs1, tabHost.getTabContentView(), true);
  /external/chromium_org/third_party/skia/src/views/
SkViewInflate.cpp 58 view->inflate(dom, node);
61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) function in class:SkViewInflate
101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) function in class:SkViewInflate
106 return node ? this->inflate(dom, node, root) : NULL;
138 SkDebugf("inflate: listenTo(\"%s\")\n", iter->fStr);
143 SkDebugf("inflate: broadcastFrom(\"%s\")\n", iter->fStr);
SkViewPriv.cpp 18 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Artist
64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Layout
  /external/chromium_org/third_party/zlib/
uncompr.c 48 err = inflate(&stream, Z_FINISH);
  /external/qemu/distrib/zlib-1.2.3/
uncompr.c 50 err = inflate(&stream, Z_FINISH);
  /external/replicaisland/src/com/replica/replicaisland/
CustomToastSystem.java 34 mView = inflater.inflate(R.layout.custom_toast, null);
  /external/skia/src/views/
SkViewInflate.cpp 58 view->inflate(dom, node);
61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) function in class:SkViewInflate
101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) function in class:SkViewInflate
106 return node ? this->inflate(dom, node, root) : NULL;
138 SkDebugf("inflate: listenTo(\"%s\")\n", iter->fStr);
143 SkDebugf("inflate: broadcastFrom(\"%s\")\n", iter->fStr);
SkViewPriv.cpp 18 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Artist
64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) function in class:SkView::Layout
  /external/zlib/src/
uncompr.c 48 err = inflate(&stream, Z_FINISH);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestTextViewDrawablesLtr.java 34 currentView = inflater.inflate(R.layout.textview_drawables_ltr, container, false);
BiDiTestTextViewDrawablesRtl.java 34 currentView = inflater.inflate(R.layout.textview_drawables_rtl, container, false);
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualActivity.java 34 View root = getLayoutInflater().inflate(R.layout.gldual_activity, null);
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/testapp/src/com/android/uiautomator/tests/cts/testapp/
Test6DetailFragment.java 45 View rootView = inflater.inflate(R.layout.test6_detail_fragment, container, false);
  /packages/apps/Browser/src/com/android/browser/
UrlSelectionActionMode.java 35 mode.getMenuInflater().inflate(R.menu.url_selection, menu);
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClockFragment.java 44 fakeOverflow.inflate(R.menu.desk_clock_menu);
  /packages/apps/Dialer/src/com/android/dialer/list/
AllContactsFragment.java 53 return inflater.inflate(R.layout.show_all_contacts_fragment, null);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
WaitFragment.java 83 .inflate(R.layout.wait_container, container, false);
94 view = mInflater.inflate(R.layout.wait_for_manual_sync, root, false);
100 view = mInflater.inflate(R.layout.wait_default, root, false);
102 view = mInflater.inflate(R.layout.wait_for_sync, root, false);
  /development/apps/Development/src/com/android/development/
PackageSummary.java 158 final LayoutInflater inflate = local
175 Button view = (Button)inflate.inflate(
192 Button view = (Button)inflate.inflate(
206 Button view = (Button)inflate.inflate(
219 Button view = (Button)inflate.inflate(
232 Button view = (Button)inflate.inflate
    [all...]
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 56 getMenuInflater().inflate(R.menu.activity_layout_changes, menu);
81 final ViewGroup newView = (ViewGroup) LayoutInflater.from(this).inflate(
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRect.cpp 78 m_innerStrokeRect.inflate(-strokeWidth / 2);
79 m_outerStrokeRect.inflate(strokeWidth / 2);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
Demo1.java 54 inflater.inflate(R.layout.results_screen, mSceneRoot);
63 inflater.inflate(R.layout.search_screen, mSceneRoot);

Completed in 637 milliseconds

1 2 34 5 6 7 8 91011>>