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

123456

/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java293 LayoutInflater inflater = LayoutInflater.from(context);
305 // Switches the menu to expanded mode. Requires support from
320 * The positioning algorithm that gets called from onMeasure. It
546 // from being called back)
551 // Just remove us from being called back
710 * Constructor called from {@link IconMenuView#onSaveInstanceState()}
718 * Constructor called from {@link #CREATOR}
744 * Layout parameters specific to IconMenuView (stores the left, top, right, bottom from the
H A DMenuItemImpl.java118 // This is instantiated from the UI thread, so no chance of sync issues
461 * parent menu of a change in this item, so this should only be called from
565 final LayoutInflater inflater = LayoutInflater.from(context);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css168 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
461 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockScreen.java332 final LayoutInflater inflater = LayoutInflater.from(context);
H A DSimPukUnlockScreen.java82 LayoutInflater inflater = LayoutInflater.from(context);
330 * Helper class to handle input from touch dialer. Only relevant when
H A DGlobalActions.java304 return action.create(mContext, convertView, parent, LayoutInflater.from(mContext));
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java103 /* Two minutes comes from the wpa_supplicant setting */
250 pw.println("Permission Denial: can't dump WifiP2pService from from pid="
286 // Saved WifiP2pConfig from GO negotiation request
289 // Saved WifiP2pConfig from connect request
292 // Saved WifiP2pGroup from invitation request
1163 final View textEntryView = LayoutInflater.from(mContext)
1207 final View textEntryView = LayoutInflater.from(mContext)
1233 final View textEntryView = LayoutInflater.from(mContext)
1259 final View textEntryView = LayoutInflater.from(mContex
[all...]
/frameworks/base/core/java/android/provider/
H A DMediaStore.java89 * An intent to perform a search for music media and automatically play content from the
273 * from MTP to the media provider
495 * stream from database (MICRO_KIND) or file (MINI_KIND).
665 * is automatically computed from the DATA column.
672 * is automatically computed from the DATA column.
998 * <P>Type: INTEGER (ID from Images table)</P>
1041 * A non human readable key calculated from the TITLE, used for
1087 * A non human readable key calculated from the ARTIST, used for
1100 * The id of the album the audio file is from, if any
1106 * The album the audio file is from, i
1499 moveItem(ContentResolver res, long playlistId, int from, int to) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java260 setCustomView(LayoutInflater.from(getThemedContext()).inflate(resId, mActionView, false));
840 return setCustomView(LayoutInflater.from(getThemedContext())
/frameworks/base/docs/html/resources/
H A Dresources-data.js309 en: 'Updating the UI from a Timer'
332 en: 'Android provides a Contacts API for managing and integrating contacts from multiple accounts and data sources and allows apps to read various information about individual contacts.'
487 en: 'An application that demonstrates how to launch the built-in contact picker from within an activity. This sample also uses reflection to ensure that the correct version of the contacts API is used, depending on which API level the application is running under.'
617 en: 'Demonstrates how to write a multimedia application that plays music from the device and from URLs. It manages media playback from a service and can play music in the background, respecting audio focus changes. Also shows how to use the new Remote Control APIs in API level 14.'
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java44 * Synthesizes speech from text for immediate playback or to create a sound file.
69 * from other callees are not discarded.
78 * from {@link #QUEUE_FLUSH} in that all entries are purged, not just entries
79 * from a given caller.
277 * shouldn't expect successful installation upon return from that intent,
295 * Activity Action: Starts the activity from the platform TextToSpeech
441 * volume used when speaking text. Volume is specified as a float ranging from 0 to 1
450 * Parameter key to specify how the speech is panned from left to right when speaking text.
451 * Pan is specified as a float ranging from -1 to +1 where -1 maps to a hard-left pan,
483 // Written from a
[all...]
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java57 * it only works with an XmlPullParser returned from a compiled resource
66 * This field should be made private, so it is hidden from the SDK.
113 * Hook you can supply that is called when inflating from a LayoutInflater.
183 * Views; most importantly, this supplies the theme from which the default
207 * Obtains the LayoutInflater from the given context.
209 public static LayoutInflater from(Context context) { method in class:LayoutInflater
341 * Inflate a new view hierarchy from the specified xml resource. Throws
356 * Inflate a new view hierarchy from the specified xml node. Throws
376 * Inflate a new view hierarchy from the specified xml resource. Throws
393 if (DEBUG) System.out.println("INFLATING from resourc
[all...]
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java45 * down menu from which the user can choose an item to replace the content
52 * <p>The list of suggestions is obtained from a data adapter and appears
204 * Private hook into the on click event, dispatched from {@link PassThroughClickListener}
227 final TextView hintView = (TextView) LayoutInflater.from(getContext()).inflate(
643 // from the drop down as its content
750 // are deleted from the text view
770 * <p>Converts the selected item from the drop down list into a sequence
828 * <p>Performs the text completion by converting the selected item from
943 // When the filter text is changed, the first update from the adapter may show an empty
1147 * Returns the Filter obtained from {
[all...]
H A DRemoteViewsAdapter.java52 // The delay (in millis) to wait until attempting to unbind from a service after a request.
86 * are actually connected to/disconnected from their actual services.
106 * RemoteViewsAdapter instance is retained (this would prevent the RemoteViewsAdapter from being
174 // Return early to prevent anything further from being notified
314 // Remove this set from the original mapping
344 // A mapping from type id to a set of unique type ids
483 // Note: The reason that we keep this separate from the RemoteViews cache below is that this
498 // farthest items from when we hit the memory limit
718 mLayoutInflater = LayoutInflater.from(context);
724 // Strip the previously injected app widget id from servic
[all...]
H A DAbsListView.java157 * Regular layout - usually an unsolicited layout from the view system
178 * the views from there. The top is specified by mSpecificTop.
323 * Subclasses must retain their measure spec from onMeasure() into this member
376 * Y value from on the previous motion event (if any)
407 * Indicates whether the list is stacked from the bottom edge or
545 * The select child's view (from the adapter's getView) is enabled.
650 * Track the item count from the last time we handled a data change.
1381 * Indicates whether the content of this view is pinned to, or stacked from,
1384 * @return true if the content is stacked from the bottom edge, false otherwise
1392 * When stack from botto
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java112 mInflater = LayoutInflater.from(context);
469 // when going from GONE)
/frameworks/base/core/java/android/text/
H A DTextUtils.java242 * from the source string. This is different than simply calling
276 * @param tokens an array objects to be joined. Strings will be formed from
295 * @param tokens an array objects to be joined. Strings will be formed from
314 * not remove any empty strings from the result. For example split("a,", "," ) returns {"a", ""}.
332 * split is empty. This returns []. This does not remove any empty strings from the result.
448 * spaces and control characters were trimmed from the start and end,
646 * from the parcel.
963 * Copies the spans from the region <code>start...end</code> in
1618 * Removes empty spans from the <code>spans</code> array.
1627 * @param spans A list of spans retrieved using {@link Spanned#getSpans(int, int, Class)} from
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java209 final LayoutInflater inflater = LayoutInflater.from(context);
725 LayoutInflater inflater = LayoutInflater.from(getContext());
1398 // Do this before detaching the actionview from the hierarchy, in case
/frameworks/base/media/libeffects/preprocessing/
H A DPreProcessing.cpp134 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
590 #define BAD_STATE_ABORT(from, to) \
591 LOG_ALWAYS_FATAL("Bad state transition from %d to %d", from, to);
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java79 * a parcel, to be used when returning an exception from a transaction.
124 * Special function for reading an exception result from the header of
127 * otherwise return and let you read the normal result data from the Parcel.
128 * @param reply Parcel to read from
514 * @param cursor the cursor to print from
583 * @param cursor The cursor to read from
595 * @param cursor The cursor to read from
608 * @param cursor The cursor to read from
621 * @param cursor The cursor to read from
632 * @param cursor The cursor to read from
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java77 * are removed from the overall result.
81 // This is ContactsContract.PRIMARY_ACCOUNT_NAME. Available from ICS as hidden
83 // This is ContactsContract.PRIMARY_ACCOUNT_TYPE. Available from ICS as hidden
187 * Used to pass results from {@link DefaultFilter#performFiltering(CharSequence)} to
211 * An asynchronous filter used for loading two data sets: email rows from the local
451 * After having all results from Cursor objects, all destinations in mEntryMap are copied to
479 * - results from directories are slow to come
512 mInflater = LayoutInflater.from(context);
518 * Set the account when known. Causes the search to prioritize contacts from that account.
524 /** Will be called from {
[all...]
H A DRecipientEditTextView.java107 // TODO: get correct number/ algorithm from with UX.
591 * Set all chip dimensions and resources. This has to be done from the
615 mMoreItem = (TextView) LayoutInflater.from(getContext()).inflate(moreResource, null);
842 // If we can get a name from tokenizing, then generate an entry from
854 // Unable to validate the token or to create a valid token from it.
930 * a commit key, create a chip from the topmost matching contact.
932 * a commit key, then create a chip from the text they have entered.
976 * Create a chip from the default selection. If the popup is showing, the
980 * @return If a chip was created from
[all...]
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java50 * the callback functions are called from the WebCore thread and messages are
215 * Called by the UI side. Calling overrideUrlLoading from the WebCore
608 .from(mContext);
875 // NOTE: shouldOverrideKeyEvent is never called from the WebCore thread so
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java413 mRecentsPanel = (RecentsPanelView) LayoutInflater.from(mContext).inflate(
672 // It failed to add cleanly. Log, and remove the view from the panel.
1043 * State is one or more of the DISABLE constants from StatusBarManager.
1622 // Also, notifications can be launched from the lock screen,
/frameworks/base/libs/utils/
H A DResourceTypes.cpp717 // It is unusual to get the ID from an unsorted string block...
1433 // The first in 'package' is always the root object (from the resource
1642 //LOGI("Setting theme %p from theme %p...\n", this, &other);
1970 TABLE_NOISY(LOGV("Returning from add with mError=%d\n", mError));
2389 // Now collect all bag attributes from all packages.
2457 // If this map inherits from another, we need to start
3927 LOGV("Getting entry from package %p\n", package);

Completed in 1769 milliseconds

123456