HomeSort by relevance Sort by last modified time
    Searched full:wallpaper (Results 176 - 200 of 584) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/wallpapers/LivePicker/res/values-sk/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
  /packages/wallpapers/LivePicker/res/values-zh-rCN/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
  /packages/wallpapers/MusicVisualization/res/values-tl/
strings.xml 22 <string name="wallpapers" msgid="7646602778647576267">"Mga Wallpaper ng Paglalarawan ng Musika"</string>
  /external/chromium_org/ash/wm/
session_state_animator.h 87 // not including desktop background (wallpaper).
90 // Desktop wallpaper is moved to this layer when screen is locked.
91 // This layer is excluded from lock animation so that wallpaper stays as is,
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 61 protected static final String WALLPAPER_WIDTH_KEY = "wallpaper.width";
62 protected static final String WALLPAPER_HEIGHT_KEY = "wallpaper.height";
189 // At an aspect ratio of 16/10, the wallpaper parallax effect should span 1.5 * screen width
190 // At an aspect ratio of 10/16, the wallpaper parallax effect should span 1.2 * screen width
191 // We will use these two data points to extrapolate how much the wallpaper parallax effect
226 // We need to ensure that there is enough extra space in the wallpaper
303 // crop this image and scale it down to the default wallpaper size for
314 // default wallpaper size
568 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
756 // If we need to set to the wallpaper, set i
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 61 protected static final String WALLPAPER_WIDTH_KEY = "wallpaper.width";
62 protected static final String WALLPAPER_HEIGHT_KEY = "wallpaper.height";
191 // At an aspect ratio of 16/10, the wallpaper parallax effect should span 1.5 * screen width
192 // At an aspect ratio of 10/16, the wallpaper parallax effect should span 1.2 * screen width
193 // We will use these two data points to extrapolate how much the wallpaper parallax effect
229 // We need to ensure that there is enough extra space in the wallpaper
310 // crop this image and scale it down to the default wallpaper size for
321 // default wallpaper size
566 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
754 // If we need to set to the wallpaper, set i
    [all...]
