Searched refs:from (Results 76 - 100 of 129) sorted by relevance

123456

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java49 mCustomView = LayoutInflater.from(context).inflate(
123 * Highlight all the instances of the string from mEditText in mWebView.
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java268 mInflater = LayoutInflater.from(mContext);
H A DMenuPopupHelper.java78 mInflater = LayoutInflater.from(context);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java130 Tweener from(Object object, long duration, Object... vars) { method in class:Tweener
H A DMultiWaveView.java308 final float from[][] = {
332 "x", new float[] { from[direction][0], to[direction][0] },
333 "y", new float[] { from[direction][1], to[direction][1] },
451 // the target assets asynchronously from the setTargetResources() call.
532 * Loads an array of drawables from the given resourceId.
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DAccountUnlockScreen.java92 LayoutInflater.from(context).inflate(
229 * @return an account name from the database, or null if we can't
H A DPasswordUnlockScreen.java96 LayoutInflater layoutInflater = LayoutInflater.from(context);
210 * Method adapted from com.android.inputmethod.latin.Utils
214 * @return true if we have multiple IMEs to choose from
321 // Prevent user from using the PIN/Password entry until scheduled deadline.
H A DPatternUnlockScreen.java163 LayoutInflater inflater = LayoutInflater.from(context);
H A DSimUnlockScreen.java82 LayoutInflater inflater = LayoutInflater.from(context);
306 * Helper class to handle input from touch dialer. Only relevant when
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java73 CharSequence nonLocalizedLabel; // the label information from the package mgr.
74 int labelRes; // the label information from the package mgr.
384 // doing anything special with something that comes from
472 void addResultLocked(ActivityRecord from, String resultWho, argument
475 ActivityResult r = new ActivityResult(from, resultWho,
483 void removeResultsLocked(ActivityRecord from, String resultWho, argument
488 if (r.mFrom != from) continue;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java116 mLayoutInflater = LayoutInflater.from(context);
/frameworks/base/core/java/android/view/
H A DView.java107 * either from code or by specifying a tree of views in one or more XML layout
159 * is created from code and a form that is called when the view is
160 * inflated from a layout file. The second form should parse and apply
167 * from XML.</td>
240 * <td>Called when the view is detached from its window.
327 * after layout. These values may, but do not have to, be different from the
395 * MeasureSpecs are used to push requirements down the tree from parent to
456 * from that thread, you should use a {@link Handler}.
866 * <p>Indicates that this view gets its drawable states from its direct parent
954 * Horizontal direction of this view is from Lef
[all...]
H A DViewDebug.java180 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
181 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
182 * @ViewDebug.IntToString(from = 8, to = "GONE")
200 * @ViewDebug.IntToString(from = 0, to = "INVALID"),
201 * @ViewDebug.IntToString(from = 1, to = "FIRST"),
202 * @ViewDebug.IntToString(from = 2, to = "SECOND")
263 * Defines a mapping from an int value to a String. Such a mapping can be used
276 int from(); method in interface:ViewDebug.IntToString
287 * Defines a mapping from an flag to a String. Such a mapping can be used
1496 if (mapper.from()
[all...]
H A DViewGroup.java86 * This field should be made private, so it is hidden from the SDK.
93 * and/or removed from a view group.
94 * This field should be made private, so it is hidden from the SDK.
166 * This field should be made private, so it is hidden from the SDK.
175 // When set, ViewGroup excludes the padding area from the invalidate rectangle
274 * This view will block any of its descendants from getting focus, even
306 * This field should be made private, so it is hidden from the SDK.
361 // being removed that should not actually be removed from the parent yet because they are
471 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
472 @ViewDebug.IntToString(from
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java177 LayoutInflater inflater = LayoutInflater.from(getContext());
204 LayoutInflater inflater = LayoutInflater.from(mContext);
/frameworks/base/include/ui/
H A DInput.h55 * This input source flag is hidden from the API because switches are only used by the system
62 * SystemUiVisibility constants from View.
107 * policy decisions such as waking from device sleep.
133 // Indicates that the input event is from a trusted source such as a directly attached
276 void initialize(const InputEvent& from);
326 void initialize(const KeyEvent& from);
692 // Gets a bitset containing all pointer ids from the most recent movement.
/frameworks/base/core/java/android/app/
H A DProgressDialog.java122 LayoutInflater inflater = LayoutInflater.from(mContext);
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java63 * Not-before date from the validity period
68 * Not-after date from the validity period
147 * @param validNotBefore The not-before date from the certificate
149 * @param validNotAfter The not-after date from the certificate
163 * @param validNotBefore The not-before date from the certificate validity period
164 * @param validNotAfter The not-after date from the certificate validity period
174 * Creates a new SSL certificate object from an X509 certificate
197 * @return Not-before date from the certificate validity period or
205 * @return Not-before date from the certificate validity period in
216 * @return Not-after date from th
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java346 LayoutInflater infl = LayoutInflater.from(getContext());
361 // the panel will start to appear this many px from the end
376 // we want to go from near-the-top to the top, unless we're half-open in the right
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java145 // FIXME: This is copied over almost directly from BrowserActivity.
167 // Also, we are copying the menu file from browser until
269 final TextView titleView = (TextView) LayoutInflater.from(mActivity)
305 * Returns the menu type from the given resource id
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java104 * from the following XML resource:</p>
391 * this resource is loaded from <var>res</var> and returned. Otherwise
403 * this resource is loaded from <var>res</var> and returned. Otherwise
415 * this resource is loaded from <var>res</var> and returned. Otherwise
428 * this resource is loaded from <var>res</var> and returned. Otherwise
515 // We are restarting from a previous saved state; used that to
713 * to fill in the list from a resource.
1155 Header findBestMatchingHeader(Header cur, ArrayList<Header> from) { argument
1157 for (int j=0; j<from.size(); j++) {
1158 Header oh = from
[all...]
/frameworks/base/media/libstagefright/rtsp/
H A DARTSPConnection.cpp155 // Split of user:pass@ from hostname.
814 const char *from, unsigned long *x) {
816 *x = strtoul(from, &end, 10);
818 if (end == from || *end != '\0') {
813 ParseSingleUnsignedLong( const char *from, unsigned long *x) argument
/frameworks/base/tools/aidl/
H A Daidl.cpp82 const char* from; member in struct:import_info
104 import->from = strdup(g_currentFilename);
819 import->from, import->statement.lineno,
881 // if needed, generate the outputFileName from the outputBaseFolder
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp194 // from IOMXObserver
1866 LOGW("querying usage flags from OMX IL component failed: %d", err);
1933 CODEC_LOGV("allocating %lu buffers from a native window of size %lu on "
2007 // Dequeue the next buffer from the native window.
2208 // do not remove the decoding time from the list.
2435 const sp<MetaData> &from, const sp<MetaData> &to) {
2436 if (from.get() == NULL && to.get() == NULL) {
2440 if ((from.get() == NULL && to.get() != NULL)
2441 || (from.get() != NULL && to.get() == NULL)) {
2446 CHECK(from
2434 formatHasNotablyChanged( const sp<MetaData> &from, const sp<MetaData> &to) argument
[all...]
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java506 * Load a PDU from storage by given Uri.
728 * into storage, otherwise load source data from the dataUri and then
956 // 2. The Uri of the part is different from the current one.
1180 * Move a PDU object from one location to another.
1182 * @param from Specify the PDU object to be moved.
1190 public Uri move(Uri from, Uri to) throws MmsException { argument
1192 long msgId = ContentUris.parseId(from);
1209 SqliteWrapper.update(mContext, mContentResolver, from, values, null, null);

Completed in 487 milliseconds

123456