HomeSort by relevance Sort by last modified time
    Searched refs:relative (Results 101 - 125 of 184) sorted by null

1 2 3 45 6 7 8

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 16 package com.android.ide.common.layout.relative;
37 import com.android.ide.common.layout.relative.DependencyGraph.ViewData;
ConstraintType.java 16 package com.android.ide.common.layout.relative;
126 * Whether this constraint is relative to the margin bounds of the node rather than
GuidelineHandler.java 16 package com.android.ide.common.layout.relative;
53 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
64 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
65 import com.android.ide.common.layout.relative.DependencyGraph.ViewData;
80 * A dependency graph for the relative layout recording constraint relationships
132 * All horizontal segments in the relative layout - top and bottom edges, baseline
138 * All vertical segments in the relative layout - left and right edges, and left and
144 * All center vertical segments in the relative layout. These are kept separate since
150 * All center horizontal segments in the relative layout. These are kept separate
225 * Construct a new {@link GuidelineHandler} for the given relative layout
    [all...]
DependencyGraph.java 16 package com.android.ide.common.layout.relative;
38 * Data structure about relative layout relationships which makes it possible to:
59 /** Constructs a new {@link DependencyGraph} for the given relative layout */
69 // the parent id from a constraint, only via parent-relative params
264 * Info about a specific widget child of a relative layout and its constraints. This
280 * Info about a specific constraint between two widgets in a relative layout. This is
ResizeHandler.java 16 package com.android.ide.common.layout.relative;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 212 * among platforms, as well as tying the test to particulars about relative
219 String relative = basename + "info"; //$NON-NLS-1$ local
220 String info = readTestFile(relative, true);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 436 * Retrieve a token relative to the current token.
438 * @param i Position relative to current token.
447 int relative = m_queueMark + i; local
449 if ((relative > 0) && (relative < m_ops.getTokenQueueSize()))
451 tok = (String) m_ops.m_tokenQueue.elementAt(relative);
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 164 // their parent element. If not, make its position relative.
166 scrollableEl.style.position = 'relative';
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 451 bool relative = true; local
458 relative = true;
465 relative = (line.at(11) != '0');
468 if (relative) {
    [all...]
  /external/llvm/utils/lit/lit/
main.py 155 relative path inside that suite.
167 ts, relative = search(parent)
168 return (ts, relative + (base,))
199 ts, relative = search(item)
200 return ts, tuple(relative + tuple(components))
229 # Find the test suite for this input and its relative path.
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt.S 66 | Set mouse relative mode
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 706 void FB_vgamousecallback(int button, int relative, int dx, int dy)
715 posted += SDL_PrivateMouseMotion(0, relative, dx, dy);
762 static int relative = 1; local
911 FB_vgamousecallback(button, relative, dx, dy);
  /dalvik/tools/dmtracedump/
TraceDump.c 1423 MethodEntry *relative = pTimed->method; local
    [all...]
  /docs/source.android.com/src/assets/
main.css 116 position: relative;
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 141 events and methods for every module, mapped to relative documentation links.
268 paths will be made relative to this directory.
369 """ Returns a relative path from the supplied base dir to the manifest dir.
375 base sample manifest path, we can get a relative path through a simple
379 A relative directory path from the sample manifest's directory to the
388 """ Returns a relative path from the base dir to the sample's zip file.
393 A relative directory path form the sample manifest's directory to this
540 1. Stores a relative path from the manifest.json directory to the file.
669 # Relative path to store the file in under the zip.
  /external/chromium/chrome/common/extensions/
extension.cc 205 // The relative priority of various external sources is not important,
836 std::string relative; local
837 if (!js->Get(script_index, &value) || !value->GetAsString(&relative)) {
843 GURL url = GetResourceURL(relative);
844 ExtensionResource resource = GetResource(relative);
854 std::string relative; local
855 if (!css->Get(script_index, &value) || !value->GetAsString(&relative)) {
861 GURL url = GetResourceURL(relative);
862 ExtensionResource resource = GetResource(relative);
    [all...]
  /external/icu4c/common/
Android.mk 114 # We make the ICU data directory relative to $ANDROID_ROOT on Android, so both
  /external/webkit/Source/WebCore/css/
html.css 449 position: relative;
457 position: relative;
637 position: relative;
656 position: relative;
mediaControls.css 35 position: relative;
  /sdk/sdkmanager/app/etc/
android.bat 70 rem jar_path and swt_path are relative to PWD so we don't need to adjust them, just change dirs.
  /external/doclava/src/com/google/doclava/
Doclava.java 634 private static void writeDirectory(File dir, String relative, JSilver js) {
640 String templ = relative + f.getName();
648 DocFile.writePage(f.getAbsolutePath(), relative, filename); local
653 writeDirectory(f, relative + f.getName() + "/", js);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URITest.java 71 // relative path with empty fragment;
102 "/relative", // relative starting with /
103 "//relative", // relative starting with //
104 "relative", // relative with no /
105 "#fragment",// relative just with fragment
373 // relative path with scheme
374 construct1("http", "user", "hostname", -1, "relative", "query"
1607 URI relative = base.relativize(uri); local
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 325 const Char* relative; local
329 relative = "before";
332 relative = "after";
335 relative = "inside";
340 a, delta, relative, ai->Addr.Block.block_desc,
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 47 position:relative;
54 position:relative;
151 position:relative;
282 position:relative;
1499 .ui-resizable { position: relative; }
  /libcore/luni/src/main/java/java/sql/
ResultSet.java 1263 public boolean relative(int rows) throws SQLException; method in interface:ResultSet
    [all...]

Completed in 1626 milliseconds

1 2 3 45 6 7 8