HomeSort by relevance Sort by last modified time
    Searched defs:mOverviewFrame (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 121 final FrameLayout mOverviewFrame;
267 mOverviewFrame = (FrameLayout) rootView.findViewById(R.id.details_frame);
430 final View overview = vh.mOverviewFrame;
436 vh.mOverviewFrame.setForeground(null);
512 vh.mOverviewFrame.setBackgroundColor(bgColor);
519 vh.mOverviewFrame.setBackground(null);
521 RoundedRectHelper.getInstance().setClipToRoundedOutline(vh.mOverviewFrame, true);
578 ((ColorDrawable) vh.mOverviewFrame.getForeground().mutate()).setColor(dimmedColor);
FullWidthDetailsOverviewRowPresenter.java 191 final FrameLayout mOverviewFrame;
311 mOverviewFrame = (FrameLayout) rootView.findViewById(R.id.details_frame);
315 (HorizontalGridView) mOverviewFrame.findViewById(R.id.details_overview_actions);
337 return mOverviewFrame;
540 final View overview = vh.mOverviewFrame;
551 vh.mOverviewFrame.setForeground(null);
610 ((ColorDrawable) vh.mOverviewFrame.getForeground().mutate()).setColor(dimmedColor);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 48 milliseconds