Home
last modified time | relevance | path

Searched refs:FocusEventDebugView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugGlobalMonitor.java31 private final FocusEventDebugView mDebugView;
33 FocusEventDebugGlobalMonitor(FocusEventDebugView debugView, InputManagerService service) { in FocusEventDebugGlobalMonitor()
DFocusEventDebugView.java61 public class FocusEventDebugView extends RelativeLayout { class
63 private static final String TAG = FocusEventDebugView.class.getSimpleName();
98 FocusEventDebugView(Context c, InputManagerService service, in FocusEventDebugView() method in FocusEventDebugView
111 public FocusEventDebugView(Context c, InputManagerService service) { in FocusEventDebugView() method in FocusEventDebugView
/frameworks/base/tests/Input/src/com/android/server/input/debug/
DFocusEventDebugViewTest.java52 private FocusEventDebugView mFocusEventDebugView;
65 mFocusEventDebugView = new FocusEventDebugView(context, mockService, in setUp()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java120 import com.android.server.input.debug.FocusEventDebugView;
399 private FocusEventDebugView mFocusEventDebugView;
3288 FocusEventDebugView view; in updateFocusEventDebugViewEnabled()
3294 mFocusEventDebugView = new FocusEventDebugView(mContext, this); in updateFocusEventDebugViewEnabled()
/frameworks/base/services/
Dart-wear-profile627 Lcom/android/server/input/debug/FocusEventDebugView;