Searched refs:rootView (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
H A DBigEditTextActivityNonScrollablePanScanTests.java38 View rootView = ((BigEditTextActivityNonScrollablePanScan) mTargetActivity).getRootView();
41 assertNotNull(rootView);
44 destructiveCheckImeInitialState(rootView, servedView);
46 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight());
H A DBigEditTextActivityNonScrollableResizeTests.java37 View rootView = ((BigEditTextActivityNonScrollableResize) mTargetActivity).getRootView();
40 assertNotNull(rootView);
43 destructiveCheckImeInitialState(rootView, servedView);
45 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight());
H A DBigEditTextActivityScrollablePanScanTests.java37 View rootView = ((BigEditTextActivityScrollablePanScan) mTargetActivity).getRootView();
40 assertNotNull(rootView);
43 destructiveCheckImeInitialState(rootView, servedView);
45 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight());
H A DBigEditTextActivityScrollableResizeTests.java38 View rootView = ((BigEditTextActivityScrollableResize) mTargetActivity).getRootView();
41 assertNotNull(rootView);
44 destructiveCheckImeInitialState(rootView, servedView);
46 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight());
H A DBottomEditTextActivityPanScanTests.java38 View rootView = ((BottomEditTextActivityPanScan) mTargetActivity).getRootView();
41 assertNotNull(rootView);
44 destructiveCheckImeInitialState(rootView, servedView);
46 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight());
H A DBottomEditTextActivityResizeTests.java38 View rootView = ((BottomEditTextActivityResize) mTargetActivity).getRootView();
41 assertNotNull(rootView);
44 destructiveCheckImeInitialState(rootView, servedView);
46 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight());
H A DOneEditTextActivityNotSelectedTests.java39 View rootView = ((OneEditTextActivityNotSelected) mTargetActivity).getRootView();
42 assertNotNull(rootView);
45 destructiveCheckImeInitialState(rootView, servedView);
47 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight());
H A DOneEditTextActivitySelectedTests.java42 View rootView = ((OneEditTextActivitySelected) mTargetActivity).getRootView();
45 assertNotNull(rootView);
48 destructiveCheckImeInitialState(rootView, servedView);
50 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight());
H A DImfBaseTestCase.java113 public void destructiveCheckImeInitialState(View rootView, View servedView) { argument
117 assertTrue(destructiveCheckImeUp(rootView, servedView));
119 assertFalse(destructiveCheckImeUp(rootView, servedView));
123 public boolean destructiveCheckImeUp(View rootView, View servedView) { argument
127 origHeight = rootView.getHeight();
133 newHeight = rootView.getHeight();
136 newHeight = rootView.getHeight();
/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.java127 View rootView = getRootView(in);
128 if (rootView == null) {
134 return dumpHierarchy(rootView, in);
136 return captureLayers(rootView);
138 return dumpTheme(rootView);
143 final View targetView = getTargetView(rootView, in);
151 return captureView(rootView, targetView);
153 return dumpDisplayLists(rootView, targetView);
155 return profileView(rootView, targetView);
157 return invokeViewMethod(rootView, targetVie
229 dumpHierarchy(View rootView, ByteBuffer in) argument
256 captureLayers(View rootView) argument
279 dumpTheme(View rootView) argument
292 captureView(View rootView, View targetView) argument
306 dumpDisplayLists(final View rootView, final View targetView) argument
332 invokeViewMethod(final View rootView, final View targetView, ByteBuffer in) argument
413 setLayoutParameter(final View rootView, final View targetView, ByteBuffer in) argument
429 profileView(View rootView, final View targetView) argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DTitleView.java47 View rootView = inflater.inflate(R.layout.lb_title_view, this);
49 mBadgeView = (ImageView) rootView.findViewById(R.id.title_badge);
50 mTextView = (TextView) rootView.findViewById(R.id.title_text);
51 mSearchOrbView = (SearchOrbView) rootView.findViewById(R.id.title_orb);
H A DPlaybackControlsPresenter.java68 ViewHolder(View rootView) { argument
69 super(rootView);
70 mMoreActionsDock = (FrameLayout) rootView.findViewById(R.id.more_actions_dock);
71 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time);
72 mTotalTime = (TextView) rootView.findViewById(R.id.total_time);
73 mProgressBar = (ProgressBar) rootView.findViewById(R.id.playback_progress);
H A DControlBarPresenter.java79 ViewHolder(View rootView) { argument
80 super(rootView);
81 mControlsContainer = rootView.findViewById(R.id.controls_container);
82 mControlBar = (ControlBar) rootView.findViewById(R.id.control_bar);
H A DPlaybackControlsRowPresenter.java84 ViewHolder(View rootView, Presenter descriptionPresenter) { argument
85 super(rootView);
86 mCard = (ViewGroup) rootView.findViewById(R.id.controls_card);
87 mCardRightPanel = (ViewGroup) rootView.findViewById(R.id.controls_card_right_panel);
88 mImageView = (ImageView) rootView.findViewById(R.id.image);
89 mDescriptionDock = (ViewGroup) rootView.findViewById(R.id.description_dock);
90 mControlsDock = (ViewGroup) rootView.findViewById(R.id.controls_dock);
92 (ViewGroup) rootView.findViewById(R.id.secondary_controls_dock);
93 mSpacer = rootView.findViewById(R.id.spacer);
94 mBottomSpacer = rootView
[all...]
H A DDetailsOverviewRowPresenter.java264 * @param rootView The root View that this view holder will be attached
267 public ViewHolder(View rootView, Presenter detailsPresenter) { argument
268 super(rootView);
269 mOverviewFrame = (FrameLayout) rootView.findViewById(R.id.details_frame);
270 mOverviewView = (ViewGroup) rootView.findViewById(R.id.details_overview);
271 mImageView = (ImageView) rootView.findViewById(R.id.details_overview_image);
272 mRightPanel = (ViewGroup) rootView.findViewById(R.id.details_overview_right_panel);
282 final int fadeLength = rootView.getResources().getDimensionPixelSize(
H A DFullWidthDetailsOverviewRowPresenter.java311 * @param rootView The root View that this view holder will be attached
314 public ViewHolder(View rootView, Presenter detailsPresenter, argument
316 super(rootView);
317 mOverviewRoot = (ViewGroup) rootView.findViewById(R.id.details_root);
318 mOverviewFrame = (FrameLayout) rootView.findViewById(R.id.details_frame);
320 (ViewGroup) rootView.findViewById(R.id.details_overview_description);
328 final int fadeLength = rootView.getResources().getDimensionPixelSize(
H A DListRowPresenter.java68 public ViewHolder(View rootView, HorizontalGridView gridView, ListRowPresenter p) { argument
69 super(rootView);
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DMainActivity.java96 View rootView = inflater.inflate(R.layout.fragment_main, container, false);
97 return rootView;
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DUniqueIds.java64 ToggleScene(ViewGroup rootView, Button button) { argument
65 mScene = new Scene(rootView);
H A DContactsExpansion.java98 ToggleScene(ViewGroup rootView, Transition transition) { argument
99 mScene = new Scene(rootView);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java113 XMLParser.ElementContext rootView = getViewNode(original, root);
115 if (hasMergeInclude(rootView)) {
119 boolean isMerge = "merge".equals(rootView.elmName.getText());
125 parseExpressions(newTag, rootView, isMerge, bundle);
132 private void parseExpressions(String newTag, final XMLParser.ElementContext rootView, argument
136 rootView.accept(new XMLParserBaseVisitor<Void>() {
155 if (ctx.getParent().getParent() == rootView) {
158 } else if (ctx == rootView) {
222 if (rootView == parent || (isMerge && parent.getParent().getParent() == rootView)) {
368 hasMergeInclude(XMLParser.ElementContext rootView) argument
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1413 public void onPostWindowFocus(View rootView, View focusedView, int softInputMode, argument
1426 focusInLocked(focusedView != null ? focusedView : rootView);
1445 if (startInputInner(rootView.getWindowToken(),
1456 mService.windowGainedFocus(mClient, rootView.getWindowToken(),
1464 public void onPreWindowFocus(View rootView, boolean hasWindowFocus) { argument
1466 if (rootView == null) {
1469 mCurRootView = rootView;
1470 } else if (rootView == mCurRootView) {
1477 + " mCurRootView=" + mCurRootView + " rootView=" + rootView);
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java727 final View rootView = getRootView();
728 if (rootView != null) {
729 rootView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
/frameworks/base/core/java/android/view/
H A DView.java6343 View rootView = getRootView();
6344 if (rootView == null) {
6345 rootView = this;
6348 View label = rootView.findLabelForView(this, mID);
6366 View rootView = getRootView();
6367 if (rootView == null) {
6368 rootView = this;
6370 View labeled = rootView.findViewInsideOutShouldExist(this, mLabelForId);
6377 View rootView = getRootView();
6378 if (rootView
[all...]

Completed in 371 milliseconds