/build/tools/droiddoc/templates-pdk/assets/ |
carousel.js | 136 droid(slideName); // do this function when slide is clicked 141 var slideWidth = 144; // width of a slide including all margins, etc. 142 var slidesAtOnce = 3; // no. of slides to appear at once (requires odd number to have a centered slide) 154 // - determines the centering point of the slide strip 178 function slide(goal, id, go_left, cp) { function 286 slide(motionDistance, slideList, 0, currentStripPosition); 291 slide(motionDistance, slideList, 1, rightStripPosition);
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
SoftLandingInterpolator.java | 30 private final DecelerateInterpolator slide; field in class:SoftLandingInterpolator 39 slide = new DecelerateInterpolator(); 50 final float s = slide.getInterpolation((input - bottom) / upperRange) * (1f - mO) + mO;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MmsThumbnailPresenter.java | 44 SlideModel slide = ((SlideshowModel) mModel).get(0); local 45 if (slide != null) { 46 presentFirstSlide((SlideViewInterface) mView, slide); 50 private void presentFirstSlide(SlideViewInterface view, SlideModel slide) { 53 if (slide.hasImage()) { 54 presentImageThumbnail(view, slide.getImage()); 55 } else if (slide.hasVideo()) { 56 presentVideoThumbnail(view, slide.getVideo()); 57 } else if (slide.hasAudio()) { 58 presentAudioThumbnail(view, slide.getAudio()) 108 SlideModel slide = ((SlideshowModel) mModel).get(0); local [all...] |
AttachmentEditor.java | 149 SlideModel slide = mSlideshow.get(0); local 150 if (slide.hasImage()) { 156 } else if (slide.hasVideo()) { 162 } else if (slide.hasAudio()) {
|
SlideshowEditor.java | 35 * An utility to edit contents of a slide. 55 * Add a new slide to the end of message. 57 * @return true if success, false if reach the max slide number. 65 * Add a new slide at the specified position in the message. 67 * @return true if success, false if reach the max slide number. 74 SlideModel slide = new SlideModel(mModel); local 79 slide.add(text); 81 mModel.add(position, slide); 89 * Add an existing slide at the specified position in the message. 91 * @return true if success, false if reach the max slide number 148 SlideModel slide = mModel.get(position); local 169 SlideModel slide = mModel.get(position); local 177 SlideModel slide = mModel.get(position); local [all...] |
SlideEditorActivity.java | 67 * This activity allows user to edit the contents of a slide. 162 // Confirm that we have at least 1 slide to display 284 SlideModel slide = mSlideshowModel.get(mPosition); 285 if (slide != null && slide.hasVideo()) { 346 SlideModel slide = mSlideshowModel.get(mPosition); local 348 if (slide == null) { 357 if (slide.hasText() && !TextUtils.isEmpty(slide.getText().getText())) { 364 if (slide.hasImage()) 430 SlideModel slide = mSlideshowModel.get(mPosition); local [all...] |
MessageItem.java | 345 SlideModel slide = mSlideshow == null ? null : mSlideshow.get(0); local 346 if ((slide != null) && slide.hasText()) { 347 TextModel tm = slide.getText();
|
SlideshowEditActivity.java | 118 Log.e(TAG, "Failed to initialize the slide-list.", e); 129 // Add slide. 231 // Selected one slide. 314 // Select the new slide. 346 Log.e(TAG, "Failed to initialize the slide-list.", e); 380 // Show slide number. 385 SlideModel slide = getItem(position); local 386 int dur = slide.getDuration() / 1000; 420 // Selected one slide.
|
MessageListItem.java | 349 SlideModel slide = mMessageItem.mSlideshow.get(0); local 350 if (slide == null) { 351 debugText = "NULL first slide"; 352 } else if (!slide.hasImage()) { 355 debugText = slide.getImage().getUri().toString(); 577 // same time, allows the slide show play button to work. [all...] |
MessageUtils.java | 414 // Only one slide in the slide-show. 415 SlideModel slide = model.get(0); local 416 if (slide.hasVideo()) { 420 if (slide.hasAudio() && slide.hasImage()) { 424 if (slide.hasAudio()) { 428 if (slide.hasImage()) { 432 if (slide.hasText()) { 575 SlideModel slide = slideshow.get(0) local [all...] |
ComposeMessageActivity.java | 2821 SlideModel slide = slideShow.get(0); local [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
AnimationManager.java | 59 ObjectAnimator slide = ObjectAnimator.ofFloat(view, "translationX", 0f, slideDistance) local 61 slide.setStartDelay(AnimationManager.SHRINK_DURATION + AnimationManager.HOLD_DURATION); 98 slide); local
|
/packages/apps/Mms/src/com/android/mms/model/ |
SlideshowModel.java | 97 for (SlideModel slide : mSlides) { 98 increaseMessageSize(slide.getSlideSize()); 99 slide.setParent(this); 143 // Create slide models. 155 // Create media models for each slide. 167 * This is for slide duration value set. 168 * If mms server does not support slide duration. 188 * because the mmsc does not support the slide duration. 193 * If a slide has an image and an audio/video element 195 * The Image disappear before the slide play done. so have to matc 223 SlideModel slide = new SlideModel((int) (par.getDur() * 1000), mediaSet); local 456 SlideModel slide = (SlideModel) object; local 526 SlideModel slide = mSlides.remove(location); local 536 SlideModel slide = mSlides.get(location); local [all...] |
/external/chromium_org/v8/src/ |
platform-macos.cc | 173 const uintptr_t slide = _dyld_get_image_vmaddr_slide(i); local 174 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;
|
/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...] |
/external/grub/stage2/ |
gunzip.c | 361 to be usable as if it were declared "uch slide[32768];" or as just 362 "uch *slide;" and then malloc'ed in the latter case. The definition 367 static uch slide[WSIZE]; variable 369 /* current position in slide */ 758 slide[w++] = (uch) t->v.n; 810 memmove (slide + w, slide + d, e); 818 slide[w++] = slide[d++]; [all...] |
/external/v8/src/ |
platform-macos.cc | 270 const uintptr_t slide = _dyld_get_image_vmaddr_slide(i); local 271 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessagingNotification.java | 603 // Extract the message and/or an attached picture from the first slide 657 SlideModel slide = slideshow.get(0); local 658 if (slide.hasImage()) { 660 } else if (slide.hasVideo()) { 662 } else if (slide.hasAudio()) { [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationItemView.java | 2034 ObjectAnimator slide = createTranslateXAnimation(false); local 2047 ObjectAnimator slide = ObjectAnimator.ofFloat(this, "translationX", start, end); local [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
WorkingMessage.java | 133 // i.e. not SLIDESHOW, it will contain only one slide. 259 SlideModel slide = mSlideshow.get(0); local 260 if (slide.hasImage()) { 262 } else if (slide.hasVideo()) { 264 } else if (slide.hasAudio()) { 425 * @param append true if we should add the attachment to a new slide 439 // use slide[0] as a special case. The call to ensureSlideshow below makes sure there's 440 // a slide zero. In the case of an already attached slideshow, ensureSlideshow will do 448 // Make sure mSlideshow is set up and has a slide. 477 // because a replace that fails, removes the slide 549 SlideModel slide = new SlideModel(slideshow); local 566 SlideModel slide = mSlideshow.get(0); \/\/ get the new empty slide local 744 SlideModel slide = mSlideshow.get(0); local [all...] |