Home
last modified time | relevance | path

Searched refs:removeView (Results 1 – 17 of 17) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DLayoutAnimationsByDefault.java53 gridContainer.removeView(v); in onCreate()
DLayoutAnimations.java88 container.removeView(v); in onCreate()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java196 viewGroup.removeView((View)object); in destroyItem()
281 void remove(View removeView) { in remove() argument
282 hideViews.remove(removeView); in remove()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DLayoutChangesActivity.java95 mContainerView.removeView(newView); in addItem()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamFragment.java107 mLayout.removeView(card.getView()); in removeCard()
161 mLayout.removeView(card.getView()); in hideCard()
DCardStreamLinearLayout.java492 removeView(child); in handleViewSwipingOut()
497 removeView(child); in handleViewSwipingOut()
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
DRequestDuringLayout.java45 Button removeViewButton = (Button) findViewById(R.id.removeView); in onCreate()
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.slidingtabsbasic/
DSlidingTabsBasicFragment.java155 container.removeView((View) object); in destroyItem()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DStepAdapter.java89 container.removeView((View) view); in destroyItem()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList9.java107 mWindowManager.removeView(mDialogText); in onDestroy()
DOverlayWindowActivity.java76 wm.removeView(mOverlayView);
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java296 mFoldLayout.removeView(mImageView); in onOptionsItemSelected()
300 mFoldLayout.removeView(mTextureView); in onOptionsItemSelected()
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/
DMainActivity.java111 container.removeView((View) object);
/development/apps/Development/src/com/android/development/
DDetails.java73 mScrollView.removeView(mLinearLayout); in addDataViews()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DOverlayDisplayWindow.java159 mWindowManager.removeView(mSurfaceView); in dismiss()
236 mWindowManager.removeView(mWindowContent); in dismiss()
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java275 mLayout.removeView(copyImgView); in addRow()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java210 mLayoutItems.removeView((View) v.getParent()); in onClick()