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/
DetailsContentPresenter.java 184 final ViewGroup detailsFrame = (ViewGroup) mActivity.findViewById(R.id.details_frame);
185 int nowHeight = ViewUtils.getLayoutHeight(detailsFrame);
187 detailsFrame, nowHeight, nowHeight + heightDiff);
189 Animator shiftAnimator = ObjectAnimator.ofPropertyValuesHolder(detailsFrame,
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
DetailsFragmentTest.java 170 final View detailsFrame = verticalGridView.findViewById(R.id.details_frame);
175 detailsFrameRect.set(0, 0, detailsFrame.getWidth(), detailsFrame.getHeight());
176 verticalGridView.offsetDescendantRectToMyCoords(detailsFrame, detailsFrameRect);
201 detailsFrameRect.set(0, 0, detailsFrame.getWidth(), detailsFrame.getHeight());
202 verticalGridView.offsetDescendantRectToMyCoords(detailsFrame, detailsFrameRect);
    [all...]
DetailsSupportFragmentTest.java 173 final View detailsFrame = verticalGridView.findViewById(R.id.details_frame);
178 detailsFrameRect.set(0, 0, detailsFrame.getWidth(), detailsFrame.getHeight());
179 verticalGridView.offsetDescendantRectToMyCoords(detailsFrame, detailsFrameRect);
204 detailsFrameRect.set(0, 0, detailsFrame.getWidth(), detailsFrame.getHeight());
205 verticalGridView.offsetDescendantRectToMyCoords(detailsFrame, detailsFrameRect);
    [all...]

Completed in 1431 milliseconds