Home
last modified time | relevance | path

Searched refs:loadTexture (Results 1 – 3 of 3) sorted by relevance

/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
DGalaxyRS.java108 private Allocation loadTexture(int id) { in loadTexture() method in GalaxyRS
116 mStaticStarAllocation = loadTexture(R.drawable.staticstar); in loadTextures()
117 mStaticStar2Allocation = loadTexture(R.drawable.staticstar2); in loadTextures()
118 mCloudAllocation = loadTexture(R.drawable.cloud); in loadTextures()
119 mBgAllocation = loadTexture(R.drawable.bg); in loadTextures()
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamRS.java178 private Allocation loadTexture(int id) { in loadTexture() method in PhaseBeamRS
186 mDotAllocation = loadTexture(R.drawable.dot); in loadTextures()
187 mBeamAllocation = loadTexture(R.drawable.beam); in loadTextures()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldRS.java163 private Allocation loadTexture(int id) { in loadTexture() method in NoiseFieldRS
171 mDotAllocation = loadTexture(R.drawable.dot); in loadTextures()