OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcarouselview
(Results
1 - 1
of
1
) sorted by null
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java
39
private CarouselView
mCarouselView
;
73
mCarouselView
= carouselView;
74
mCarouselView
.setCallback(this);
100
if (id >=
mCarouselView
.getCardCount()) {
140
if (id >=
mCarouselView
.getCardCount()) {
147
mCarouselView
.setTextureForItem(id, (Bitmap) msg.obj);
156
mCarouselView
.setDetailTextureForItem(id, x, y, lx, ly, (Bitmap) msg.obj);
160
mCarouselView
.setGeometryForItem(id, (Mesh) msg.obj);
164
mCarouselView
.setMatrixForItem(id, (float[]) msg.obj);
287
mCarouselView
.resume()
[
all
...]
Completed in 33 milliseconds