Home
last modified time | relevance | path

Searched refs:inflate (Results 1 – 25 of 150) sorted by relevance

123456

/packages/apps/Contacts/src/com/android/contacts/
DScrollingTabWidget.java72 mLeftArrowView = (ImageView) mInflater.inflate(R.layout.tab_left_arrow, this, false); in ScrollingTabWidget()
74 mRightArrowView = (ImageView) mInflater.inflate(R.layout.tab_right_arrow, this, false); in ScrollingTabWidget()
76 mTabsScrollWrapper = (HorizontalScrollView) mInflater.inflate( in ScrollingTabWidget()
79 View accountNameView = mInflater.inflate(R.layout.tab_account_name, this, false); in ScrollingTabWidget()
248 addTab(mInflater.inflate(layoutResId, mTabsView, false)); in addTab()
/packages/apps/Camera/src/com/android/camera/
DOnScreenHint.java110 LayoutInflater inflate = in makeText() local
113 View v = inflate.inflate(R.layout.on_screen_hint, null); in makeText()
/packages/apps/Contacts/src/com/android/contacts/model/
DExternalSource.java94 public void inflate(Context context, int inflateLevel) { in inflate() method in ExternalSource
104 inflate(context, parser); in inflate()
118 protected void inflate(Context context, XmlPullParser parser) { in inflate() method in ExternalSource
DContactsSource.java98 inflate(context, inflateLevel); in ensureInflated()
106 protected abstract void inflate(Context context, int inflateLevel); in inflate() method in ContactsSource
/packages/apps/Gallery/src/com/android/camera/
DOnScreenHint.java112 LayoutInflater inflate = in makeText() local
115 View v = inflate.inflate(R.layout.on_screen_hint, null); in makeText()
/packages/apps/AlarmClock/src/com/android/alarmclock/
DClockPicker.java75 mClock = mFactory.inflate(AlarmClock.CLOCKS[position], null); in onItemSelected()
114 View clock = mFactory.inflate(AlarmClock.CLOCKS[position], null); in getView()
DAlarmClock.java98 View ret = mFactory.inflate(R.layout.alarm_time, parent, false); in newView()
267 LayoutInflater.from(this).inflate(CLOCKS[mFace], mClockLayout); in inflateClock()
284 getMenuInflater().inflate(R.menu.main_menu, menu); in onCreateOptionsMenu()
293 getMenuInflater().inflate(R.menu.context_menu, menu); in onCreateContextMenu()
308 final View v = mFactory.inflate(R.layout.context_menu_header, null); in onCreateContextMenu()
DAlarmAlert.java100 return inflater.inflate(R.layout.alarm_alert, null); in inflateView()
116 inflater.inflate(AlarmClock.CLOCKS[face], clockView); in updateLayout()
/packages/apps/Settings/src/com/android/settings/
DMediaFormat.java138 mFinalView = mInflater.inflate(R.layout.media_format_final, null); in establishFinalConfirmationState()
161 mInitialView = mInflater.inflate(R.layout.media_format_primary, null); in establishInitialState()
DMasterClear.java150 mFinalView = mInflater.inflate(R.layout.master_clear_final, null); in establishFinalConfirmationState()
173 mInitialView = mInflater.inflate(R.layout.master_clear_primary, null); in establishInitialState()
/packages/apps/IM/src/com/android/im/app/
DContactListActivity.java84 LayoutInflater inflate = getLayoutInflater(); in onCreate() local
85 mContactListView = (ContactListView) inflate.inflate( in onCreate()
158 inflater.inflate(R.menu.contact_list_menu, menu); in onCreateOptionsMenu()
275 mFilterView = (ContactListFilterView)getLayoutInflater().inflate( in showFilterView()
/packages/apps/Browser/src/com/android/browser/
DActiveTabsPage.java45 mFactory.inflate(R.layout.active_tabs, this); in ActiveTabsPage()
123 convertView = mFactory.inflate(position == -1 ? in getView()
DBrowserDownloadPage.java113 inflater.inflate(R.menu.downloadhistory, menu); in onCreateOptionsMenu()
174 inflater.inflate(R.menu.downloadhistorycontextfinished, menu); in onCreateContextMenu()
176 inflater.inflate(R.menu.downloadhistorycontextfailed, menu); in onCreateContextMenu()
178 inflater.inflate(R.menu.downloadhistorycontextrunning, menu); in onCreateContextMenu()
DAddNewBookmark.java45 factory.inflate(R.layout.add_new_bookmark, this); in AddNewBookmark()
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DTutorial.java94 LayoutInflater inflate = in Bubble() local
97 textView = (TextView) inflate.inflate(R.layout.bubble_text, null); in Bubble()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmClock.java77 View ret = mFactory.inflate(R.layout.alarm_time, parent, false); in newView()
245 getMenuInflater().inflate(R.menu.context_menu, menu);
260 final View v = mFactory.inflate(R.layout.context_menu_header, null);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java122 LayoutInflater inflate = in init() local
125 textView = (TextView) inflate.inflate(R.layout.bubble_text, null); in init()
/packages/apps/Mms/src/com/android/mms/ui/
DDeliveryReportAdapter.java46 listItem = (DeliveryReportListItem) factory.inflate( in getView()
DIconListAdapter.java52 view = mInflater.inflate(mResource, parent, false); in getView()
/packages/apps/Launcher/src/com/android/launcher/
DApplicationsAdapter.java44 convertView = mInflater.inflate(R.layout.application_boxed, parent, false); in getView()
DLauncherAppWidgetHostView.java43 return mInflater.inflate(R.layout.appwidget_error, this, false); in getErrorView()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherAppWidgetHostView.java43 return mInflater.inflate(R.layout.appwidget_error, this, false); in getErrorView()
DApplicationsAdapter.java47 convertView = mInflater.inflate(R.layout.application_boxed, parent, false); in getView()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java73 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
/packages/apps/Stk/src/com/android/stk/
DStkMenuAdapter.java50 convertView = mInflater.inflate(R.layout.stk_menu_item, parent, in getView()

123456