/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 90 m_data.resize(m_w*m_h+m_over_allocation); in SetFormat() 93 m_data.resize(m_w*m_h*3+m_over_allocation); in SetFormat() 104 m_data.resize(m_w*m_h+m_over_allocation); in SetData() 160 m_data.resize(m_w*m_h+m_over_allocation); in ReadPGM() 164 m_data.resize(m_w*m_h*3+m_over_allocation); in ReadPGM() 208 m_rows.resize(m_h); in SetupRowPointers() 235 m_data.resize(m_w*m_h+m_over_allocation); in ConvertToGray()
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 90 m_data.resize(m_w*m_h+m_over_allocation); in SetFormat() 93 m_data.resize(m_w*m_h*3+m_over_allocation); in SetFormat() 104 m_data.resize(m_w*m_h+m_over_allocation); in SetData() 160 m_data.resize(m_w*m_h+m_over_allocation); in ReadPGM() 164 m_data.resize(m_w*m_h*3+m_over_allocation); in ReadPGM() 208 m_rows.resize(m_h); in SetupRowPointers() 235 m_data.resize(m_w*m_h+m_over_allocation); in ConvertToGray()
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
D | holo_spiral.rs | 21 #pragma rs export_func(resize) 127 void resize(float width, float height) {
|
D | HoloSpiralWallpaper.java | 96 mWallpaperRS.resize(width, height); in onSurfaceChanged()
|
D | HoloSpiralView.java | 89 mWallpaperRS.resize(width, height); in surfaceChanged()
|
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/ |
D | NexusRS.java | 69 public void resize(int width, int height) { in resize() method in NexusRS 70 super.resize(width, height); // updates mWidth, mHeight in resize()
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
D | GenericWaveRS.java | 96 public void resize(int width, int height) { in resize() method in GenericWaveRS 97 super.resize(width, height); in resize()
|
D | RenderScriptScene.java | 80 public void resize(int width, int height) { in resize() method in RenderScriptScene
|
D | RenderScriptWallpaper.java | 88 mRenderer.resize(width, height); in onSurfaceChanged()
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/ |
D | Visualization4RS.java | 83 public void resize(int width, int height) { in resize() method in Visualization4RS 84 super.resize(width, height); in resize()
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
D | RenderScriptScene.java | 79 public void resize(int width, int height) { in resize() method in RenderScriptScene
|
D | RenderScriptWallpaper.java | 85 mRenderer.resize(width, height); in onSurfaceChanged()
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
D | RenderScriptScene.java | 83 public void resize(int width, int height) { in resize() method in RenderScriptScene
|
D | RenderScriptWallpaper.java | 89 mRenderer.resize(width, height); in onSurfaceChanged()
|
D | MagicSmokeRS.java | 197 public void resize(int width, int height) { in resize() method in MagicSmokeRS 198 super.resize(width, height); in resize()
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
D | GalaxyRS.java | 125 public void resize(int width, int height) { in resize() method in GalaxyRS 126 super.resize(width, height); in resize()
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
D | NoiseFieldWallpaper.java | 92 mWallpaperRS.resize(width, height); in onSurfaceChanged()
|
D | NoiseFieldRS.java | 229 public void resize(int w, int h) { in resize() method in NoiseFieldRS
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
D | PhaseBeamWallpaper.java | 87 mWallpaperRS.resize(width, height); in onSurfaceChanged()
|
D | PhaseBeamRS.java | 250 public void resize(int w, int h) { in resize() method in PhaseBeamRS
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
D | Galaxy4Wallpaper.java | 105 mWallpaperRS.resize(width, height); in onSurfaceChanged()
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
D | Visualization5RS.java | 114 public void resize(int width, int height) { in resize() method in Visualization5RS 115 super.resize(width, height); in resize()
|
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/ |
D | FallRS.java | 118 public void resize(int width, int height) { in resize() method in FallRS 119 super.resize(width, height); in resize()
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
D | GrassRS.java | 127 public void resize(int width, int height) { in resize() method in GrassRS 128 super.resize(width, height); in resize()
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
D | SelectCalendarsSyncAdapter.java | 72 r.resize(COLOR_CHIP_SIZE, COLOR_CHIP_SIZE); in SelectCalendarsSyncAdapter()
|