/frameworks/base/docs/html/sdk/api_diff/15/changes/ |
changes-summary.html | 189 <A NAME="android.service.wallpaper"></A> 190 <nobr><A HREF="pkg_android.service.wallpaper.html">android.service.wallpaper</A></nobr>
|
jdiff_statistics.html | 167 <TD><A HREF="pkg_android.service.wallpaper.html">android.service.wallpaper</A></TD> 327 <TD><A HREF="android.service.wallpaper.WallpaperService.Engine.html"> 328 android.service.wallpaper.WallpaperService.Engine</A></TD>
|
/frameworks/base/docs/html/sdk/api_diff/17/changes/ |
android.Manifest.permission_group.html | 206 <A NAME="android.Manifest.permission_group.WALLPAPER"></A> 207 <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission_group.html#WALLPAPER" target="_top"><code>WALLPAPER</code></A></nobr>
|
/packages/apps/Gallery/res/values-tl/ |
strings.xml | 37 <string name="wallpaper" msgid="140165383777262070">"Itinatakda ang wallpaper?"</string> 68 <string name="camera_setas_wallpaper" msgid="797463183863414289">"Wallpaper"</string>
|
/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 352 WallpaperManagerService wallpaper = null; local 626 Slog.i(TAG, "Wallpaper Service"); 628 wallpaper = new WallpaperManagerService(context); 629 ServiceManager.addService(Context.WALLPAPER_SERVICE, wallpaper); 632 reportWtf("starting Wallpaper Service", e); [all...] |
/external/chromium_org/chromeos/ |
chromeos_switches.cc | 13 // When wallpaper boot animation is not disabled this switch 27 // Disables wallpaper boot animation (except of OOBE case).
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
packages_index_all.html | 83 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
packages_index_changes.html | 79 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
/frameworks/base/docs/html/sdk/api_diff/9/changes/ |
packages_index_all.html | 71 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
packages_index_changes.html | 67 <A HREF="pkg_android.service.wallpaper.html" class="hiddenlink" target="rightframe">android.service.wallpaper</A><br>
|
/packages/apps/Launcher3/ |
AndroidManifest.xml | 128 <action android:name="android.service.wallpaper.CROP_AND_SET_WALLPAPER" /> 189 <!-- New user initialization; set up initial wallpaper -->
|
/packages/apps/Launcher3/res/values-tl/ |
strings.xml | 97 <string name="workspace_cling_move_item" msgid="528201129978005352">"Pindutin nang matagal ang background upang pamahalaan ang wallpaper, mga widget at setting"</string> 108 <string name="wallpaper_button_text" msgid="8404103075899945851">"Mga Wallpaper"</string>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ThemeMenuAction.java | 124 // Theme.Holo.Wallpaper etc 150 // TODO: Add generic types like Wallpaper, Dialog, Alert, etc here, with
|
/external/chromium_org/ash/desktop_background/ |
wallpaper_resizer.cc | 139 << "Wallpaper may not be resized.";
|
/external/chromium_org/ash/ |
root_window_controller.cc | 376 // wallpaper's brightness/grayscale animation. 384 // Make sure the wallpaper is visible. 392 // Only removes old component when wallpaper animation finished. If we 393 // remove the old one before the new wallpaper is done fading in there will [all...] |
/external/chromium_org/chrome/common/ |
chrome_paths.h | 100 // wallpaper thumbnails reside.
|
/external/sepolicy/ |
app.te | 47 # Read/write wallpaper file (opened by system).
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentsActivity.java | 122 // Hide wallpaper if it's not a static image
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
CropActivity.java | 459 // Do the large cropped bitmap and/or set the wallpaper 577 // If we need to set to the wallpaper, set it 580 Log.w(LOGTAG, "no wallpaper manager"); 587 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropActivity.java | 462 // Do the large cropped bitmap and/or set the wallpaper 580 // If we need to set to the wallpaper, set it 583 Log.w(LOGTAG, "no wallpaper manager"); 590 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewWidget.java | 35 * The linear layout used strictly for the widget/wallpaper tab of the customization tray
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherAppState.java | 210 // Need a version that doesn't require an instance of LauncherAppState for the wallpaper picker
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
galaxy.rs | 17 #pragma rs java_package_name(com.android.wallpaper.galaxy)
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis1/ |
Visualization1.java | 27 import android.service.wallpaper.WallpaperService;
|
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 197 * Don't animate the wallpaper. 644 * that has a wallpaper background, then the window will be detached from 645 * the wallpaper while it runs. That is, the animation will only be applied 646 * to the window, and the wallpaper behind it will remain static. 648 * @param detachWallpaper true if the wallpaper should be detached from the animation [all...] |