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

123456

/packages/apps/Email/src/com/android/email/activity/
H A DWelcome.java184 // TODO More completely separate ExchangeService from Email app
187 // Extract parameters from the intent.
257 * When launching an activity from {@link Welcome}, we always want to set
287 mWaitingForSyncView = LayoutInflater.from(this).inflate(
388 // This MUST be called from callback methods.
H A DActionBarController.java242 final LayoutInflater inflater = LayoutInflater.from(mContext);
253 /** Must be called from {@link UIControllerBase#onActivityCreated()} */
258 /** Must be called from {@link UIControllerBase#onActivityDestroy()} */
265 /** Must be called from {@link UIControllerBase#onSaveInstanceState} */
271 /** Must be called from {@link UIControllerBase#onRestoreInstanceState} */
H A DMessageViewFragmentBase.java112 // The different levels of zoom: read from the Preferences.
265 // in onDestroyView to prevent from getting callbacks when the fragment is in the back
266 // stack, but they'll start again when it's back from the back stack.
364 // We might have comes back from other full-screen activities. If so, we need to update
396 // actually removed from the view tree.
815 // Ignore. Callers will handle it from the return code.
823 // The package installer is unable to install files from a content URI; it must be
858 // Set to invisible; if the button is still in this state one second from now, we'll
914 // Prompt the user to always show images from this sender.
1161 // This catches SQLiteException as well as other RTE's we've seen from th
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DActionModeHandler.java83 View customView = LayoutInflater.from(a).inflate(
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java61 mLayoutInflater = LayoutInflater.from(context);
197 // the feedback from having changed the tab almost feels better than having it stick
H A DFolder.java115 * Used to inflate the Workspace from XML.
123 mInflater = LayoutInflater.from(context);
198 // refactor this code from Folder
261 // In order to clear the focus from the text field, we set the focus on ourself. This
286 * We need to handle touch events to prevent them from falling through to the workspace below.
332 // If our folder has too many items we prune them from the list. This is an issue
333 // when upgrading from the old Folders implementation which could contain an unlimited
352 * Creates a new UserFolder, inflated from R.layout.user_folder.
359 return (Folder) LayoutInflater.from(context).inflate(R.layout.user_folder, null);
544 // it that position. This is an issue when upgrading from th
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h174 NJ_CHAR *from[NJ_MAX_CHARSET]; member in struct:__anon19
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java156 LayoutInflater inflater = LayoutInflater.from(this);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java698 * Extracts width and height from the style
1176 // Since the quick contact content description is derived from the display name and there is
1226 // If there is no status message from the contact, but there was a presence value, then use
1262 int from = 0;
1270 from = firstNl + 1;
1281 for (int i = from; i < to; i++) {
H A DContactEntryListAdapter.java503 LayoutInflater inflater = LayoutInflater.from(context);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageSummary.java647 private void aggregateSippers(BatterySipper bs, List<BatterySipper> from, String tag) { argument
648 for (int i=0; i<from.size(); i++) {
649 BatterySipper wbs = from.get(i);
671 if (DEBUG) Log.i(TAG, "WIFI power=" + wifiPower + " from procs=" + mWifiPower);
699 final long WIFI_BPS = 1000000; // TODO: Extract average bit rates from system
700 final long MOBILE_BPS = 200000; // TODO: Extract average bit rates from system
/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp212 // Get a MatrixNode from the pool
221 node->from = NULL;
897 step_start = end_node->from->step;
976 // Extend the search matrix, from the oldest unfixed row. ext_len means
984 // from the unwise extending of "shoud ou" but allow the reasonable
1020 // + 1 is to extend an extra node from the root
1026 dmi = NULL; // The last one, NULL means extending from the root.
1132 // Get candiates from the first un-fixed step.
1340 mtrx_nd = mtrx_nd->from;
1440 if (NULL == dmi_s) { // from roo
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java111 // Extract relevant information from the intent
179 final View searchViewContainer = LayoutInflater.from(actionBar.getThemedContext())
203 // This is a hack to prevent the search view from grabbing focus
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMovieControllerOverlay.java91 LayoutInflater inflater = LayoutInflater.from(context);
/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainActivity.java285 LayoutInflater inflater = LayoutInflater.from(KeyChainActivity.this);
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java58 * snippet of what matches, below. The snippet is taken from the most recent part of
343 LayoutInflater inflater = LayoutInflater.from(context);
385 // The user clicked on the Messaging icon in the action bar. Take them back from
386 // wherever they came from
H A DSlideView.java56 // FIXME: Need getHeight from mAudioInfoView instead of constant AUDIO_INFO_HEIGHT.
162 LayoutInflater factory = LayoutInflater.from(getContext());
496 // Layout views to fit the LinearLayout from left to right, then top to
H A DSlideshowEditActivity.java279 // delete all slides from slideshow.
360 mInflater = LayoutInflater.from(context);
/packages/apps/Browser/src/com/android/browser/
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 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 DPhoneUi.java520 mMain = LayoutInflater.from(ctx).inflate(R.layout.anim_screen,
H A DSuggestionsAdapter.java165 final LayoutInflater inflater = LayoutInflater.from(mContext);
578 // There must be a better way to strip HTML from things.
/packages/apps/Music/src/com/android/music/
H A DAlbumBrowserActivity.java170 // instead of closing the cursor directly keeps the framework from accessing
530 int layout, Cursor cursor, String[] from, int[] to) {
531 super(context, layout, cursor, from, to);
529 AlbumListAdapter(Context context, AlbumBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestionsView.java228 final LayoutInflater inflater = LayoutInflater.from(context);
488 final LayoutInflater inflater = LayoutInflater.from(context);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java197 // entries for that storage from the files table.
245 // set to disable sending events when the operation originates from MTP
251 // We could remove only the deleted entry from the cache, but that
255 // entry from the cache
257 // do nothing if the operation originated from MTP
384 // are about to open, which we removed from the list.
643 Log.e(TAG, "Illegal update request: can't downgrade from " + fromVersion +
649 // We can't downgrade from those revisions, so start over.
654 // so we need to support upgrades from 91.
659 Log.i(TAG, "Upgrading media database from versio
3705 movePlaylistEntry(SQLiteDatabase db, long playlist, int from, int to) argument
[all...]

Completed in 9430 milliseconds

123456