/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/ |
D | BackgroundContainer.java | 69 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight); in onDraw()
|
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
D | BackgroundContainer.java | 68 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight); in onDraw()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | AnimateDrawables.java | 47 dr.setBounds(0, 0, dr.getIntrinsicWidth(), dr.getIntrinsicHeight()); in SampleView()
|
D | Pictures.java | 70 mDrawable.setBounds(0, 200, getWidth(), 300); in onDraw()
|
D | ColorFilters.java | 55 curr.setBounds(x, y, x + curr.getIntrinsicWidth(), y + h); in addToTheRight() 65 mDrawable.setBounds(0, 0, 150, 48); in SampleView()
|
D | RoundRects.java | 62 mDrawable.setBounds(mRect); in onDraw()
|
D | ShapeDrawable1.java | 129 dr.setBounds(x, y, x + width, y + height); in onDraw()
|
D | BitmapDecode.java | 101 mDrawable.setBounds(150, 20, 300, 100); in SampleView()
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
D | TouchHighlightImageButton.java | 98 mForegroundDrawable.setBounds(mCachedBounds); in onDraw()
|
/development/samples/Home/src/com/example/android/home/ |
D | ApplicationsStackLayout.java | 143 background.setBounds(mDrawRect); in onDraw() 153 background.setBounds(mDrawRect); in onDraw() 307 info.icon.setBounds(0, 0, mIconSize, mIconSize); in createApplicationIcon()
|
D | Home.java | 660 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/ |
D | NinePatchLab.java | 125 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/ |
D | TouchExampleView.java | 44 mIcon.setBounds(0, 0, mIcon.getIntrinsicWidth(), mIcon.getIntrinsicHeight()); in TouchExampleView()
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ContactPhotoBinder.java | 85 d.setBounds(0, 0, mPhotoSize, mPhotoSize); in bind()
|
/development/samples/Snake/src/com/example/android/snake/ |
D | TileView.java | 102 tile.setBounds(0, 0, mTileSize, mTileSize); in loadTile()
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
D | LunarView.java | 667 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/ |
D | DynamicListView.java | 164 drawable.setBounds(mHoverCellCurrentBounds); in getAndAddHoverView() 268 mHoverCell.setBounds(mHoverCellCurrentBounds); in onTouchEvent()
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | TitlesFragment.java | 194 mShadow.setBounds(0, 0, v.getWidth(), v.getHeight()); in MyDragShadowBuilder()
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmAdapter.java | 184 mDivider.setBounds(left, top, right, bottom); in onDrawOver()
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/ |
D | SampleWallpaper.java | 96 drawable.setBounds(0, 0, mDisplayMetrics.widthPixels, mDisplayMetrics.widthPixels); in onComputeColors()
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | CandidateView.java | 192 mSelectionHighlight.setBounds(0, bgPadding.top, wordWidth, height); in onDraw()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | LabelMaker.java | 238 background.setBounds(u, v, u + width, v + height); in add()
|
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
D | InsertionListView.java | 232 bitmapDrawable.setBounds(startBounds); in addRow()
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
D | GameView.java | 460 d.setBounds(0, 0, w - 1, h - 1);
|