WallpaperPickerActivity.java 253 Log.w(TAG, "Null default wallpaper encountered.");
270 Log.w("Setting wallpaper to default threw exception", e);
289 * shows the system wallpaper behind the window and hides the {@link
291 * @param visible should the system wallpaper be shown
294 // hide our own wallpaper preview if necessary
329 // we also want to show our own wallpaper instead of the one in the background
457 // Populate the third-party wallpaper pickers
487 // Add a tile for the default wallpaper
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 17 package com.android.wallpaper.nexus;
26 import com.android.wallpaper.R;
27 import com.android.wallpaper.RenderScriptScene;
  /sdk/files/
devices.xml 61 <d:live-wallpaper-support>true</d:live-wallpaper-support>
143 <d:live-wallpaper-support>true</d:live-wallpaper-support>
259 <d:live-wallpaper-support>true</d:live-wallpaper-support>
382 <d:live-wallpaper-support>true</d:live-wallpaper-support>
467 <d:live-wallpaper-support>true</d:live-wallpaper-support
    [all...]
  /packages/apps/Launcher2/res/values-en-rGB/
strings.xml 26 <string name="chooser_wallpaper" msgid="6063168087625352235">"Choose wallpaper from"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Set wallpaper"</string>
28 <string name="pick_wallpaper" msgid="5630222540525626723">"Wallpaper"</string>
44 <string name="group_wallpapers" msgid="1568191644272224858">"Wallpaper"</string>
68 <string name="menu_wallpaper" msgid="5837429080911269832">"Wallpaper"</string>
  /packages/apps/Launcher2/res/values-en-rIN/
strings.xml 26 <string name="chooser_wallpaper" msgid="6063168087625352235">"Choose wallpaper from"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Set wallpaper"</string>
28 <string name="pick_wallpaper" msgid="5630222540525626723">"Wallpaper"</string>
44 <string name="group_wallpapers" msgid="1568191644272224858">"Wallpaper"</string>
68 <string name="menu_wallpaper" msgid="5837429080911269832">"Wallpaper"</string>
  /packages/apps/Launcher2/res/values-tl/
strings.xml 26 <string name="chooser_wallpaper" msgid="6063168087625352235">"Pumili ng wallpaper mula sa"</string>
27 <string name="wallpaper_instructions" msgid="4215640646180727542">"Itakda ang wallpaper"</string>
28 <string name="pick_wallpaper" msgid="5630222540525626723">"Mga Wallpaper"</string>
44 <string name="group_wallpapers" msgid="1568191644272224858">"Mga Wallpaper"</string>
68 <string name="menu_wallpaper" msgid="5837429080911269832">"Wallpaper"</string>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 37 import android.service.wallpaper.WallpaperService;
56 * Default built-in wallpaper that simply shows a static image.
197 // TODO: Don't need this currently because the wallpaper service
198 // will restart the image wallpaper whenever the image changes.
231 // Force the wallpaper to cover the screen in both dimensions
342 // Sometimes a wallpaper is not large enough to cover the screen in one dimension.
424 Log.d(TAG, "Redrawing wallpaper");
465 // Note that if we do fail at this, and the default wallpaper can't
467 // default wallpaper can't be loaded.
468 Log.w(TAG, "Unable to load wallpaper!", exception)
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 55 * from the wallpaper. This means we need to ensure the wallpaper is
135 final WindowState wallpaper = token.windows.get(j); local
136 final WindowStateAnimator winAnimator = wallpaper.mWinAnimator;
139 mService.dispatchWallpaperVisibility(wallpaper, false);
145 "Hiding wallpaper " + token + " from " + w
364 // a detached wallpaper animation.
379 // If this window's app token is running a detached wallpaper
380 // animation, make a note so we can ensure the wallpaper is
399 "Detached wallpaper changed from " + mWindowDetachedWallpape
    [all...]
AppTransition.java 98 /** A window in a new activity that doesn't have a wallpaper is being opened on top of one that
99 * does, effectively closing the wallpaper. */
101 /** A window in a new activity that does have a wallpaper is being opened on one that didn't,
102 * effectively opening the wallpaper. */
105 * of the wallpaper. */
108 * both are on top of the wallpaper. */
356 // If we are on top of the wallpaper, we need an animation that
357 // correctly handles the wallpaper staying static behind all of
437 // current activity from showing through a launching wallpaper
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.h 160 // wallpaper animation end.
240 // wallpaper animation is finished (when it is enabled) or the user pods have
246 // wallpaper load animation to finish.
screen_locker_delegate.h 79 // Called when webui lock screen wallpaper is loaded and displayed.
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 17 package com.android.wallpaper.galaxy;
30 import com.android.wallpaper.R;
31 import com.android.wallpaper.RenderScriptScene;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcherTest.java 6 import android.service.wallpaper.WallpaperService;
  /frameworks/base/core/java/android/view/
IWindow.aidl 64 * Called for wallpaper windows when their offsets change.
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 73 "UI test with live wallpaper"
245 // For Galaxy live wallpaper drawing
289 // For galaxy live wallpaper
330 // For Galaxy live wallpaper
  /packages/apps/Camera2/src/com/android/camera/crop/
CropExtras.java 30 public static final String KEY_SET_AS_WALLPAPER = "set-as-wallpaper";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropExtras.java 30 public static final String KEY_SET_AS_WALLPAPER = "set-as-wallpaper";
  /packages/apps/Launcher2/res/values/
strings.xml 31 <!-- Title of dialog that appears after user selects Wallpaper from menu -->
32 <string name="chooser_wallpaper">Choose wallpaper from</string>
33 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
34 <string name="wallpaper_instructions">Set wallpaper</string>
35 <!-- Option in "Select wallpaper from" dialog box -->
85 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper-->
145 <!-- Noun, menu item used to set the desktop's wallpaper -->
146 <string name="menu_wallpaper">Wallpaper</string>
  /packages/apps/Settings/res/xml/
display_settings.xml 26 android:key="wallpaper"

Completed in 586 milliseconds

1 2 3 4 5 6 78 91011>>