HomeSort by relevance Sort by last modified time
    Searched full:setdetailtexture (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 232 setDetailTexture(mData[0], 0.0f, 0.0f, 0.0f, 0.0f, null);
737 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, Bitmap bitmap)
    [all...]
CarouselController.java 398 mRenderScript.setDetailTexture(n, offx, offy, loffx, loffy, bitmap);
carousel.rs 500 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, rs_allocation texture)
    [all...]

Completed in 1325 milliseconds