Searched refs:from (Results 426 - 450 of 511) sorted by relevance

<<11121314151617181920>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java49 * detailed description ViewHolder from {@link ViewHolder#mDetailsDescriptionViewHolder}.
328 * Sets the background color. If not set, a default from the theme will be used.
364 * It assumes shared element passed from calling activity is an ImageView;
385 * It assumes shared element passed from calling activity is an ImageView;
415 View v = LayoutInflater.from(parent.getContext())
H A DFullWidthDetailsOverviewRowPresenter.java51 * ViewHolder from {@link ViewHolder#getDetailsDescriptionViewHolder()}.
56 * can access the logo ViewHolder from {@link ViewHolder#getLogoViewHolder()}.
440 * Sets the background color. If not set, a default from the theme will be used.
456 * Sets the background color for Action Bar. If not set, a default from the theme will be
540 View v = LayoutInflater.from(parent.getContext())
H A DPlaybackControlsRowPresenter.java41 * detailed description ViewHolder from {@link ViewHolder#mDescriptionViewHolder}.
233 * Sets the background color. If not set, a default from the theme will be used.
250 * Sets the primary color for the progress bar. If not set, a default from
320 View v = LayoutInflater.from(parent.getContext())
H A DSearchBar.java172 LayoutInflater inflater = LayoutInflater.from(getContext());
721 // stableText: high confidence text from PartialResults, if any.
726 // pendingText: low confidence text from PartialResults, if any.
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java51 * <p>To use this class, call the static function {@link #from} to get a
143 public static NotificationManagerCompat from(Context context) { method in class:NotificationManagerCompat
312 * Returns whether notifications from the calling package are not blocked.
319 * Returns the user specified importance for notifications from the calling package.
335 // Parse the string again if it is different from the last time this method was called.
401 * from any thread.
471 Log.d(TAG, "Disconnected from service " + componentName);
547 * Ensure we have unbound from a service.
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DToolbarActionBar.java100 final LayoutInflater inflater = LayoutInflater.from(mDecorToolbar.getContext());
483 // This will block the window from preparing a temporary panel to handle
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DCascadingMenuPopup.java197 * @param anchor A parent view to get the {@link android.view.View#getWindowToken()} token from.
261 // iterating. Remove from the last added menu so that the callbacks
262 // are received in order from foreground to background.
345 final LayoutInflater inflater = LayoutInflater.from(mContext);
548 // Close all menus starting from the dismissed menu, passing false
657 // Close all menus starting from the root. This will recursively
693 // Gravity resolution may have changed, update from raw gravity.
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbarWidgetWrapper.java133 setCustomView(LayoutInflater.from(mToolbar.getContext()).inflate(customNavId,
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DListPopupWindowTest.java473 convertView = LayoutInflater.from(parent.getContext()).inflate(
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java163 LayoutInflater.from(getActivity()).inflate(R.layout.wrapped_test_rv,
608 Log.d(TAG, "will layout items from " + start + " to " + end);
896 * item to index 1, then remove an item from index 2 (updated index 2)
923 public void moveItem(final int from, final int to, final boolean notifyChange) argument
928 moveInUIThread(from, to);
939 public void moveAndNotify(final int from, final int to) throws Throwable { argument
943 moveInUIThread(from, to);
944 notifyItemMoved(from, to);
950 assertEquals("clearOnUIThread called from a wrong thread",
956 protected void moveInUIThread(int from, in argument
[all...]
H A DRecyclerViewFocusRecoveryTest.java282 // even if the VH is re-used, it will be removed-reAdded so focus will go away from it.
446 LayoutInflater.from(parent.getContext())
/frameworks/base/core/java/android/text/
H A DTextUtils.java266 * from the source string. This is different than simply calling
289 * @param tokens an array objects to be joined. Strings will be formed from
308 * @param tokens an array objects to be joined. Strings will be formed from
326 * not remove any empty strings from the result. For example split("a,", "," ) returns {"a", ""}.
344 * split is empty. This returns []. This does not remove any empty strings from the result.
465 * spaces and ASCII control characters were trimmed from the start and end,
682 * from the parcel.
1007 * Copies the spans from the region <code>start...end</code> in
1669 * Removes empty spans from the <code>spans</code> array.
1678 * @param spans A list of spans retrieved using {@link Spanned#getSpans(int, int, Class)} from
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java646 mGuts = (NotificationGuts) LayoutInflater.from(mContext).inflate(
655 mSettingsIconRow = (NotificationSettingsIconRow) LayoutInflater.from(mContext).inflate(
1017 // The event comes from a leaf view that is interacted with.
1221 * view can differ from this state, if layout params are modified from outside.
1520 * Called when a group has finished animating from collapsed or expanded state.
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/rs/api/
H A Drs_for_each.spec99 arg: rs_allocation input, "Allocation to source data from."
249 &nbsp;&nbsp;// to the other dimensions, extract them from the kernel context:<br/>
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java566 // read policy from disk
629 // listen for restrict background changes from notifications
633 // listen for snooze warning from notifications
963 final TelephonyManager tele = TelephonyManager.from(mContext);
964 final SubscriptionManager sub = SubscriptionManager.from(mContext);
1349 * Once any {@link #mNetworkPolicy} are loaded from disk, ensure that we
1356 final TelephonyManager tele = TelephonyManager.from(mContext);
1357 final SubscriptionManager sub = SubscriptionManager.from(mContext);
1403 // clear any existing policy and read from disk
1769 // Remove entries from restricte
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java89 * must be serialized from the framework.
341 * Create a comma separate string from integer set.
441 // on devices that upgraded from Marshmallow, it may encounter a legacy value instead -
590 * RANGE=ID- gets results from ID
793 * In order to prevent the driver from filtering the multicast/broadcast packets, we have to
1777 // Callback from native
1815 // Called from native
1839 htOperation.from(ie);
1841 vhtOperation.from(ie);
1843 extendedCaps.from(i
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp176 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
687 #define BAD_STATE_ABORT(from, to) \
688 LOG_ALWAYS_FATAL("Bad state transition from %d to %d", from, to);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java174 final LayoutInflater inflater = LayoutInflater.from(context);
811 LayoutInflater inflater = LayoutInflater.from(getContext());
1105 // In LTR mode, we start from left padding and go to the right; in RTL mode, we start
1106 // from the padding right and go to the left (in reverse way)
1684 // Do this before detaching the actionview from the hierarchy, in case
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java148 * Fingerprint state: Cancelling and waiting for the confirmation from FingerprintService to
960 * IMPORTANT: Must be called from UI thread.
984 mSubscriptionManager = SubscriptionManager.from(context);
1371 * <p>Needs to be called from the main thread.
1520 * broadcast from the telephony code.
1523 * through mHandler, this *must* be called from the UI thread.
1537 * NOTE: Must be called from UI thread if bypassHandler == true.
1601 final TelephonyManager tele = TelephonyManager.from(mContext);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java114 /** Cache for custom printer icons loaded from the print service */
580 @FloatRange(from=0.0, to=1.0) float progress) {
736 // since this call may result in the system unbinding from the spooler
1460 @FloatRange(from=0.0, to=1.0) float progress) throws RemoteException {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java75 * a parcel, to be used when returning an exception from a transaction.
123 * Special function for reading an exception result from the header of
126 * otherwise return and let you read the normal result data from the Parcel.
127 * @param reply Parcel to read from
530 * @param cursor the cursor to print from
599 * @param cursor The cursor to read from
611 * @param cursor The cursor to read from
624 * @param cursor The cursor to read from
637 * @param cursor The cursor to read from
648 * @param cursor The cursor to read from
[all...]
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java64 * on-demand from an application. OBBs are a good way of providing large amounts
67 * a shared storage pool accessible from all programs. The system does not
69 * OBB, there is no guarantee that a read from that OBB will produce the
310 public static StorageManager from(Context context) { method in class:StorageManager
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java65 * it only works with an XmlPullParser returned from a compiled resource
79 * This field should be made private, so it is hidden from the SDK.
134 * Hook you can supply that is called when inflating from a LayoutInflater.
204 * Views; most importantly, this supplies the theme from which the default
228 * Obtains the LayoutInflater from the given context.
230 public static LayoutInflater from(Context context) { method in class:LayoutInflater
366 * Inflate a new view hierarchy from the specified xml resource. Throws
381 * Inflate a new view hierarchy from the specified xml node. Throws
401 * Inflate a new view hierarchy from the specified xml resource. Throws
420 Log.d(TAG, "INFLATING from resourc
[all...]

Completed in 651 milliseconds

<<11121314151617181920>>