Searched refs:getRootView (Results 26 - 46 of 46) sorted by relevance

12

/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DOneEditTextActivitySelected.java64 public View getRootView() { method in class:OneEditTextActivitySelected
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DRequestFocusTest.java121 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null,
164 View focusCandidate = clearingFocusButton.getRootView().getParent().focusSearch(null,
/frameworks/base/core/java/android/ddm/
H A DDdmHandleViewDebug.java127 View rootView = getRootView(in);
196 private View getRootView(ByteBuffer in) { method in class:DdmHandleViewDebug
200 return WindowManagerGlobal.getInstance().getRootView(viewRootName);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DFirstFrameAnimatorHelper.java101 mTarget.getRootView().invalidate();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DNumPadKey.java52 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
H A DCameraWidgetFrame.java219 final View root = getRootView();
275 final ViewGroup root = (ViewGroup) getRootView();
477 View root = getRootView();
H A DSlidingChallengeLayout.java886 final View root = getRootView();
914 final View root = getRootView();
H A DMultiPaneChallengeLayout.java190 final View root = getRootView();
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java157 mInput.startGettingWindowFocus(mEditText.getRootView());
/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java50 y <= view.getRootView().getHeight());
/frameworks/base/core/java/android/view/
H A DViewDebug.java431 view = view.getRootView();
463 View view = root.getRootView();
470 return root.getRootView().findViewById(id);
810 View view = root.getRootView();
H A DWindowManagerGlobal.java193 public View getRootView(String name) { method in class:WindowManagerGlobal
H A DView.java4952 View oldFocus = (mAttachInfo != null) ? getRootView().findFocus() : null;
5105 final View root = getRootView();
5461 getRootView().addFocusables(focusablesTempList, View.FOCUS_FORWARD, FOCUSABLES_ALL);
5639 View rootView = getRootView();
5662 View rootView = getRootView();
5673 View rootView = getRootView();
5685 View rootView = getRootView();
9751 if (getRootView() != this) {
16827 public View getRootView() { method in class:View
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1159 public View getRootView() { method in class:PhotoViewController
1265 getRootView().setSystemUiVisibility(flags);
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java1095 mPopup.setAnchorView(getRootView().findViewById(mDropDownAnchorId));
H A DPopupWindow.java1252 final View root = anchor.getRootView();
H A DListView.java2435 (ViewGroup) getRootView(), currentFocus, direction);
H A DEditor.java470 ViewGroup.LayoutParams params = mTextView.getRootView().getLayoutParams();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java246 float rootWidth = getRootView().getWidth();
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1299 if (mCurRootView != view.getRootView()) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java655 final View rootView = getRootView();

Completed in 747 milliseconds

12