OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PickLayoutAction
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java
72
IAction action = new
PickLayoutAction
("Choose Layout...", KEY_LV_ITEM);
122
action = new
PickLayoutAction
("Choose Header...", KEY_LV_HEADER);
124
action = new
PickLayoutAction
("Choose Footer...", KEY_LV_FOOTER);
158
private class
PickLayoutAction
extends Action {
161
public
PickLayoutAction
(String title, String type) {
FragmentMenu.java
75
IAction action = new
PickLayoutAction
("Choose Layout...");
280
private class
PickLayoutAction
extends Action {
282
public
PickLayoutAction
(String title) {
Completed in 331 milliseconds