×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Hyunjae Choi
Added: Apr 15, 2021 9:24 AM
Views: 3972
Tags: no tags
  1. import android.util.SparseArray;
  2. import android.util.SparseIntArray;
  3. import android.util.SparseBooleanArray;
  4.  
  5.     private SparseArray<MotionEventInjector> mMotionEventInjectors;
  6.  
  7.     private final SparseArray<RemoteCallbackList<IAccessibilityManagerClient>> mDisplayClients =
  8.             new SparseArray<>();
  9.  
  10.     private final SparseIntArray mCurrentUserIds = new SparseIntArray();
  11.  
  12.     private final SparseBooleanArray mIsEnableds = new SparseBooleanArray();