OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HORIZONTAL_SCROLL_VIEW
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java
61
public static final String
HORIZONTAL_SCROLL_VIEW
= "HorizontalScrollView"; //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
21
import static com.android.ide.common.layout.LayoutConstants.
HORIZONTAL_SCROLL_VIEW
;
308
if (SCROLL_VIEW.equals(root) ||
HORIZONTAL_SCROLL_VIEW
.equals(root)) {
[
all
...]
Completed in 442 milliseconds