Searched refs:from (Results 251 - 275 of 511) sorted by relevance

<<11121314151617181920>>

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java68 * Handle 3GPP-format Cell Broadcast messages sent from radio.
109 String plmn = TelephonyManager.from(mContext).getNetworkOperatorForPhone(
175 // Remove messages that are out of scope to prevent the map from
/frameworks/rs/api/
H A Drs_atomic.spec104 Atomicly subtracts one from the value at addr. This is equivalent to <code>@rsAtomicSub(addr, 1)</code>.
199 Atomicly subtracts a value from the value at addr, i.e. <code>*addr -= value</code>.
H A Drs_math.spec578 Copies the sign from sign_value to magnitude_value.
675 Converts from radians to degrees.
1228 summary: Creates a floating point from mantissa and exponent
1230 Returns the floating point created from the mantissa and exponent,
1796 This function yields undefined results from input values less than -1 or greater than 1.
1852 This function yields undefined results from input values less than -1 or greater than 1.
1881 This function yields undefined results from input values less than -1 or greater than 1.
1937 This function yields undefined results from input values less than -1 or greater than 1.
2221 It is valid for inputs from -86.f to 86.f. The precision is no worse than what would be
2222 expected from usin
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetDialog.java84 BottomSheetBehavior.from(bottomSheet).setBottomSheetCallback(mBottomSheetCallback);
120 // If the provided theme is 0, then retrieve the dialogTheme from our theme
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtilsActions.java39 * Replaces an existing {@link TabLayout} with a new one inflated from the specified
68 LayoutInflater.from(view.getContext());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewLogoPresenter.java21 * Subclass may override and has its own image view. Subclass may also download image from URL
80 * Create a View for the Logo, default implementation loads from
90 return LayoutInflater.from(parent.getContext())
105 * Called from {@link FullWidthDetailsOverviewRowPresenter} to setup FullWidthDetailsOverviewRowPresenter
H A DPagingIndicator.java200 private Animator createDotAlphaAnimator(float from, float to) { argument
201 ObjectAnimator animator = ObjectAnimator.ofFloat(null, DOT_ALPHA, from, to);
207 private Animator createDotDiameterAnimator(float from, float to) { argument
208 ObjectAnimator animator = ObjectAnimator.ofFloat(null, DOT_DIAMETER, from, to);
H A DRowHeaderPresenter.java86 RowHeaderView headerView = (RowHeaderView) LayoutInflater.from(parent.getContext())
H A DTitleView.java104 LayoutInflater inflater = LayoutInflater.from(context);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DViewStubCompat.java115 * @param layoutResource A valid layout resource identifier (different from 0.)
198 factory = LayoutInflater.from(getContext());
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java540 boolean onItemRangeMoved(int from, int to, int itemCount) { argument
541 if (from == to) {
547 mPendingUpdates.add(obtainUpdateOp(UpdateOp.MOVE, from, to, null));
775 void offsetPositionsForMove(int from, int to); argument
/frameworks/base/core/java/android/content/
H A DContentValues.java57 * Creates a set of values copied from the given set
59 * @param from the values to copy
61 public ContentValues(ContentValues from) { argument
62 mValues = new HashMap<String, Object>(from.mValues);
66 * Creates a set of values copied from the given HashMap. This is used
100 * Adds all values from the passed in ContentValues.
102 * @param other the ContentValues from which to copy
/frameworks/base/core/java/android/net/
H A DUri.java69 that some threads will immediately see changes from other threads on
72 overhead, which means the most common case, access from a single thread,
90 For reference, from RFC 2396:
224 * Gets the decoded user information from the authority.
233 * Gets the encoded user information from the authority.
242 * Gets the encoded host from the authority for this URI. For example,
251 * Gets the port from the authority for this URI. For example,
275 * Gets the decoded query component from this URI. The query comes after
285 * Gets the encoded query component from this URI. The query comes after
409 * Constructs a new builder, copying the attributes from thi
2066 static Part from(String encoded, String decoded) { method in class:Uri.Part
2243 static PathPart from(String encoded, String decoded) { method in class:Uri.PathPart
[all...]
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java98 // A copy of the original mObjects array, initialized from and then used instead as soon as
181 mInflater = LayoutInflater.from(context);
210 * collection prevents it from being added to this list
215 * specified collection prevents it from being added to this list
262 * Removes the specified object from the array.
278 * Remove all elements from the list.
334 * to create views from the resource passed to the constructor.
433 * {@code null} to use the theme from the adapter's context
444 mDropDownInflater = LayoutInflater.from(context);
461 * Creates a new ArrayAdapter from externa
[all...]
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java125 View view = LayoutInflater.from(context).inflate(R.layout.edit_text, null);
159 return new CatHolder(LayoutInflater.from(parent.getContext())
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java111 // Clear out the last pages from listening.
148 mPages.add((TilePage) LayoutInflater.from(mContext)
195 mPages.add((TilePage) LayoutInflater.from(mContext)
H A DQSDetailItems.java69 return (QSDetailItems) LayoutInflater.from(context).inflate(R.layout.qs_detail_items,
177 view = LayoutInflater.from(mContext).inflate(R.layout.qs_detail_item, parent,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java92 LayoutInflater.from(mUserSwitcherContainer.getContext())
268 convertView = LayoutInflater.from(mContext).inflate(
H A DZenModeControllerImpl.java154 return NotificationManager.from(mContext).getEffectsSuppressor();
159 return NotificationManager.from(mContext)
/frameworks/base/services/core/java/com/android/server/net/
H A DLockdownVpnTracker.java346 NotificationManager.from(mContext).notify(TAG, 0, builder.build());
350 NotificationManager.from(mContext).cancel(TAG, 0);
/frameworks/minikin/libs/minikin/
H A DAndroid.mk18 # Generate unicode emoji data from UCD.
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduParser.java531 EncodedStringValue from = null;
540 from = parseEncodedStringValue(pduDataStream);
541 if (null != from) {
542 byte[] address = from.getTextString();
550 from.setTextString(str.getBytes());
559 from = new EncodedStringValue(
569 Log.v(LOG_TAG, "parseHeaders: from address: " + headerField
570 + " value: " + from.getString());
572 headers.setEncodedStringValue(from, PduHeaders.FROM);
1221 * Extract a byte value from th
[all...]
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackListPreferenceDialogFragment.java138 final LayoutInflater inflater = LayoutInflater.from(parent.getContext());
192 final LayoutInflater inflater = LayoutInflater.from(parent.getContext());
/frameworks/base/core/java/android/view/
H A DView.java151 * either from code or by specifying a tree of views in one or more XML layout
203 * is created from code and a form that is called when the view is
204 * inflated from a layout file. The second form should parse and apply
211 * from XML.</td>
284 * <td>Called when the view is detached from its window.
371 * after layout. These values may, but do not have to, be different from the
440 * MeasureSpecs are used to push requirements down the tree from parent to
504 * from that thread, you should use a {@link Handler}.
595 * Tags may also be specified with arbitrary objects from code using
605 * XML or by passing a {@link ContextThemeWrapper} to the constructor from
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java131 assertEquals("first completely visible item from span 0 should be 0", 0, into[0]);
132 assertEquals("first completely visible item from span 1 should be 1", 1, into[1]);
134 assertEquals("last completely visible item from span 0 should be 4", 4, into[0]);
135 assertEquals("last completely visible item from span 1 should be 1", 1, into[1]);
665 private int[] copyOfRange(int[] original, int from, int to) { argument
666 int newLength = to - from;
668 throw new IllegalArgumentException(from + " > " + to);
671 System.arraycopy(original, from, copy, 0,
672 Math.min(original.length - from, newLength));

Completed in 991 milliseconds

<<11121314151617181920>>