OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTileSize
(Results
1 - 2
of
2
) sorted by null
/development/samples/Snake/src/com/example/android/snake/
TileView.java
40
protected static int
mTileSize
;
66
mTileSize
= a.getDimensionPixelSize(R.styleable.TileView_tileSize, 12);
75
mTileSize
= a.getDimensionPixelSize(R.styleable.TileView_tileSize, 12);
100
Bitmap bitmap = Bitmap.createBitmap(
mTileSize
,
mTileSize
, Bitmap.Config.ARGB_8888);
102
tile.setBounds(0, 0,
mTileSize
,
mTileSize
);
114
canvas.drawBitmap(mTileArray[mTileGrid[x][y]], mXOffset + x *
mTileSize
,
115
mYOffset + y *
mTileSize
, mPaint);
147
mXTileCount = (int) Math.floor(w /
mTileSize
);
[
all
...]
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 265 milliseconds