Searched defs:TAG_EDIT (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionAdapterGroup.java37 private static final String TAG_EDIT = "EditableAction"; field in class:GuidedActionAdapterGroup
98 if (DEBUG_EDIT) Log.v(TAG_EDIT, "openIme of next Action");
102 if (DEBUG_EDIT) Log.v(TAG_EDIT, "closeIme and focus to next Action");
171 if (DEBUG_EDIT) Log.v(TAG_EDIT, "closeIme no next action");
H A DGuidedActionAdapter.java46 static final String TAG_EDIT = "EditableAction"; field in class:GuidedActionAdapter
115 if (DEBUG_EDIT) Log.v(TAG_EDIT, "openIme by click");
118 if (DEBUG_EDIT) Log.v(TAG_EDIT, "toggle editing mode by click");
465 if (DEBUG_EDIT) Log.v(TAG_EDIT, "IME action: " + actionId);
472 if (DEBUG_EDIT) Log.v(TAG_EDIT, "closeIme escape north");
482 if (DEBUG_EDIT) Log.v(TAG_EDIT, "IME key: " + keyCode);

Completed in 77 milliseconds