Searched refs:from (Results 1 - 25 of 144) sorted by path

123456

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java17 * may be used to endorse or promote products derived from this software
67 /** Database version from which upgrading is a nop */
160 // from NOP_FROM is the same as upgrading from NOP_TO.
163 Log.i(TAG, "Upgrading downloads database from version " + oldV + " to "
215 private static final void copyString(String key, ContentValues from, ContentValues to) { argument
216 String s = from.getAsString(key);
222 private static final void copyInteger(String key, ContentValues from, ContentValues to) { argument
223 Integer i = from.getAsInteger(key);
/packages/apps/Browser/src/com/android/browser/
H A DAddBookmarkPage.java317 // and choose a different one, so that we will start from
583 View view = LayoutInflater.from(context).inflate(
H A DAddNewBookmark.java41 LayoutInflater factory = LayoutInflater.from(context);
H A DBaseUi.java126 LayoutInflater.from(mActivity)
343 // Remove the container from the content and then remove the
344 // WebView from the container. This will trigger a focus change
405 * Remove the sub window from the content view.
720 LayoutInflater inflater = LayoutInflater.from(mActivity);
H A DBookmarkItem.java54 LayoutInflater factory = LayoutInflater.from(context);
65 * @param item BookmarkItem to receive the info from this BookmarkItem.
H A DBrowserBookmarksAdapter.java42 mInflater = LayoutInflater.from(context);
H A DBrowserBookmarksPage.java227 // If the site is bookmarked, the item becomes remove from
611 LayoutInflater inflater = LayoutInflater.from(getActivity());
H A DBrowserHistoryPage.java370 // For a bookmark, provide the option to remove it from bookmarks
607 LayoutInflater factory = LayoutInflater.from(getContext());
637 // Add padding on the left so it will be indented from the
H A DDateSortedExpandableListAdapter.java107 * Get the byte array at cursorIndex from the Cursor. Assumes the Cursor
112 * @return corresponding byte array from the Cursor.
124 * Get the integer at cursorIndex from the Cursor. Assumes the Cursor has
129 * @return corresponding integer from the Cursor.
137 * Get the long at cursorIndex from the Cursor. Assumes the Cursor has
146 * Get the String at cursorIndex from the Cursor. Assumes the Cursor has
151 * @return corresponding String from the Cursor.
188 * Translates from a group position in the ExpandableList to a bin. This is
285 LayoutInflater factory = LayoutInflater.from(mContext);
H A DHttpAuthenticationDialog.java111 LayoutInflater factory = LayoutInflater.from(mContext);
H A DNavScreen.java117 LayoutInflater.from(mContext).inflate(R.layout.nav_screen, this);
H A DNavTabView.java57 LayoutInflater.from(mContext).inflate(R.layout.nav_tab_view, this);
H A DPageDialogsHandler.java130 * this dialog was opened from the SSL-certificate-on-error dialog or
139 final LayoutInflater factory = LayoutInflater.from(mContext);
175 // if we came here from the SSL error dialog
191 // if we came here from the SSL error dialog
215 // if we came here from the SSL error dialog
223 // otherwise, display the top-most certificate from
236 * (accessible from the Page-Info dialog).
347 LayoutInflater factory = LayoutInflater.from(mContext);
H A DPhoneUi.java520 mMain = LayoutInflater.from(ctx).inflate(R.layout.anim_screen,
H A DPieControlBase.java126 mInflater = LayoutInflater.from(ctx);
H A DPieControlXLarge.java170 mInflater = LayoutInflater.from(ctx);
H A DSuggestionsAdapter.java165 final LayoutInflater inflater = LayoutInflater.from(mContext);
578 // There must be a better way to strip HTML from things.
H A DTabBar.java104 LayoutInflater factory = LayoutInflater.from(activity);
274 LayoutInflater inflater = LayoutInflater.from(getContext());
H A DTitleBar.java73 LayoutInflater factory = LayoutInflater.from(context);
222 * Update the progress, from 0 to 100.
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinnerAdapter.java52 mInflater = LayoutInflater.from(mContext);
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java120 LayoutInflater infalter = LayoutInflater.from(mContext);
175 // The below is copied from View - we want to bypass the override
360 mInflater = LayoutInflater.from(mContext);
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java266 final LayoutInflater inflater = LayoutInflater.from(parent.getContext());
/packages/apps/Calendar/
H A DAndroid.mk4 # Include res dir from chips
/packages/apps/Calendar/src/com/android/calendar/
H A DEmailAddressAdapter.java40 mInflater = LayoutInflater.from(context);
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java317 int from = Math.max(startDay, mTodayJulianDay);
319 for (int day = from; day <= to; day++) {

Completed in 6078 milliseconds

123456