HomeSort by relevance Sort by last modified time
    Searched refs:getContentView (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 90 assertSame(contentView, mPopupWindow.getContentView());
95 assertSame(contentView, mPopupWindow.getContentView());
100 assertSame(contentView, mPopupWindow.getContentView());
105 assertSame(contentView, mPopupWindow.getContentView());
110 assertSame(contentView, mPopupWindow.getContentView());
116 assertSame(contentView, mPopupWindow.getContentView());
122 assertSame(contentView, mPopupWindow.getContentView());
157 assertNull(mPopupWindow.getContentView());
161 assertSame(view, mPopupWindow.getContentView());
164 assertNull(mPopupWindow.getContentView());
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowListActivity.java 28 if ((listView = findListView(getContentView())) == null) {
42 ListView lv = findListView(getContentView());
ShadowPopupWindow.java 52 public View getContentView() {
159 return onTouchInterceptor != null && onTouchInterceptor.onTouch(realPopupWindow.getContentView(), e);
ShadowTabSpec.java 113 public View getContentView() {
ShadowTabHost.java 93 View v = ts.getContentView();
ShadowActivity.java 102 * @see #getContentView()
267 public View getContentView() {
  /frameworks/base/core/java/android/widget/
TabHost.java 413 mCurrentView = spec.mContentStrategy.getContentView();
574 View getContentView();
693 public View getContentView() {
716 public View getContentView() {
745 public View getContentView() {
ListPopupWindow.java     [all...]
PopupWindow.java 377 public View getContentView() {
389 * @see #getContentView()
    [all...]
Editor.java 286 TextView tv = (TextView) mErrorPopup.getContentView();
567 TextView tv = (TextView) mErrorPopup.getContentView();
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TabSpecTest.java 81 TextView textView = (TextView) shadowFoo.getContentView();
PopupWindowTest.java 46 assertThat(popupWindow.getContentView(), is(contentView));
ActivityTest.java 372 View contentView = shadowOf(activity).getContentView();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentManager.java 157 if (shadowOf(activity).getContentView() != null) {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 181 protected ViewGroup getContentView() {
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 259 milliseconds

1 2