OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ActionProvider
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/view/
ActionProvider.java
26
* An
ActionProvider
can be optionally specified for a {@link MenuItem} and in such a
40
* {@link MenuItem#setActionProvider(
ActionProvider
)}.
57
* @see MenuItem#setActionProvider(
ActionProvider
)
60
public abstract class
ActionProvider
{
68
public
ActionProvider
(Context context) {
118
* Determines if this
ActionProvider
has a submenu associated with it.
132
* Called to prepare an associated submenu for the menu item backed by this
ActionProvider
.
/sdk/rule_api/src/com/android/ide/common/api/
RuleAction.java
168
int sortPriority, boolean supportsMultipleNodes,
ActionProvider
provider) {
564
private final
ActionProvider
mProvider;
566
private NestedAction(String id, String title,
ActionProvider
provider,
630
public interface
ActionProvider
{
/prebuilt/sdk/14/
android.jar
Completed in 59 milliseconds