Searched refs:resize (Results 1 - 23 of 23) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A DPgmImage.cpp90 m_data.resize(m_w*m_h+m_over_allocation);
93 m_data.resize(m_w*m_h*3+m_over_allocation);
104 m_data.resize(m_w*m_h+m_over_allocation);
160 m_data.resize(m_w*m_h+m_over_allocation);
164 m_data.resize(m_w*m_h*3+m_over_allocation);
208 m_rows.resize(m_h);
235 m_data.resize(m_w*m_h+m_over_allocation);
/packages/wallpapers/Basic/src/com/android/wallpaper/
H A DRenderScriptScene.java79 public void resize(int width, int height) { method in class:RenderScriptScene
H A DRenderScriptWallpaper.java84 mRenderer.resize(width, height);
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DRenderScriptScene.java83 public void resize(int width, int height) { method in class:RenderScriptScene
H A DRenderScriptWallpaper.java89 mRenderer.resize(width, height);
H A DMagicSmokeRS.java197 public void resize(int width, int height) { method in class:MagicSmokeRS
198 super.resize(width, height);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DRenderScriptScene.java80 public void resize(int width, int height) { method in class:RenderScriptScene
H A DRenderScriptWallpaper.java88 mRenderer.resize(width, height);
H A DGenericWaveRS.java100 public void resize(int width, int height) { method in class:GenericWaveRS
101 super.resize(width, height);
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
H A DHoloSpiralView.java89 mWallpaperRS.resize(width, height);
H A DHoloSpiralWallpaper.java96 mWallpaperRS.resize(width, height);
H A DHoloSpiralRS.java95 public void resize(int width, int height) { method in class:HoloSpiralRS
/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseFieldWallpaper.java92 mWallpaperRS.resize(width, height);
H A DNoiseFieldRS.java229 public void resize(int w, int h) { method in class:NoiseFieldRS
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeamWallpaper.java87 mWallpaperRS.resize(width, height);
H A DPhaseBeamRS.java250 public void resize(int w, int h) { method in class:PhaseBeamRS
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
H A DGalaxyRS.java125 public void resize(int width, int height) { method in class:GalaxyRS
126 super.resize(width, height);
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
H A DNexusRS.java69 public void resize(int width, int height) { method in class:NexusRS
70 super.resize(width, height); // updates mWidth, mHeight
72 // android.util.Log.d("NexusRS", String.format("resize(%d, %d)", width, height));
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
H A DVisualization4RS.java83 public void resize(int width, int height) { method in class:Visualization4RS
84 super.resize(width, height);
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
H A DFallRS.java118 public void resize(int width, int height) { method in class:FallRS
119 super.resize(width, height);
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
H A DGrassRS.java127 public void resize(int width, int height) { method in class:GrassRS
128 super.resize(width, height);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
H A DVisualization5RS.java114 public void resize(int width, int height) { method in class:Visualization5RS
115 super.resize(width, height);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncAdapter.java72 r.resize(COLOR_CHIP_SIZE, COLOR_CHIP_SIZE);

Completed in 524 milliseconds