Searched refs:from (Results 151 - 175 of 239) sorted by relevance

12345678910

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DLeaveBehindItem.java153 return SwipeableView.from(mSwipeableContent);
H A DLimitedMultiSelectDialogFragment.java203 checkedTextView = (CheckedTextView) LayoutInflater.from(mContext)
H A DConversationSyncDisabledTipView.java332 return SwipeableView.from(mSwipeableContent);
380 * from being removed, inlined, or obfuscated.
H A DConversationsInOutboxTipView.java287 return SwipeableView.from(mSwipeableContent);
335 * from being removed, inlined, or obfuscated.
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h34 // From which DMI node. -1 means it's from root.
36 // The spelling id for the Pinyin string from the previous DMI to this node.
50 // Used to indicate whether all spelling ids from the root are full spelling
60 MatrixNode *from; member in struct:ime_pinyin::MatrixNode
106 // lemmas from the beginning are fixed. If user deletes Pinyin characters one
107 // by one from the end, these fixed lemmas can be unlocked one by one when
114 // when user deletes Pinyin characters from the end, these sub lemmas can also
239 // 2. When the search is done, this buffer is used to get candiates from the
256 // Reset the search space from ch_pos step. For example, if the original
342 // Prepare candidates from th
[all...]
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDateSortedExpandableListAdapter.java36 * ExpandableListAdapter which separates data into categories based on date. Copied from
128 * Get the byte array at cursorIndex from the Cursor. Assumes the Cursor
133 * @return corresponding byte array from the Cursor.
144 * Get the integer at cursorIndex from the Cursor. Assumes the Cursor has
149 * @return corresponding integer from the Cursor.
156 * Get the long at cursorIndex from the Cursor. Assumes the Cursor has
164 * Get the String at cursorIndex from the Cursor. Assumes the Cursor has
169 * @return corresponding String from the Cursor.
200 * Translates from a group position in the ExpandableList to a bin. This is
275 LayoutInflater factory = LayoutInflater.from(mContex
[all...]
H A DDownloadAdapter.java84 final DownloadItem view = (DownloadItem) LayoutInflater.from(mDownloadList)
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMtpService.java126 mStorageManager = StorageManager.from(this);
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java278 // instead of closing the cursor directly keeps the framework from accessing
523 public void drop(int from, int to) {
527 c.moveItem(from, to);
534 Long.valueOf(mPlaylist), from, to);
803 // remove track from queue
820 // remove track from playlist
890 // When selecting a track from the queue, just jump there instead of
1218 public void moveItem(int from, int to) { argument
1220 mService.moveQueueItem(from, to);
1407 int layout, Cursor cursor, String[] from, in
1406 TrackListAdapter(Context context, TrackBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to, boolean isnowplaying, boolean disablenowplayingindicator) argument
[all...]
H A DMusicPicker.java60 * <p>This class also illustrates how you can load data from a content
189 String[] from, int[] to) {
190 super(context, layout, null, from, to);
296 + " from: " + MusicPicker.this.mCursor);
338 * This method is called from a background thread by the list view
188 TrackListAdapter(Context context, ListView listView, int layout, String[] from, int[] to) argument
H A DPlaylistBrowserActivity.java198 // instead of closing the cursor directly keeps the framework from accessing
568 int layout, Cursor cursor, String[] from, int[] to) {
569 super(context, layout, cursor, from, to);
567 PlaylistListAdapter(Context context, PlaylistBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to) argument
H A DQueryBrowserActivity.java100 // this is something we got from the search bar
205 // instead of closing the cursor directly keeps the framework from accessing
362 int layout, Cursor cursor, String[] from, int[] to) {
363 super(context, layout, cursor, from, to);
361 QueryListAdapter(Context context, QueryBrowserActivity currentactivity, int layout, Cursor cursor, String[] from, int[] to) argument
/packages/apps/Browser/src/com/android/browser/
H A DTabBar.java101 LayoutInflater factory = LayoutInflater.from(activity);
270 LayoutInflater inflater = LayoutInflater.from(getContext());
H A DTitleBar.java76 LayoutInflater factory = LayoutInflater.from(context);
250 * Update the progress, from 0 to 100.
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java218 LayoutInflater inflater = LayoutInflater.from(getActivity());
375 LayoutInflater inflater = LayoutInflater.from(getActivity());
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java507 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
539 ConnectivityManager.from(getActivity()).updateLockdownVpn();
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DMessage.java439 public synchronized void setFrom(final String from) { argument
440 mFrom = from;
587 * Helper method to command a provider to mark all messages from this sender with the
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java268 final LayoutInflater inflater = LayoutInflater.from(parent.getContext());
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertFullScreen.java50 * Keyguard handling based on {@code AlarmAlertFullScreen} class from DeskClock app.
56 * Intent extra for full screen alert launched from dialog subclass as a result of the
101 /** Package local constructor (called from outer class). */
181 /** Package local constructor (called from outer class). */
258 LayoutInflater inflater = LayoutInflater.from(this);
269 // Get message list from saved Bundle or from Intent.
271 Log.d(TAG, "onCreate getting message list from saved instance state");
275 Log.d(TAG, "onCreate getting message list from intent");
280 // If we were started from
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
H A DWorldClockAdapter.java57 mInflater = LayoutInflater.from(context);
77 // Read the cities DB so that the names and timezones will be taken from the DB
78 // and not from the selected list so that change of locale or changes in the DB will
90 * zone is different from the home time zone that was set by the user.
139 // Sort by the Offset from GMT taking DST into account
271 // Home city or city not in DB , use data from the save selected cities list
277 // Get timezone from cities DB if available
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDataManager.java68 public static DataManager from(Context context) { method in class:DataManager
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DQuotedTextView.java43 * the quoted text from the message.
56 // Separates the attribution headers (Subject, To, etc) from the body in
80 LayoutInflater factory = LayoutInflater.from(context);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java90 final LayoutInflater inflater = LayoutInflater.from(context);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h174 NJ_CHAR *from[NJ_MAX_CHARSET]; member in struct:__anon40
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java160 LayoutInflater inflater = LayoutInflater.from(this);

Completed in 697 milliseconds

12345678910