zzm
zzm
> > @jacob314 @InMatrix - is this something we've considered adding to the inspector in the past? Any thoughts on this UX? > > We've considered this kind of widget...
> I'd added that API to Flutter for use cases similar to this but never had time to implement in DevTools. Some things to consider: > > 1. Should polish...
> > Can we add a tab to the right of the Details Trees so that when the component is selected we can view the screenshot without additional clicks. >...
@chinmaygarde When the gesture event comes, it is stored in the trackedEvent in addPointerForIndex. When the PlatformView wants to respond to the gesture event later, it mixes the MotionEvent synthesized...
> Thanks for elaborating. cc @dnfield. This probably still needs a test. Sorry for not replying for so long. Not sure if this also needs to be tested. As another...
Below is where the error occurs ``` c++ // frameworks/base/core/jni/android_view_MotionEvent.cpp static jint android_view_MotionEvent_nativeGetPointerId(JNIEnv* env, jclass clazz, jlong nativePtr, jint pointerIndex) { MotionEvent* event = reinterpret_cast(nativePtr); size_t pointerCount = event->getPointerCount(); if...
@dnfield Thank you for your suggestion. I added the test but the test seems to fail in the compilation engine. I was successful locally, could you help me to find...
@dnfield All the tests have passed, could you please review again
This is not obvious after testing it on my HUAWEI mobile phone. It may only be reproduced on Huawei tablets. Now I don't know why it will affect performance and...