Searched refs:from (Results 201 - 225 of 511) sorted by relevance

1234567891011>>

/frameworks/base/packages/DocumentsUI/
H A DAndroid.mk19 # Not quite sure why it is necessary to explicitly pull in resources from the
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DNavigationView.java194 convertView = LayoutInflater.from(parent.getContext())
214 convertView = LayoutInflater.from(parent.getContext())
/frameworks/base/services/
H A DAndroid.mk64 # services that we depend on. This differs from the above condition
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java38 * Most of the code has been taken from the implementation in
117 PathParser_Delegate from = sManager.getDelegate(fromDataPtr);
119 if (out == null || from == null || to == null) {
122 int length = from.mPathDataNodes.length;
125 "Cannot interpolate path data with different lengths (from " + length + " to " +
134 out.mPathDataNodes[i] = new PathDataNode(from.mPathDataNodes[i]);
136 out.mPathDataNodes[i].interpolatePathDataNode(from.mPathDataNodes[i],
161 PathParser_Delegate from = sManager.getDelegate(fromDataPtr);
162 if (from == null || out == null) {
165 out.mPathDataNodes = deepCopyNodes(from
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java93 int numPhones = TelephonyManager.from(context).getPhoneCount();
155 TelephonyManager.from(mContext).getCarrierPackageNamesForIntentAndPhone(
167 // If we are binding to a different package, unbind from the current one.
244 log("Unbinding from carrier app");
271 log("Disconnected from carrier app: " + name.flattenToString());
H A DPhone.java79 * from a single application thread. This should be the same thread that
231 // to recover from the state. We cache it and notify listeners when they register.
350 * they are to simulate detaching from the network.
396 * @param context Context object from hosting application
412 * @param context Context object from hosting application
472 // The locale from the "ro.carrier" system property or R.array.carrier_properties.
473 // This will be overwritten by the Locale from the SIM language settings (EF-PL, EF-LI)
777 protected void migrateFrom(Phone from) { argument
778 migrate(mHandoverRegistrants, from.mHandoverRegistrants);
779 migrate(mPreciseCallStateRegistrants, from
793 migrate(RegistrantList to, RegistrantList from) argument
[all...]
/frameworks/rs/api/
H A Drs_allocation_create.spec20 The functions below can be used to create Allocations from a Script.
22 These functions can be called directly or indirectly from an invokable
24 from a RenderScript kernel function, a compiler error will be generated.
142 only supported usage flags for Allocations created from within a RenderScript
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DTransform.java73 public Matrix getMatrix(char from, char to) { argument
74 return mAllMat[from][to];
/frameworks/support/customtabs/
H A DAndroid.mk18 # The R class is automatically excluded from the generated library.
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java121 * @param context used to get the configuration for the drawable from
150 * Sets the length of the arrow head (from tip to edge, perpendicular to the shaft).
162 * Returns the length of the arrow head (from tip to edge, perpendicular to the shaft),
430 @FloatRange(from = 0.0, to = 1.0)
442 public void setProgress(@FloatRange(from = 0.0, to = 1.0) float progress) {
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DStandardMenuPopup.java101 final LayoutInflater inflater = LayoutInflater.from(context);
167 (FrameLayout) LayoutInflater.from(mContext).inflate(
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java104 * results from measurement passes using EXACTLY and non-EXACTLY modes,
629 * to 0.0f if the weight sum should be computed from the children's
897 // This child needs to be laid out from scratch using
1281 // This child needs to be laid out from scratch using
1403 // to accommodate the heightMeasureSpec from the parent
1661 //In case of RTL, start drawing from the last child.
1904 @ViewDebug.IntToString(from = -1, to = "NONE"),
1905 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1906 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1907 @ViewDebug.IntToString(from
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java59 * This is an activity for adding a printer or. It consists of a list fed from three adapters:
80 * The enabled services list. This is filled from the {@link #LOADER_ID_ENABLED_SERVICES}
86 * The disabled services list. This is filled from the {@link #LOADER_ID_DISABLED_SERVICES}
92 * The recommended services list. This is filled from the
233 abstract void performAction(@IntRange(from = 0) int position);
365 public void performAction(@IntRange(from = 0) int position) {
453 public void performAction(@IntRange(from = 0) int position) {
535 public void performAction(@IntRange(from = 0) int position) {
685 public void performAction(@IntRange(from = 0) int position) {
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java81 * Block size when read data from InputStream.
531 EncodedStringValue from = mPduHeader.getEncodedStringValue(field);
532 if ((from == null)
533 || TextUtils.isEmpty(from.getString())
534 || new String(from.getTextString()).equals(
536 // Length of from = 1
547 temp = appendAddressType(from);
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java261 int from = nextInt(random, updatedItemCount);
265 } while (to == from);
266 mv(from, to);
291 UpdateOp mv(int from, int to) { argument
292 return record(new UpdateOp(MOVE, from, to, null));
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java100 // Default offset in dips from the top of the view to where the progress spinner should stop
232 * @param start The offset in pixels from the top of this view at which the
234 * @param end The offset in pixels from the top of this view at which the
255 * @param end The offset in pixels from the top of this view at which the
287 * Simple constructor to use when creating a SwipeRefreshLayout from code.
296 * Constructor that is called when inflating SwipeRefreshLayout from XML.
522 * Set the color resources used in the progress animation from color resources.
821 // This is a bit of a hack. Nested scrolling works from the bottom up, and as we are
824 // 'offset in window 'functionality to see if we have been moved from the event.
1053 private void animateOffsetToCorrectPosition(int from, AnimationListene argument
1065 animateOffsetToStartPosition(int from, AnimationListener listener) argument
1113 startScaleDownReturnToStartAnimation(int from, Animation.AnimationListener listener) argument
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java86 * Read a stroke from the gesture
92 public StrokeDescription getStroke(@IntRange(from = 0) int index) {
209 * @param startTime The time, in milliseconds, from the time the gesture starts to the
215 @IntRange(from = 0) long startTime,
216 @IntRange(from = 0) long duration) {
459 /* Remove this point from lastTouchPoints */
/frameworks/base/core/java/android/os/
H A DLocaleList.java70 @IntRange(from=0)
83 @IntRange(from=-1)
302 @IntRange(from=0, to=1)
391 * @return The first {@link Locale} from this list that appears in the given array, or
530 * such uses, the default locale list would always come from the user preferences, but the
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java63 public void migrateFrom(Phone from) { argument
64 super.migrateFrom(from);
65 migrate(mRingbackRegistrants, ((ImsPhoneBase)from).mRingbackRegistrants);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java76 void migrateFrom(SipPhoneBase from) { argument
77 super.migrateFrom(from);
78 migrate(mRingbackRegistrants, from.mRingbackRegistrants);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DPicker.java105 * Returns the {@link Picker}'s item's {@link TextView}'s id from within the
115 * Sets the {@link Picker}'s item's {@link TextView}'s id from within the
147 LayoutInflater inflater = LayoutInflater.from(getContext());
187 LayoutInflater inflater = LayoutInflater.from(getContext());
220 * selection list. Note this function cannot be called from RecyclerView layout/scroll pass.
386 LayoutInflater inflater = LayoutInflater.from(parent.getContext());
/frameworks/av/include/media/stagefright/
H A DMetaData.h219 MetaData(const MetaData &from);
/frameworks/av/services/audioflinger/
H A DTrackBase.h19 #error This header file should only be included from AudioFlinger.h
45 ALLOC_READONLY, // allocate from a separate read-only heap per thread
/frameworks/base/core/java/android/app/
H A DTimePickerDialog.java117 final LayoutInflater inflater = LayoutInflater.from(themeContext);
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java63 mInflater = LayoutInflater.from(context);

Completed in 1888 milliseconds

1234567891011>>