OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obtainTile
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java
170
private static Tile
obtainTile
() {
209
Tile tile =
obtainTile
();
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java
60
* RECYCLED --> ACTIVATED - by
obtainTile
()
519
private Tile
obtainTile
(int x, int y, int level) {
555
tile =
obtainTile
(x, y, level);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java
66
* RECYCLED --> ACTIVATED - by
obtainTile
()
512
private synchronized Tile
obtainTile
(int x, int y, int level) {
544
tile =
obtainTile
(x, y, level);
/packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java
60
* RECYCLED --> ACTIVATED - by
obtainTile
()
519
private Tile
obtainTile
(int x, int y, int level) {
555
tile =
obtainTile
(x, y, level);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java
61
* RECYCLED --> ACTIVATED - by
obtainTile
()
520
private Tile
obtainTile
(int x, int y, int level) {
556
tile =
obtainTile
(x, y, level);
Completed in 178 milliseconds