Searched refs:from (Results 1 - 25 of 511) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c52 static void swab(const void *from, void *to, ssize_t n) argument
54 // from and to as char pointers
55 const char *from_ch = (const char *) from;
96 // on underrun from pipe, substitute silence
113 // This thread reads from a (slow) filesystem with unpredictable latency and writes to pipe
541 // create thread to read from file
H A Dplaybq.cpp52 static void swab(const void *from, void *to, ssize_t n) argument
54 // from and to as char pointers
55 const char *from_ch = (const char *) from;
96 // on underrun from pipe, substitute silence
113 // This thread reads from a (slow) filesystem with unpredictable latency and writes to pipe
541 // create thread to read from file
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java64 * released, the continuity service is updated from the BackgroundManager state.
66 * current state from the continuity service.
70 * <p>Backgrounds consist of several layers, from back to front:
793 * Overrides the window background drawable from the theme. This should
815 View backgroundView = LayoutInflater.from(mContext).inflate(
864 * released, the continuity service is updated from the BackgroundManager
866 * inherits the current state from the continuity service.
1180 // previous one from the view
H A DOnboardingFragment.java92 * are different from each other, or some applications may want to show their own animations.
124 * that derives from it.</li>
414 LayoutInflater inflater = getThemeInflater(LayoutInflater.from(getActivity()));
H A DOnboardingSupportFragment.java1 /* This file is auto-generated from OnboardingFragment.java. DO NOT MODIFY. */
94 * are different from each other, or some applications may want to show their own animations.
126 * that derives from it.</li>
416 LayoutInflater inflater = getThemeInflater(LayoutInflater.from(getActivity()));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java153 View v = LayoutInflater.from(parent.getContext())
209 * Binds the data from the item to the ViewHolder. The item is typically associated with
H A DAbstractMediaItemPresenter.java336 View view = LayoutInflater.from(context).
380 * If this is not set, a default color, defaultBrandColor, from theme is used.
416 * Unbinds the media item details from their views provided by the
419 * @param vh ViewHolder to unbind from.
H A DAbstractMediaListHeaderPresenter.java79 * The styling for this presenter is extracted from Context of parent in
95 View view = LayoutInflater.from(context).inflate(R.layout.lb_media_list_header,
114 * If this is not set, a default color, defaultBrandColor, from theme is used.
H A DActionPresenterSelector.java61 View v = LayoutInflater.from(parent.getContext())
83 View v = LayoutInflater.from(parent.getContext())
H A DBaseCardView.java209 * such case could be when focus moves from one row to the other, when
811 @ViewDebug.IntToString(from = VIEW_TYPE_MAIN, to = "MAIN"),
812 @ViewDebug.IntToString(from = VIEW_TYPE_INFO, to = "INFO"),
813 @ViewDebug.IntToString(from = VIEW_TYPE_EXTRA, to = "EXTRA")
848 * @param source The layout params to copy from.
H A DControlBarPresenter.java240 View v = LayoutInflater.from(parent.getContext())
H A DControlButtonPresenterSelector.java87 View v = LayoutInflater.from(parent.getContext())
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 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 DDividerPresenter.java43 View headerView = 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 DGuidedActionsStylist.java372 // Cached values from resources
584 LayoutInflater inflater = LayoutInflater.from(parent.getContext());
603 LayoutInflater inflater = LayoutInflater.from(parent.getContext());
809 * implementation assigns drawable loaded from theme attribute
867 * Performs updating GuidedAction from activator view. Default implementation supports
1119 // go off the screen from the top or bottom become invisible forever. This is because once
1123 // the off-the-screen actions are pruned from the view, thus
H A DImageCardView.java164 LayoutInflater inflater = LayoutInflater.from(getContext());
255 // If the user has set a specific value here, it will differ from null.
H A DListRowHoverCardView.java43 LayoutInflater inflater = LayoutInflater.from(context);
H A DListRowView.java42 LayoutInflater inflater = LayoutInflater.from(context);
H A DMediaItemActionPresenter.java51 View actionView = LayoutInflater.from(context).
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 DPlaybackControlsPresenter.java286 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 DRowContainerView.java48 LayoutInflater inflater = LayoutInflater.from(context);

Completed in 2321 milliseconds

1234567891011>>