HomeSort by relevance Sort by last modified time
    Searched refs:detailsFrame (Results 1 - 5 of 5) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 103 View detailsFrame = getActivity().findViewById(R.id.details);
104 mDualPane = detailsFrame != null && detailsFrame.getVisibility() == View.VISIBLE;
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 106 View detailsFrame = getActivity().findViewById(R.id.details);
107 mDualPane = detailsFrame != null && detailsFrame.getVisibility() == View.VISIBLE;
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DetailsContentPresenter.java 219 final ViewGroup detailsFrame = (ViewGroup) mActivity.findViewById(R.id.details_frame);
220 int nowHeight = ViewUtils.getLayoutHeight(detailsFrame);
222 detailsFrame, nowHeight, nowHeight + heightDiff);
224 Animator shiftAnimator = ObjectAnimator.ofPropertyValuesHolder(detailsFrame,
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
DetailsFragmentTest.java 171 final View detailsFrame = verticalGridView.findViewById(R.id.details_frame);
176 detailsFrameRect.set(0, 0, detailsFrame.getWidth(), detailsFrame.getHeight());
177 verticalGridView.offsetDescendantRectToMyCoords(detailsFrame, detailsFrameRect);
202 detailsFrameRect.set(0, 0, detailsFrame.getWidth(), detailsFrame.getHeight());
203 verticalGridView.offsetDescendantRectToMyCoords(detailsFrame, detailsFrameRect);
    [all...]
DetailsSupportFragmentTest.java 174 final View detailsFrame = verticalGridView.findViewById(R.id.details_frame);
179 detailsFrameRect.set(0, 0, detailsFrame.getWidth(), detailsFrame.getHeight());
180 verticalGridView.offsetDescendantRectToMyCoords(detailsFrame, detailsFrameRect);
205 detailsFrameRect.set(0, 0, detailsFrame.getWidth(), detailsFrame.getHeight());
206 verticalGridView.offsetDescendantRectToMyCoords(detailsFrame, detailsFrameRect);
    [all...]

Completed in 713 milliseconds