Home
last modified time | relevance | path

Searched defs:getBitmapInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskIconCache.java225 private BitmapInfo getBitmapInfo(Drawable drawable, int userId, in getBitmapInfo() method in TaskIconCache
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DAhatClassInstance.java255 private BitmapInfo getBitmapInfo() { in getBitmapInfo() method in AhatClassInstance
/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp249 SkImageInfo GraphicsJNI::getBitmapInfo(JNIEnv* env, jobject bitmap, uint32_t* outRowBytes, in getBitmapInfo() function in GraphicsJNI