HomeSort by relevance Sort by last modified time
    Searched refs:ViewAdapter (Results 1 - 9 of 9) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
GlideAnimation.java 23 interface ViewAdapter {
48 * @param adapter The {@link com.bumptech.glide.request.animation.GlideAnimation.ViewAdapter} wrapping a view that
50 * {@link com.bumptech.glide.request.animation.GlideAnimation.ViewAdapter#getView()}.
54 boolean animate(R current, ViewAdapter adapter);
ViewPropertyAnimation.java 37 public boolean animate(R current, ViewAdapter adapter) {
NoAnimation.java 44 public boolean animate(Object current, ViewAdapter adapter) {
ViewAnimation.java 35 public boolean animate(R current, ViewAdapter adapter) {
DrawableCrossFadeViewAnimation.java 43 public boolean animate(T current, ViewAdapter adapter) {
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
ImageViewTarget.java 14 public abstract class ImageViewTarget<Z> extends ViewTarget<ImageView, Z> implements GlideAnimation.ViewAdapter {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 93 private ViewAdapter mAdapter;
274 ViewEntry entry = ViewAdapter.getEntry(mSections, position, SHOW_SEPARATORS);
300 mAdapter = new ViewAdapter(getActivity(), mSections);
658 private final class ViewAdapter extends ContactEntryAdapter<ViewEntry> {
659 ViewAdapter(Context context, ArrayList<ArrayList<ViewEntry>> sections) {
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 

Completed in 634 milliseconds