Searched refs:removeAllViews (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java191 public void removeAllViews() { method in class:ViewAnimator
192 super.removeAllViews();
H A DTabWidget.java483 public void removeAllViews() { method in class:TabWidget
484 super.removeAllViews();
H A DTabHost.java245 mTabWidget.removeAllViews();
247 mTabContent.removeAllViews();
H A DRemoteViewsAdapter.java260 removeAllViews();
975 layout.removeAllViews();
H A DAdapterView.java520 public void removeAllViews() { method in class:AdapterView
521 throw new UnsupportedOperationException("removeAllViews() is not supported in AdapterView");
H A DAppSecurityPermissions.java301 permListView.removeAllViews();
H A DDatePicker.java494 mSpinners.removeAllViews();
H A DMediaController.java221 removeAllViews();
H A DRemoteViews.java886 * given {@link RemoteViews}, or calling {@link ViewGroup#removeAllViews()}
916 target.removeAllViews();
1095 * recycle layouts, use {@link #removeAllViews(int)} to clear any existing
1106 * Equivalent to calling {@link ViewGroup#removeAllViews()}.
1111 public void removeAllViews(int viewId) { method in class:RemoteViews
H A DListView.java3424 removeAllViews();
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DMultiAdapterSpinner.java127 removeAllViews();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DNyandroid.java131 removeAllViews();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java61 mLinearLayout.removeAllViews();
H A DRecentsVerticalScrollView.java60 mLinearLayout.removeAllViews();
62 // we can get rid of the removeAllViews() and the code below will
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1148 mExtractFrame.removeAllViews();
1178 mCandidatesFrame.removeAllViews();
1191 mInputFrame.removeAllViews();
/frameworks/base/core/java/android/view/
H A DVolumePanel.java312 mSliderGroup.removeAllViews();
H A DViewGroup.java3671 public void removeAllViews() { method in class:ViewGroup
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java276 removeAllViews();
H A DScrollingTabContainerView.java340 mTabLayout.removeAllViews();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java282 mInputMethodMenuList.removeAllViews();
H A DTabletStatusBar.java600 mPile.removeAllViews();
688 mNotificationPeekRow.removeAllViews();
702 mNotificationPeekRow.removeAllViews();
1626 mIconLayout.removeAllViews();
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java866 mListFooter.removeAllViews();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java249 mContentParent.removeAllViews();
268 mContentParent.removeAllViews();
555 st.decorView.removeAllViews();
2485 mActionModeView.removeAllViews();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java855 mNotificationIcons.removeAllViews();

Completed in 1475 milliseconds