Searched refs:rootView (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DControlBarPresenter.java78 ViewHolder(View rootView) { argument
79 super(rootView);
80 mControlsContainer = rootView.findViewById(R.id.controls_container);
81 mControlBar = (ControlBar) rootView.findViewById(R.id.control_bar);
H A DPlaybackControlsRowPresenter.java89 ViewHolder(View rootView, Presenter descriptionPresenter) { argument
90 super(rootView);
91 mCard = (ViewGroup) rootView.findViewById(R.id.controls_card);
92 mCardRightPanel = (ViewGroup) rootView.findViewById(R.id.controls_card_right_panel);
93 mImageView = (ImageView) rootView.findViewById(R.id.image);
94 mDescriptionDock = (ViewGroup) rootView.findViewById(R.id.description_dock);
95 mControlsDock = (ViewGroup) rootView.findViewById(R.id.controls_dock);
97 (ViewGroup) rootView.findViewById(R.id.secondary_controls_dock);
98 mSpacer = rootView.findViewById(R.id.spacer);
99 mBottomSpacer = rootView
[all...]
H A DAbstractMediaItemPresenter.java613 ViewGroup rootView = (ViewGroup) selectorView.getParent();
615 rootView.offsetDescendantRectToMyCoords(focusChangedView, sTempRect);
618 sTempRect.right += rootView.getHeight();
619 sTempRect.left -= rootView.getHeight() / 2;
621 sTempRect.left -= rootView.getHeight();
622 sTempRect.right += rootView.getHeight() / 2;
H A DDetailsOverviewRowPresenter.java262 * @param rootView The root View that this view holder will be attached
265 public ViewHolder(View rootView, Presenter detailsPresenter) { argument
266 super(rootView);
267 mOverviewFrame = (FrameLayout) rootView.findViewById(R.id.details_frame);
268 mOverviewView = (ViewGroup) rootView.findViewById(R.id.details_overview);
269 mImageView = (ImageView) rootView.findViewById(R.id.details_overview_image);
270 mRightPanel = (ViewGroup) rootView.findViewById(R.id.details_overview_right_panel);
280 final int fadeLength = rootView.getResources().getDimensionPixelSize(
H A DPlaybackTransportRowPresenter.java260 * @param rootView Root view of the ViewHolder.
264 public ViewHolder(View rootView, Presenter descriptionPresenter) { argument
265 super(rootView);
266 mImageView = (ImageView) rootView.findViewById(R.id.image);
267 mDescriptionDock = (ViewGroup) rootView.findViewById(R.id.description_dock);
268 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time);
269 mTotalTime = (TextView) rootView.findViewById(R.id.total_time);
270 mProgressBar = (SeekBar) rootView.findViewById(R.id.playback_progress);
338 mControlsDock = (ViewGroup) rootView.findViewById(R.id.controls_dock);
340 (ViewGroup) rootView
[all...]
H A DFullWidthDetailsOverviewRowPresenter.java304 * @param rootView The root View that this view holder will be attached
307 public ViewHolder(View rootView, Presenter detailsPresenter, argument
309 super(rootView);
310 mOverviewRoot = (ViewGroup) rootView.findViewById(R.id.details_root);
311 mOverviewFrame = (FrameLayout) rootView.findViewById(R.id.details_frame);
313 (ViewGroup) rootView.findViewById(R.id.details_overview_description);
321 final int fadeLength = rootView.getResources().getDimensionPixelSize(
H A DListRowPresenter.java69 public ViewHolder(View rootView, HorizontalGridView gridView, ListRowPresenter p) { argument
70 super(rootView);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java98 ToggleScene(ViewGroup rootView, Transition transition) { argument
99 mScene = new Scene(rootView);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java182 View rootView = inflater.inflate(R.layout.fragment_list, container, false);
186 View controls = rootView.findViewById(R.id.controls);
189 ListView listView = (ListView) rootView.findViewById(R.id.list_view);
227 return rootView;
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java182 View rootView = inflater.inflate(R.layout.fragment_list, container, false);
186 View controls = rootView.findViewById(R.id.controls);
189 ListView listView = (ListView) rootView.findViewById(R.id.list_view);
227 return rootView;
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1506 public void onPostWindowFocus(View rootView, View focusedView, argument
1519 focusInLocked(focusedView != null ? focusedView : rootView);
1539 rootView.getWindowToken(), controlFlags, softInputMode, windowFlags)) {
1551 rootView.getWindowToken(), controlFlags, softInputMode, windowFlags, null,
1560 public void onPreWindowFocus(View rootView, boolean hasWindowFocus) { argument
1562 if (rootView == null) {
1565 mCurRootView = rootView;
1566 } else if (rootView == mCurRootView) {
1573 + " mCurRootView=" + mCurRootView + " rootView=" + rootView);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java61 FragmentHostManager(Context context, FragmentService manager, View rootView) { argument
64 mRootView = rootView;
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DPopupMenuTest.java302 View rootView = root.getDecorView();
303 return rootView.hasWindowFocus();
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java811 final View rootView = getRootView();
812 if (rootView != null) {
813 rootView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
/frameworks/base/core/java/android/app/
H A DActivity.java7496 final View rootView = roots.get(rootNum).getView();
7498 if (rootView != null) {
7501 views[viewNum] = rootView.findViewByAutofillIdTraversal(
7517 final View rootView = roots.get(rootNum).getView();
7519 if (rootView != null) {
7520 final View view = rootView.findViewByAutofillIdTraversal(viewId);
/frameworks/base/core/java/android/view/
H A DView.java8166 View rootView = getRootView();
8167 if (rootView == null) {
8168 rootView = this;
8171 View label = rootView.findLabelForView(this, mID);
8189 View rootView = getRootView();
8190 if (rootView == null) {
8191 rootView = this;
8193 View labeled = rootView.findViewInsideOutShouldExist(this, mLabelForId);
8200 View rootView = getRootView();
8201 if (rootView
[all...]

Completed in 8356 milliseconds

12