OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Slide
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/transition/
Slide.java
34
public class
Slide
extends Visibility {
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_view.js
63
* the
slide
-in/
slide
-out transition.
384
} else if ((!effect || (effect.constructor.name === '
Slide
')) &&
388
// Only show thumbnails if there is no effect or the effect is
Slide
.
631
* Replaces the displayed image, possibly with
slide
-in animation.
955
*
Slide
effect.
961
ImageView.Effect.
Slide
= function
Slide
(direction, opt_slow) {
973
ImageView.Effect.
Slide
.prototype = { __proto__: ImageView.Effect.prototype };
976
* @return {ImageView.Effect.
Slide
} Reverse Slide effect
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java
64
public Future<
Slide
> nextSlide(FutureListener<
Slide
> listener);
67
public static class
Slide
{
72
public
Slide
(MediaItem item, int index, Bitmap bitmap) {
83
private
Slide
mPendingSlide = null;
143
mModel.nextSlide(new FutureListener<
Slide
>() {
145
public void onFutureDone(Future<
Slide
> future) {
156
Slide
slide
= mPendingSlide;
local
157
if (
slide
== null)
[
all
...]
Completed in 34 milliseconds