HomeSort by relevance Sort by last modified time
    Searched refs:recycled (Results 1 - 25 of 49) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripDataAdapter.java 84 * @param recycled A view that can be reused if one is available, or null.
89 public View getView(View recycled, int index,
  /packages/apps/Camera2/src/com/android/camera/data/
FixedLastProxyAdapter.java 114 public View getView(View recycled, int index, VideoClickedCallback videoClickedCallback) {
118 return mAdapter.getView(recycled, index, videoClickedCallback);
121 return mLastData.getView(Optional.fromNullable(recycled), null, false,
FixedFirstProxyAdapter.java 113 public View getView(View recycled, int index, VideoClickedCallback videoClickedCallback) {
116 return mFirstData.getView(Optional.fromNullable(recycled), null, false,
119 return mAdapter.getView(recycled, index - 1, videoClickedCallback);
CameraFilmstripDataAdapter.java 138 public View getView(View recycled, int index,
147 return item.getView(Optional.fromNullable(recycled), this, /* inProgress */ false,
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmap.java 25 private boolean recycled = false; field in class:ShadowBitmap
72 recycled = true;
77 return recycled;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java 31 * @param recycled A mutable Bitmap with dimensions width and height that we can load the cropped portion of toCrop
36 * @return The resized Bitmap (will be recycled if recycled is not null).
38 public static Bitmap centerCrop(Bitmap recycled, Bitmap toCrop, int width, int height) {
59 if (recycled != null) {
60 result = recycled;
Downsampler.java 86 * Load the image for the given InputStream. If a recycled Bitmap whose dimensions exactly match those of the image
95 * @param pool A pool of recycled bitmaps.
324 private static void setInBitmap(BitmapFactory.Options options, Bitmap recycled) {
326 options.inBitmap = recycled;
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 384 boolean recycled = false;
417 recycled = true;
438 applyContent(content, recycled, exception);
441 private void applyContent(View content, boolean recycled, Exception exception) {
454 if (!recycled) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 53 private boolean recycled = false; field in class:ShadowBitmap
357 throw new IllegalStateException("Can't call setPixel() on a recycled bitmap");
404 recycled = true;
409 return recycled;
541 throw new IllegalStateException("Can't call copyPixelsFromBuffer() on a recycled bitmap");
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 326 yet recycled by a VirtioNetGetStatus call), then VirtioNetTransmit returns
338 consumed from the Used Ring and recycled to the private stack. The client
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
message_test.go 50 // recycled socket descriptors.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
message_test.go 50 // recycled socket descriptors.
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 233 const SkTArray<const GrVkRecycledResource*>& recycled,
250 for (int i = 0; i < recycled.count(); ++i) {
251 this->addRecycledResource(recycled[i]);
    [all...]
  /external/skqp/src/gpu/vk/
GrVkCommandBuffer.cpp 233 const SkTArray<const GrVkRecycledResource*>& recycled,
250 for (int i = 0; i < recycled.count(); ++i) {
251 this->addRecycledResource(recycled[i]);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
html.go 357 // that value IDs get recycled and that some values
406 // that value IDs get recycled and that some values
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
html.go 357 // that value IDs get recycled and that some values
406 // that value IDs get recycled and that some values
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 39 never recycled.
  /prebuilts/go/linux-x86/src/runtime/
extern.go 39 never recycled.
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 701 Log.v(TAG, "getRecycledView, recycled=" + (view != null));
849 View recycled = getRecycledView(index); local
850 View v = mDataAdapter.getView(recycled, index, mVideoClickedCallback);
    [all...]
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewLayoutTest.java 494 * If Adapter#setHasStableIds(boolean) is false, cached ViewHolders should be recycled in
499 * If Adapter#setHasStableIds(boolean) is true, cached Views/ViewHolders should not be recycled.
510 // If the recycled holder is currently in the cache, then it's position in the
577 // If hasStableIds, then no cached views should be recycled, otherwise just 1 should have
578 // been recycled.
2178 final List<View> recycled = new ArrayList<>(); local
    [all...]
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java     [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 779 milliseconds

1 2