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

  /frameworks/base/libs/hwui/
VectorDrawable.cpp 563 if (!canReuseBitmap(*outCache, width, height)) {
574 bool Tree::canReuseBitmap(const SkBitmap& bitmap, int width, int height) {
VectorDrawable.h 690 bool canReuseBitmap(const SkBitmap&, int width, int height);
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 839 if (mCachedBitmap == null || !canReuseBitmap(width, height)) {
847 public boolean canReuseBitmap(int width, int height) {
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 344 milliseconds