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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGuidedActionsStylist.java290 * Returns true if in editing title, description, or activator View, false otherwise.
297 * Returns true if in editing title, description, so IME would be open.
298 * @return True if in editing title, description, so IME would be open, false otherwise.
305 * Returns true if the TextView is in editing title, false otherwise.
312 * Returns true if the TextView is in editing description, false otherwise.
319 * Returns true if is in editing activator view with id guidedactions_activator_item, false
327 * @return Current editing title view or description view or activator view or null if not
328 * in editing.
600 * that in order for the item to support editing, the title view should both subclass {@link
620 * file. Note that in order for the item to support editing, th
816 setEditingMode(ViewHolder vh, GuidedAction action, boolean editing) argument
822 setEditingMode(ViewHolder vh, boolean editing) argument
826 setEditingMode(ViewHolder vh, boolean editing, boolean withTransition) argument
836 onEditingModeChange(ViewHolder vh, GuidedAction action, boolean editing) argument
848 onEditingModeChange(ViewHolder vh, boolean editing, boolean withTransition) argument
1036 onEditActivatorView(final ViewHolder vh, boolean editing, final boolean withTransition) argument
[all...]

Completed in 23 milliseconds