HomeSort by relevance Sort by last modified time
    Searched defs:redrawNeeded (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/sources/android/native_app_glue/
android_native_app_glue.h 181 int redrawNeeded;
  /frameworks/base/libs/hwui/
VectorDrawable.cpp 453 bool redrawNeeded = allocateBitmapIfNeeded(mStagingCache, mStagingProperties.getScaledWidth(),
456 if (redrawNeeded || mStagingCache.dirty) {
488 bool redrawNeeded = allocateBitmapIfNeeded(mCache, mProperties.getScaledWidth(),
490 if (redrawNeeded || mCache.dirty) {

Completed in 1771 milliseconds