Searched refs:FocusEventDebugView (Results 1 – 5 of 5) sorted by relevance
31 private final FocusEventDebugView mDebugView;33 FocusEventDebugGlobalMonitor(FocusEventDebugView debugView, InputManagerService service) { in FocusEventDebugGlobalMonitor()
61 public class FocusEventDebugView extends RelativeLayout { class63 private static final String TAG = FocusEventDebugView.class.getSimpleName();98 FocusEventDebugView(Context c, InputManagerService service, in FocusEventDebugView() method in FocusEventDebugView111 public FocusEventDebugView(Context c, InputManagerService service) { in FocusEventDebugView() method in FocusEventDebugView
52 private FocusEventDebugView mFocusEventDebugView;65 mFocusEventDebugView = new FocusEventDebugView(context, mockService, in setUp()
120 import com.android.server.input.debug.FocusEventDebugView;399 private FocusEventDebugView mFocusEventDebugView;3288 FocusEventDebugView view; in updateFocusEventDebugViewEnabled()3294 mFocusEventDebugView = new FocusEventDebugView(mContext, this); in updateFocusEventDebugViewEnabled()
627 Lcom/android/server/input/debug/FocusEventDebugView;