Home
last modified time | relevance | path

Searched refs:rootView (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java127 View rootView = getRootView(in); in handleChunk() local
128 if (rootView == null) { in handleChunk()
134 return dumpHierarchy(rootView, in); in handleChunk()
136 return captureLayers(rootView); in handleChunk()
138 return dumpTheme(rootView); in handleChunk()
143 final View targetView = getTargetView(rootView, in); in handleChunk()
151 return captureView(rootView, targetView); in handleChunk()
153 return dumpDisplayLists(rootView, targetView); in handleChunk()
155 return profileView(rootView, targetView); in handleChunk()
157 return invokeViewMethod(rootView, targetView, in); in handleChunk()
[all …]
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
DBigEditTextActivityScrollableResizeTests.java38 View rootView = ((BigEditTextActivityScrollableResize) mTargetActivity).getRootView(); in testAppAdjustmentPanScan() local
41 assertNotNull(rootView); in testAppAdjustmentPanScan()
44 destructiveCheckImeInitialState(rootView, servedView); in testAppAdjustmentPanScan()
46 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight()); in testAppAdjustmentPanScan()
DBigEditTextActivityNonScrollableResizeTests.java37 View rootView = ((BigEditTextActivityNonScrollableResize) mTargetActivity).getRootView(); in testAppAdjustmentPanScan() local
40 assertNotNull(rootView); in testAppAdjustmentPanScan()
43 destructiveCheckImeInitialState(rootView, servedView); in testAppAdjustmentPanScan()
45 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight()); in testAppAdjustmentPanScan()
DBigEditTextActivityNonScrollablePanScanTests.java38 View rootView = ((BigEditTextActivityNonScrollablePanScan) mTargetActivity).getRootView(); in testAppAdjustmentPanScan() local
41 assertNotNull(rootView); in testAppAdjustmentPanScan()
44 destructiveCheckImeInitialState(rootView, servedView); in testAppAdjustmentPanScan()
46 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight()); in testAppAdjustmentPanScan()
DBigEditTextActivityScrollablePanScanTests.java37 View rootView = ((BigEditTextActivityScrollablePanScan) mTargetActivity).getRootView(); in testAppAdjustmentPanScan() local
40 assertNotNull(rootView); in testAppAdjustmentPanScan()
43 destructiveCheckImeInitialState(rootView, servedView); in testAppAdjustmentPanScan()
45 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight()); in testAppAdjustmentPanScan()
DBottomEditTextActivityResizeTests.java38 View rootView = ((BottomEditTextActivityResize) mTargetActivity).getRootView(); in testAppAdjustmentResize() local
41 assertNotNull(rootView); in testAppAdjustmentResize()
44 destructiveCheckImeInitialState(rootView, servedView); in testAppAdjustmentResize()
46 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight()); in testAppAdjustmentResize()
DBottomEditTextActivityPanScanTests.java38 View rootView = ((BottomEditTextActivityPanScan) mTargetActivity).getRootView(); in testAppAdjustmentPanScan() local
41 assertNotNull(rootView); in testAppAdjustmentPanScan()
44 destructiveCheckImeInitialState(rootView, servedView); in testAppAdjustmentPanScan()
46 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight()); in testAppAdjustmentPanScan()
DOneEditTextActivityNotSelectedTests.java39 View rootView = ((OneEditTextActivityNotSelected) mTargetActivity).getRootView(); in testSoftKeyboardNoAutoPop() local
42 assertNotNull(rootView); in testSoftKeyboardNoAutoPop()
45 destructiveCheckImeInitialState(rootView, servedView); in testSoftKeyboardNoAutoPop()
47 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight()); in testSoftKeyboardNoAutoPop()
DOneEditTextActivitySelectedTests.java42 View rootView = ((OneEditTextActivitySelected) mTargetActivity).getRootView(); in testSoftKeyboardAutoPop() local
45 assertNotNull(rootView); in testSoftKeyboardAutoPop()
48 destructiveCheckImeInitialState(rootView, servedView); in testSoftKeyboardAutoPop()
50 verifyEditTextAdjustment(servedView, rootView.getMeasuredHeight()); in testSoftKeyboardAutoPop()
DImfBaseTestCase.java113 public void destructiveCheckImeInitialState(View rootView, View servedView) { in destructiveCheckImeInitialState() argument
117 assertTrue(destructiveCheckImeUp(rootView, servedView)); in destructiveCheckImeInitialState()
119 assertFalse(destructiveCheckImeUp(rootView, servedView)); in destructiveCheckImeInitialState()
123 public boolean destructiveCheckImeUp(View rootView, View servedView) { in destructiveCheckImeUp() argument
127 origHeight = rootView.getHeight(); in destructiveCheckImeUp()
133 newHeight = rootView.getHeight(); in destructiveCheckImeUp()
136 newHeight = rootView.getHeight(); in destructiveCheckImeUp()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DTitleView.java48 View rootView = inflater.inflate(R.layout.lb_title_view, this); in TitleView() local
50 mBadgeView = (ImageView) rootView.findViewById(R.id.browse_badge); in TitleView()
51 mTextView = (TextView) rootView.findViewById(R.id.browse_title); in TitleView()
52 mSearchOrbView = (SearchOrbView) rootView.findViewById(R.id.browse_orb); in TitleView()
DPlaybackControlsRowPresenter.java75 ViewHolder(View rootView, Presenter descriptionPresenter) { in ViewHolder() argument
76 super(rootView); in ViewHolder()
77 mCard = (ViewGroup) rootView.findViewById(R.id.controls_card); in ViewHolder()
78 mImageView = (ImageView) rootView.findViewById(R.id.image); in ViewHolder()
79 mDescriptionDock = (ViewGroup) rootView.findViewById(R.id.description_dock); in ViewHolder()
80 mControlsDock = (ViewGroup) rootView.findViewById(R.id.controls_dock); in ViewHolder()
82 (ViewGroup) rootView.findViewById(R.id.secondary_controls_dock); in ViewHolder()
83 mSpacer = rootView.findViewById(R.id.spacer); in ViewHolder()
84 mBottomSpacer = rootView.findViewById(R.id.bottom_spacer); in ViewHolder()
DPlaybackControlsPresenter.java66 ViewHolder(View rootView) { in ViewHolder() argument
67 super(rootView); in ViewHolder()
68 mMoreActionsDock = (FrameLayout) rootView.findViewById(R.id.more_actions_dock); in ViewHolder()
69 mCurrentTime = (TextView) rootView.findViewById(R.id.current_time); in ViewHolder()
70 mTotalTime = (TextView) rootView.findViewById(R.id.total_time); in ViewHolder()
71 mProgressBar = (ProgressBar) rootView.findViewById(R.id.playback_progress); in ViewHolder()
DDetailsOverviewRowPresenter.java233 public ViewHolder(View rootView, Presenter detailsPresenter) { in ViewHolder() argument
234 super(rootView); in ViewHolder()
235 mOverviewFrame = (FrameLayout) rootView.findViewById(R.id.details_frame); in ViewHolder()
236 mOverviewView = (ViewGroup) rootView.findViewById(R.id.details_overview); in ViewHolder()
237 mImageView = (ImageView) rootView.findViewById(R.id.details_overview_image); in ViewHolder()
238 mRightPanel = (ViewGroup) rootView.findViewById(R.id.details_overview_right_panel); in ViewHolder()
248 final int fadeLength = rootView.getResources().getDimensionPixelSize( in ViewHolder()
DControlBarPresenter.java78 ViewHolder(View rootView) { in ViewHolder() argument
79 super(rootView); in ViewHolder()
80 mControlBar = (ControlBar) rootView.findViewById(R.id.control_bar); in ViewHolder()
DListRowPresenter.java65 public ViewHolder(View rootView, HorizontalGridView gridView, ListRowPresenter p) { in ViewHolder() argument
66 super(rootView); in ViewHolder()
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
DMainActivity.java96 View rootView = inflater.inflate(R.layout.fragment_main, container, false); in onCreateView() local
97 return rootView; in onCreateView()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DUniqueIds.java64 ToggleScene(ViewGroup rootView, Button button) { in ToggleScene() argument
65 mScene = new Scene(rootView); in ToggleScene()
DContactsExpansion.java98 ToggleScene(ViewGroup rootView, Transition transition) { in ToggleScene() argument
99 mScene = new Scene(rootView); in ToggleScene()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1401 public void onWindowFocus(View rootView, View focusedView, int softInputMode, in onWindowFocus() argument
1414 focusInLocked(focusedView != null ? focusedView : rootView); in onWindowFocus()
1433 if (startInputInner(rootView.getWindowToken(), in onWindowFocus()
1444 mService.windowGainedFocus(mClient, rootView.getWindowToken(), in onWindowFocus()
1452 public void startGettingWindowFocus(View rootView) { in startGettingWindowFocus() argument
1454 mCurRootView = rootView; in startGettingWindowFocus()
/frameworks/base/docs/html/training/implementing-navigation/
Dlateral.jd153 View rootView = inflater.inflate(
156 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
158 return rootView;
/frameworks/base/core/java/android/view/
DView.java5639 View rootView = getRootView(); in onInitializeAccessibilityNodeInfoInternal() local
5640 if (rootView == null) { in onInitializeAccessibilityNodeInfoInternal()
5641 rootView = this; in onInitializeAccessibilityNodeInfoInternal()
5644 View label = rootView.findLabelForView(this, mID); in onInitializeAccessibilityNodeInfoInternal()
5662 View rootView = getRootView(); in onInitializeAccessibilityNodeInfoInternal() local
5663 if (rootView == null) { in onInitializeAccessibilityNodeInfoInternal()
5664 rootView = this; in onInitializeAccessibilityNodeInfoInternal()
5666 View labeled = rootView.findViewInsideOutShouldExist(this, mLabelForId); in onInitializeAccessibilityNodeInfoInternal()
5673 View rootView = getRootView(); in onInitializeAccessibilityNodeInfoInternal() local
5674 if (rootView == null) { in onInitializeAccessibilityNodeInfoInternal()
[all …]
/frameworks/base/docs/html/training/animation/
Dscreen-slide.jd98 ViewGroup rootView = (ViewGroup) inflater.inflate(
101 return rootView;
/frameworks/support/v4/java/android/support/v4/widget/
DDrawerLayout.java655 final View rootView = getRootView(); in dispatchOnDrawerClosed() local
656 if (rootView != null) { in dispatchOnDrawerClosed()
657 rootView.sendAccessibilityEvent(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED); in dispatchOnDrawerClosed()
/frameworks/base/docs/html/training/basics/firstapp/
Dstarting-activity.jd360 View rootView = inflater.inflate(R.layout.fragment_display_message,
362 return rootView;