Searched defs:rootView (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DContactsExpansion.java98 ToggleScene(ViewGroup rootView, Transition transition) { argument
99 mScene = new Scene(rootView);
H A DUniqueIds.java64 ToggleScene(ViewGroup rootView, Button button) { argument
65 mScene = new Scene(rootView);
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
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.java124 View rootView = getRootView(in);
125 if (rootView == null) {
131 return dumpHierarchy(rootView, in);
133 return captureLayers(rootView);
138 final View targetView = getTargetView(rootView, in);
146 return captureView(rootView, targetView);
148 return dumpDisplayLists(rootView, targetView);
150 return profileView(rootView, targetView);
152 return invokeViewMethod(rootView, targetView, in);
154 return setLayoutParameter(rootView, targetVie
224 dumpHierarchy(View rootView, ByteBuffer in) argument
241 captureLayers(View rootView) argument
261 captureView(View rootView, View targetView) argument
275 dumpDisplayLists(final View rootView, final View targetView) argument
301 invokeViewMethod(final View rootView, final View targetView, ByteBuffer in) argument
382 setLayoutParameter(final View rootView, final View targetView, ByteBuffer in) argument
398 profileView(View rootView, final View targetView) argument
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1338 public void onWindowFocus(View rootView, View focusedView, int softInputMode, argument
1351 focusInLocked(focusedView != null ? focusedView : rootView);
1370 if (startInputInner(rootView.getWindowToken(),
1381 mService.windowGainedFocus(mClient, rootView.getWindowToken(),
1389 public void startGettingWindowFocus(View rootView) { argument
1391 mCurRootView = rootView;

Completed in 160 milliseconds