Home
last modified time | relevance | path

Searched refs:setBounds (Results 1 – 24 of 24) sorted by relevance

/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DBackgroundContainer.java68 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight); in onDraw()
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DBackgroundContainer.java69 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight); in onDraw()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPictures.java70 mDrawable.setBounds(0, 200, getWidth(), 300); in onDraw()
DAnimateDrawables.java47 dr.setBounds(0, 0, dr.getIntrinsicWidth(), dr.getIntrinsicHeight()); in SampleView()
DColorFilters.java55 curr.setBounds(x, y, x + curr.getIntrinsicWidth(), y + h); in addToTheRight()
65 mDrawable.setBounds(0, 0, 150, 48); in SampleView()
DRoundRects.java62 mDrawable.setBounds(mRect); in onDraw()
DShapeDrawable1.java129 dr.setBounds(x, y, x + width, y + height); in onDraw()
DBitmapDecode.java101 mDrawable.setBounds(150, 20, 300, 100); in SampleView()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DTouchHighlightImageButton.java98 mForegroundDrawable.setBounds(mCachedBounds); in onDraw()
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java143 background.setBounds(mDrawRect); in onDraw()
153 background.setBounds(mDrawRect); in onDraw()
307 info.icon.setBounds(0, 0, mIconSize, mIconSize); in createApplicationIcon()
DHome.java660 icon.setBounds(0, 0, width, height); in getView()
662 icon.setBounds(mOldBounds); in getView()
748 public void setBounds(int left, int top, int right, int bottom) { in setBounds() method in Home.ClippedDrawable
749 super.setBounds(left, top, right, bottom); in setBounds()
752 mWallpaper.setBounds(left, top, left + mWallpaper.getIntrinsicWidth(), in setBounds()
/development/apps/NinePatchLab/src/com/android/ninepatch/
DNinePatchLab.java125 bg.setBounds(0, 0, getWidth(), getHeight()); in onDraw()
140 dr.setBounds(0, 0, drWidth, drHeight); in onDraw()
/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DTouchExampleView.java44 mIcon.setBounds(0, 0, mIcon.getIntrinsicWidth(), mIcon.getIntrinsicHeight()); in TouchExampleView()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DContactPhotoBinder.java85 d.setBounds(0, 0, mPhotoSize, mPhotoSize); in bind()
/development/samples/Snake/src/com/example/android/snake/
DTileView.java102 tile.setBounds(0, 0, mTileSize, mTileSize); in loadTile()
/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java667 mCrashedImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop in doDraw()
671 mFiringImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop in doDraw()
675 mLanderImage.setBounds(xLeft, yTop, xLeft + mLanderWidth, yTop in doDraw()
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java164 drawable.setBounds(mHoverCellCurrentBounds); in getAndAddHoverView()
268 mHoverCell.setBounds(mHoverCellCurrentBounds); in onTouchEvent()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmAdapter.java184 mDivider.setBounds(left, top, right, bottom); in onDrawOver()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DTitlesFragment.java194 mShadow.setBounds(0, 0, v.getWidth(), v.getHeight()); in MyDragShadowBuilder()
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
DSampleWallpaper.java96 drawable.setBounds(0, 0, mDisplayMetrics.widthPixels, mDisplayMetrics.widthPixels); in onComputeColors()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java192 mSelectionHighlight.setBounds(0, bgPadding.top, wordWidth, height); in onDraw()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java238 background.setBounds(u, v, u + width, v + height); in add()
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java232 bitmapDrawable.setBounds(startBounds); in addRow()
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameView.java460 d.setBounds(0, 0, w - 1, h - 1);