Searched defs:onRequestTexture (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java230 public void onRequestTexture(int id) { method in class:CarouselViewHelper
231 if (DBG) Log.v(TAG, "onRequestTexture(" + id + ")" );
H A DCarouselRS.java151 void onRequestTexture(int n); method in interface:CarouselRS.CarouselCallback
219 mCallback.onRequestTexture(mData[0]);

Completed in 106 milliseconds