Searched refs:from (Results 101 - 125 of 239) sorted by relevance

12345678910

/packages/apps/Launcher3/src/com/android/launcher3/
H A DFolderIcon.java138 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
346 // This will animate the first item from it's position as an icon into its
360 // This will animate the first item from it's position as an icon into its
381 // after a configuration activity (ie. for a Shortcut being dragged from AllApps) we
385 Rect from = new Rect();
386 dragLayer.getViewRectRelativeToSelf(animateView, from);
415 dragLayer.animateView(animateView, from, to, finalAlpha,
437 // Came from all apps -- make a copy
513 // We want to imagine our coordinates from the bottom left, growing up and to the
H A DInstallWidgetReceiver.java128 mInflater = LayoutInflater.from(context);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DOtherSettingsPopup.java56 mInflater = LayoutInflater.from(getContext());
H A DSharePopup.java77 int resource, String[] from, int[] to) {
78 super(context, data, resource, from, to);
76 MySimpleAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
/packages/apps/Mms/src/com/android/mms/ui/
H A DRecipientListActivity.java123 mInflater = LayoutInflater.from(context);
H A DMessageUtils.java95 // anything ever delete from the mmssms.db canonical_addresses
193 String from = extractEncStr(context, nInd.getFrom());
196 details.append(!TextUtils.isEmpty(from)? from:
257 String from = extractEncStr(context, ((RetrieveConf) msg).getFrom());
260 details.append(!TextUtils.isEmpty(from)? from:
461 // If the message is from a different year, show the date and year.
465 // If it is from a different day than today, show only the date.
468 // Otherwise, if the message is from toda
[all...]
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DMimeMessage.java251 * Returns a list of the given recipient type from this message. If no addresses are
337 public void setFrom(Address from) throws MessagingException { argument
339 if (from != null) {
340 setHeader("From", MimeUtility.fold(from.toHeader(), FROM_LENGTH));
342 from
486 * Set entire extended headers from String
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationLongPressTipView.java39 // TODO: this class was shamelessly copied from ConversationPhotoTeaserView. Look into
197 return SwipeableView.from(mSwipeableContent);
226 * notifyDatasetChanged() will remove it from the adapter.
232 * from being removed, inlined, or obfuscated.
H A DFolderSelectorAdapter.java99 mInflater = LayoutInflater.from(context);
107 mInflater = LayoutInflater.from(context);
209 // Map from folder Uri to TreeNode containing said folder
/packages/apps/Browser/src/com/android/browser/
H A DPageDialogsHandler.java130 * this dialog was opened from the SSL-certificate-on-error dialog or
140 final LayoutInflater factory = LayoutInflater.from(mContext);
176 // if we came here from the SSL error dialog
192 // if we came here from the SSL error dialog
216 // if we came here from the SSL error dialog
224 // otherwise, display the top-most certificate from
237 * (accessible from the Page-Info dialog).
348 LayoutInflater factory = LayoutInflater.from(mContext);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DDetailsDialog.java55 ListView detailsList = (ListView) LayoutInflater.from(context).inflate(
237 tv = (TextView) LayoutInflater.from(mContext).inflate(
H A DPieRenderer.java459 * @param angle from 0..PI to Android degrees (clockwise starting at 3 o'clock)
732 // get angle and radius from x/y
816 private void moveSelection(PieItem from, PieItem to) { argument
818 final int fromPos = getItemPos(from);
821 float startAngle = getArcCenter(from, getItemPos(from), count)
1102 public void setScale(float from, float to) { argument
1103 mFrom = from;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDialogDetailsView.java93 ListView detailsList = (ListView) LayoutInflater.from(mActivity.getAndroidContext()).inflate(
278 tv = (TextView) LayoutInflater.from(mActivity.getAndroidContext()).inflate(
H A DPositionController.java185 // The direction of a new picture should appear. New pictures pop from top
186 // if this value is true, or from bottom if this value is false.
347 // Start animation from the saved rectangle if we have one.
358 // Animate from large gaps for neighbor boxes to avoid them
850 // Note we go from center-out because each box's X coordinate
1022 RangeIntArray from = new RangeIntArray(fromIndex, -BOX_MAX, BOX_MAX);
1044 int j = from.get(i);
1052 int j = from.get(i);
1054 int k = from.get(i + 1);
1079 if (from
[all...]
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java232 PickListAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to) { argument
233 super(context, layout, cursor, from, to);
H A DTouchInterceptor.java160 // by going back from a visible item
465 void drag(int from, int to); argument
468 void drop(int from, int to); argument
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java259 public MyAdapter(Context context, int layout, Cursor c, String[] from, int[] to, argument
261 super(context, layout, c, from, to);
H A DZonePicker.java48 * such as "Africa", "Europe", etc. Choosing an item from the list will set
49 * the time zone. Pressing Back without choosing from the list will not
96 final String[] from = new String[] {KEY_DISPLAYNAME, KEY_GMT};
106 from,
113 * Searches {@link TimeZone} from the given {@link SimpleAdapter} object, and returns
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionarySettings.java45 // Caveat: This class is basically taken from
309 public MyAdapter(Context context, int layout, Cursor c, String[] from, int[] to, argument
311 super(context, layout, c, from, to);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DSaveImage.java107 // 2. User edit remote image remote01.jpg from picassa or other server.
229 Log.w(LOGTAG, "Failed to get XMP data from image: ", e);
500 String from = srcFile.getName();
502 from = from.substring(from.lastIndexOf("."));
504 if (!to.equals(from)) {
506 name = name.substring(0, name.lastIndexOf(".")) + from;
574 // Ignore error for lacking the data column from the source.
631 * Gets the actual filename for a Uri from Galler
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java250 mInflater = LayoutInflater.from(context);
381 * view's expanded state differs from the item's expanded state.
426 // 1. the account has a custom from, the cursor will populate the
427 // selected custom from as the fromAddress when a message is sent but
432 String from = mMessage.getFrom();
433 if (TextUtils.isEmpty(from)) {
434 from = getAccount().name;
436 mSender = getAddress(from);
1155 * for "show images", <code>false</code> if we are transitioning from "Show pictures"
1297 VeiledAddressMatcher veiledMatcher, String[] from, Strin
1295 renderExpandedDetails(Resources res, View detailsView, String viaDomain, Map<String, Address> addressCache, Account account, VeiledAddressMatcher veiledMatcher, String[] from, String[] replyTo, String[] to, String[] cc, String[] bcc, CharSequence receivedTimestamp) argument
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DUpdateHandler.java173 * Download latest metadata from the server through DownloadManager for all known clients
212 * Download latest metadata from the server through DownloadManager for all relevant clients
223 // gets from the content-type. We need to circumvent this.
322 * This method has no intelligence about the data it commits to the database aside from the
346 * Retrieve information about a specific download from DownloadManager.
412 * This is called by the system upon broadcast from the DownloadManager that a file
419 * @param intent The intent from the DownloadManager containing details about the download.
443 // downloadSuccessful is not final because we may still have exceptions from now on
459 // Now that we're done using it, we can remove this download from DLManager
587 * @throws IOException if the downloaded file can't be read from th
746 compareMetadataForUpgrade(final Context context, final String clientId, List<WordListMetadata> from, List<WordListMetadata> to) argument
[all...]
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java109 LayoutInflater infalter = LayoutInflater.from(mContext);
161 // The below is copied from View - we want to bypass the override
294 mInflater = LayoutInflater.from(mContext);
/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++) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java58 * "before" state, usually from an {@link Entity}.
278 public void copyStringFrom(ValuesDelta from, String key) { argument
280 put(key, from.getAsString(key));
325 * Merge the "after" values from the given {@link ValuesDelta},

Completed in 855 milliseconds

12345678910