Home
last modified time | relevance | path

Searched refs:mDotAllocation (Results 1 – 2 of 2) sorted by relevance

/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamRS.java42 private Allocation mDotAllocation; field in PhaseBeamRS
186 mDotAllocation = loadTexture(R.drawable.dot); in loadTextures()
188 mScript.set_textureDot(mDotAllocation); in loadTextures()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldRS.java45 private Allocation mDotAllocation; field in NoiseFieldRS
171 mDotAllocation = loadTexture(R.drawable.dot); in loadTextures()
172 mScript.set_textureDot(mDotAllocation); in loadTextures()