OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:redrawNeeded
(Results
1 - 3
of
3
) sorted by null
/development/ndk/sources/android/native_app_glue/
android_native_app_glue.h
181
int
redrawNeeded
;
/external/skia/platform_tools/android/third_party/native_app_glue/
android_native_app_glue.h
181
int
redrawNeeded
;
/frameworks/base/libs/hwui/
VectorDrawable.cpp
507
bool
redrawNeeded
= allocateBitmapIfNeeded(&mStagingCache.bitmap,
510
if (
redrawNeeded
|| mStagingCache.dirty) {
541
bool
redrawNeeded
= allocateBitmapIfNeeded(&mCache.bitmap, mProperties.getScaledWidth(),
543
if (
redrawNeeded
|| mCache.dirty) {
Completed in 1898 milliseconds