OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldAddIconPage
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewActivityWizard.java
65
protected boolean
shouldAddIconPage
() {
106
} else if (page == mTemplatePage &&
shouldAddIconPage
()) {
111
||
shouldAddIconPage
() && page == getIconPage(mActivityValues.getIconState())) {
NewTemplateWizard.java
82
protected boolean
shouldAddIconPage
() {
110
if (page == mMainPage &&
shouldAddIconPage
()) {
115
||
shouldAddIconPage
() && page == getIconPage(mValues.getIconState())) {
TemplateWizard.java
62
protected boolean
shouldAddIconPage
() {
Completed in 1018 milliseconds