Searched refs:getContentView (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTabHost.java413 mCurrentView = spec.mContentStrategy.getContentView();
574 View getContentView(); method in interface:TabHost.ContentStrategy
693 public View getContentView() { method in class:TabHost.ViewIdContentStrategy
716 public View getContentView() { method in class:TabHost.FactoryContentStrategy
745 public View getContentView() { method in class:TabHost.IntentContentStrategy
H A DListPopupWindow.java1112 dropDownView = (ViewGroup) mPopup.getContentView();
1687 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {
H A DPopupWindow.java380 public View getContentView() { method in class:PopupWindow
392 * @see #getContentView()
H A DEditor.java299 TextView tv = (TextView) mErrorPopup.getContentView();
584 TextView tv = (TextView) mErrorPopup.getContentView();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java1006 dropDownView = (ViewGroup) mPopup.getContentView();
1417 !isInputMethodNotNeeded() && mPopup.getContentView() != null) {

Completed in 226 milliseconds