Searched refs:from (Results 126 - 144 of 144) sorted by relevance

123456

/packages/apps/Email/src/com/android/email/activity/
H A DAccountSelectorAdapter.java113 mInflater = LayoutInflater.from(context);
158 // Show the email address only when it's different from the display name.
243 * Returns the account/mailbox ID extracted from the given cursor.
267 /** Returns the account name extracted from the given cursor. */
272 /** Returns the email address extracted from the given cursor. */
278 * Returns the message count (unread or total, depending on row) extracted from the given
382 // TODO We may want a header for this to separate it from the account list
H A DMessageListFragment.java173 * Note {@code mailboxId} is of the actual mailbox of the message, which is different from
323 // If the data hasn't finished loading, we don't have the full mailbox - infer from ID.
384 mSearchHeader = (ViewGroup) LayoutInflater.from(mActivity).inflate(
400 // to determine if CAB shold be shown. But because it's called from onDestroyView(), at
741 // We can't move from combined accounts view
742 // We also need to check the actual mailbox to see if we can move items from it
798 // Weird case - a virtual mailbox where the messages could come from different mailbox
855 // Detached from activity. This callback was really delayed or a monkey was involved.
904 * sense of the helper methods is "true=unread"; this may be called from the UI thread
924 * Toggles a set of favorites (stars); this may be called from th
[all...]
H A DMessageCompose.java119 /** If the intent is sent from the email app itself, it should have this boolean extra. */
121 /** If the intent is sent from thw widget. */
180 * The action being handled by this activity. This is initially populated from the
245 * Creates an {@link Intent} that can start the message compose activity from the main Email
246 * activity. This should not be used for Intents to be fired from outside of the main Email
247 * activity, such as from widgets, as the behavior of the compose screen differs subtly from
259 * This should only be called from the main Email application.
277 * This should only be called from the main Email application.
322 * Discard will delete the message from th
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DInCallTouchUi.java136 LayoutInflater inflater = LayoutInflater.from(context);
268 // Ugly hack to cover up slow response from the radio:
311 // from interfering with the incoming call UI, like if you
571 // The various layers of artwork for this button come from
861 * We get this callback from the incoming call widget
870 // ...and also prevent it from reappearing right away.
871 // (This covers up a slow response from the radio for some
876 // Each possible action from the incoming call widget corresponds
883 + ") from incoming-call widget, but null mInCallScreen!");
988 // Normally, the ping animation is triggered by RING events from
[all...]
H A DCallCard.java121 LayoutInflater inflater = LayoutInflater.from(context);
322 // Display caller-id info and photo from the incoming call:
382 // Stop getting timer ticks from this call
389 // Stop getting timer ticks from a previous call
396 // Stop getting timer ticks from a previous call
411 // with whatever (stale) info we can get from the
453 // callerinfo differs from what we've been requested to display.
507 if (DBG) log("- displayMainCallStatus: CNAP data from Connection: "
514 if (DBG) log("- displayMainCallStatus: CNAP data from Connection: "
563 if (DBG) log("callerinfo query complete, updating ui from displayMainCallStatu
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java195 /** Distance to inset content from sides, when needed. */
629 * {@link NetworkStatsHistory} and {@link NetworkPolicy} from system, and
1475 convertView = LayoutInflater.from(parent.getContext()).inflate(
1638 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
1692 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
1754 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java576 // the second tap of the "double tap" from now for a while because we just have
586 // transited from automatic temporary upper case.
704 // from {@link #SWITCH_STATE_SYMBOL_BEGIN}, or {@link #SWITCH_STATE_ALPHA}, not from
782 mCurrentInputView = (InputView)LayoutInflater.from(mThemeContext).inflate(
H A DLatinKeyboardView.java351 // calling setAlreadyProcessed() nor remove the tracker from mPointerQueue.
362 final View container = LayoutInflater.from(getContext()).inflate(mMoreKeysLayout, null);
506 // events except a transition from/to single-touch.
549 // Send a down event for the latest pointer if the key is different from the
633 // Token is available from here.
649 * Receives hover events from the input framework. This method overrides
H A DKeyboardView.java826 return (TextView)LayoutInflater.from(context).inflate(mKeyPreviewLayoutId, null);
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java192 // from the beginning though when the user
531 // - come back from UMS
1209 a track randomly picked from the not-yet-played tracks when shuffling.
1210 If all tracks have already been played, pick from the full set, but
1220 When playing an album with 10 tracks from the start, and enabling shuffle
1232 // go to previously-played track and remove it from the history
1263 // Pick random next track from the not-yet-played ones
1297 //pick from full set
1398 // pick something at random from the list
1490 * Removes the range of tracks specified from th
1974 moveQueueItem(int from, int to) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DBrowserBookmarksPage.java227 // If the site is bookmarked, the item becomes remove from
611 LayoutInflater inflater = LayoutInflater.from(getActivity());
H A DAddBookmarkPage.java317 // and choose a different one, so that we will start from
583 View view = LayoutInflater.from(context).inflate(
/packages/apps/Contacts/src/com/android/contacts/dialpad/
H A DDialpadFragment.java136 // Last number dialed, retrieved asynchronously from the call DB
382 // (e.g. by selecting the Home shortcut, or tabbing over from
402 // see if we are "adding a call" from the InCallScreen; false by default.
980 * @param tone a tone code from {@link ToneGenerator}
1102 mInflater = LayoutInflater.from(context);
1168 * Handle clicks from the dialpad chooser.
1205 * or "return to call" from the dialpad chooser.
1222 // so we just take the user back where he came from...)
1272 * Returns true whenever any one of the options from the menu is selected.
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java144 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv);
181 LogTag.error("Tried to add duplicate Conversation to Cache (from recipients): " + conv);
261 public static Conversation from(Context context, Cursor cursor) { method in class:Conversation
277 LogTag.error(TAG, "Tried to add duplicate Conversation to Cache (from cursor): " +
280 LogTag.error("Converations.from cache.replace failed on " + conv);
416 // remove ourself from the cache
496 * Returns a snippet of text from the most recent message in the conversation.
716 * Fill the specified conversation with the values from the specified
830 * then builds a new conversation (from the cursor) and tries to add it, but gets
884 * Remove all conversations from th
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
H A DVoiceProxy.java81 // Whether or not the user has used voice input from an unsupported locale UI before.
115 // For each word, a list of potential replacements, usually from voice.
142 View view = LayoutInflater.from(mService).inflate(viewResource, null);
294 // Add this flag to start an activity from service
532 // Start listening for updates to the text from typing, etc.
662 // The user has started a voice input from an unsupported locale, so remember that
786 // Note that onCancelVoice() will be called again from SubtypeSwitcher.
861 // different list from Gservices.
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c1680 if (nj_charncmp(key, condition->charset->from[l], 1) == 0) {
1815 if (nj_charncmp(key, condition->charset->from[l], 1) == 0) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java234 mLayoutInflater = LayoutInflater.from(context);
339 * This differs from isDataReady as this is the test done if isDataReady is not set.
796 // We use the distance from the target page as an initial guess of priority, but if there
1373 // it from accepting touches
1545 * We load an extra page on each side to prevent flashes from scrolling and loading of the
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnJAJP.java922 * Create a {@link StrSegment} from a character code.
1184 * Handle the space key event from the Hardware keyboard.
1242 * Handle the character code from the hardware keyboard except the space key.
2021 * Handle character input from the software keyboard without listing candidates.
2048 * Handle character input from the software keyboard.
2190 * Get the shift key state from the editor.
2252 String stroke = composingText.toString(ComposingText.LAYER1, seg.from, seg.to);
2456 * This method is called from {@link #onEvent()}.
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java391 * from a previous contact.
850 // Add the other entries from third parties
921 // Add a title for this kind by extracting the kind from the first entry
1159 * A title for a section of contact details from a single 3rd party network. It's also
1242 * Build new {@link DetailViewEntry} and populate from the given values.
1268 // Non-custom type. Get its description from the resource
1271 // Custom type. Read it from the database
2144 mInflater = LayoutInflater.from(context);

Completed in 7400 milliseconds

123456