HomeSort by relevance Sort by last modified time
    Searched refs:BOTH (Results 1 - 25 of 27) sorted by null

1 2

  /sdk/rule_api/src/com/android/ide/common/api/
IViewMetadata.java 81 /** This view wants to always fill both horizontal and vertical */
82 BOTH,
106 return (this == BOTH || this == WIDTH ||
119 return (this == BOTH || this == HEIGHT ||
  /external/webkit/Source/WebCore/dom/
OverflowEvent.idl 29 const unsigned short BOTH = 2;
OverflowEvent.cpp 49 m_orient = BOTH;
OverflowEvent.h 38 BOTH = 2
  /frameworks/base/core/java/android/database/
CursorJoiner.java 38 * case BOTH:
39 * // handle case where a row with the same key is in both cursors
63 /** The rows pointed to by both cursors are the same */
64 BOTH
123 case BOTH:
153 * if the row pointed to by the right cursor is unique, BOTH if the rows in both
174 mCompareResult = Result.BOTH;
225 case BOTH:
  /external/proguard/src/proguard/gui/
TabbedPane.java 56 cardConstraints.fill = GridBagConstraints.BOTH;
155 imageConstraints.fill = GridBagConstraints.BOTH;
ListPanel.java 53 listConstraints.fill = GridBagConstraints.BOTH;
MemberSpecificationDialog.java 114 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
ProGuardGUI.java 199 splashPanelConstraints.fill = GridBagConstraints.BOTH;
222 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
229 glueConstraints.fill = GridBagConstraints.BOTH;
    [all...]
ClassSpecificationDialog.java 118 stretchPanelConstraints.fill = GridBagConstraints.BOTH;
  /external/openssl/crypto/
opensslconf.h 212 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
opensslconf.h.in 104 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
  /external/openssl/include/openssl/
opensslconf.h 212 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 104 case BOTH:
105 // Delete the values table test1 and test2 both possess.
163 // For cursor1 and cursor2, value 18~20 result a value as BOTH
165 assertEquals(Result.BOTH, cursorJoiner.next());
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 61 BOTH
244 // Both str1 and str2 are non-null and are non-zero in size.
254 * a null value is returned if both str1 and str2 are null, if one of the strings
359 case BOTH:
486 mCurrentState = (mNormalMap.size() > 0) ? State.BOTH : State.DANGEROUS_ONLY;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 90 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH,
95 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH,
138 GridBagConstraints.FIRST_LINE_START, GridBagConstraints.BOTH,
435 GridBagConstraints.LINE_START, GridBagConstraints.BOTH,
Workspace.java 264 GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0),
277 GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0),
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 277 GridBagConstraints.LINE_START, GridBagConstraints.BOTH,
393 private StretchView both; field in class:ImageEditorPanel.StretchesViewer
409 both = new StretchView();
414 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
416 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
417 add(both, new GridBagConstraints(0, 2, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER,
418 GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
438 both.scaledWidth = scaledWidth;
439 both.scaledHeight = scaledHeight;
473 both.remainderHorizontal = both.scaledWidth - remainderHorizontal
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 687 milliseconds

1 2