HomeSort by relevance Sort by last modified time
    Searched full:custom (Results 176 - 200 of 2871) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/testapps/gridlayoutTest/v7-gridlayout/
build.xml 49 Import per project custom build rules if present at the root of the project.
50 This is the place to put custom intermediary targets such as:
77 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
  /sdk/testapps/libsAndJarTest/app/
build.xml 49 Import per project custom build rules if present at the root of the project.
50 This is the place to put custom intermediary targets such as:
77 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
  /sdk/testapps/libsAndJarTest/lib1/
build.xml 49 Import per project custom build rules if present at the root of the project.
50 This is the place to put custom intermediary targets such as:
77 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
  /sdk/testapps/libsAndJarTest/lib2/
build.xml 49 Import per project custom build rules if present at the root of the project.
50 This is the place to put custom intermediary targets such as:
77 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
  /sdk/testapps/testProjectTest/app/
build.xml 56 Import per project custom build rules if present at the root of the project.
57 This is the place to put custom intermediary targets such as:
84 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
  /sdk/testapps/testProjectTest/lib/
build.xml 56 Import per project custom build rules if present at the root of the project.
57 This is the place to put custom intermediary targets such as:
84 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
  /sdk/testapps/testProjectTest/testapp/
build.xml 56 Import per project custom build rules if present at the root of the project.
57 This is the place to put custom intermediary targets such as:
84 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
  /sdk/testapps/testProjectTest/testlib/
build.xml 56 Import per project custom build rules if present at the root of the project.
57 This is the place to put custom intermediary targets such as:
84 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
  /external/chromium/chrome/browser/resources/options/
advanced_options.js 174 if ($('Custom'))
175 selectCtl.remove($('Custom').index);
180 // Add/Select Custom Option in the font size label list.
181 if (!$('Custom')) {
184 option.setAttribute("id", "Custom");
187 $('Custom').selected = true;
  /external/webkit/Source/WebCore/manual-tests/
css3-cursor-fallback-quirks.html 2 <head><title>Quirks custom cursor tests</title></head>
4 <p><a href="http://bugs.webkit.org/show_bug.cgi?id=8991">Bug .991</a>: REGRESSION: missing or broken CSS custom cursors are displayed as a missing image icon.</p>
11 <p><a href="http://bugs.webkit.org/show_bug.cgi?id=6001">Bug 6001</a>: WebKit does not handle fallback custom cursors</p>
12 <p><a href="http://bugs.webkit.org/show_bug.cgi?id=9013">Bug 9013</a>: Let correct CSS custom cursor declarations parse</p>
18 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 19 <li><a href="#CustomToastView">Creating a Custom Toast View</a></li>
91 <h2 id="CustomToastView">Creating a Custom Toast View</h2>
96 toast notification. To create a custom layout, define a View layout,
135 text.setText("Hello! This is a custom toast!");
155 You can now display the toast with your custom layout by calling
160 If you do not have a custom layout to use, you must use
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
NamespaceDetector.java 76 /** Using custom namespace attributes in a library project */
79 "Flags custom attributes in libraries, which must use the res-auto-namespace instead",
81 "When using a custom view with custom attributes in a library project, the layout " +
92 /** Prefix relevant for custom namespaces */
196 "When using a custom namespace attribute in a library project, " +
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceGroupTest.java 88 mActivity.findPreference("custom-pref-group");
94 mActivity.findPreference("custom-pref-group");
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_CommonDataKinds_ImTest.java 44 assertCustomProtocolLabel("Custom Label");
52 assertCustomTypeLabel("Custom Label");
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 38 * Demonstrates how to implement accessibility support of custom views. Custom view
45 * by the standard views. A solution is to write a custom view that extends one the
97 // Very often you will need to add only the text on the custom view.
109 // Very often you will need to add only the text on the custom view.
165 // Very often you will need to add only the text on the custom view.
177 // Very often you will need to add only the text on the custom view.
193 * accessibility support of a custom View.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java 35 * hover events. This can be useful in some cases when implementing a custom
37 * under certain situations. Usually such custom views will be much more
List3.java 61 //Custom type? Then get the custom label
  /development/samples/SearchableDictionary/
_index.html 13 <li>Provide custom search suggestions and offer them in Quick Search Box</li>
36 reads words from a file instead of a database and uses a custom <code><a
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/
Logger.java 50 /** No custom log prefix used. */
55 /** Use the supplied custom prefix in log output. */
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestUtils.java 42 * @param prefix custom output number prefix
43 * @param delimiter custom output number delimiter
  /external/chromium/chrome/browser/
chrome_browser_application_mac_unittest.mm 37 EXPECT_EQ(BinForExceptionNamed(@"Custom Name"), kUnknownNSException);
64 RecordExceptionWithUma(ExceptionNamed(@"Custom Name"));
  /external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
background.html 35 // Custom URL's (such as opening mailto in Gmail tab) should have a
39 console.log('Custom url: ' + action_url);
  /external/chromium/chrome/common/
spellcheck_messages.h 48 // A word has been added to the custom dictionary; update the local custom
  /external/icu4c/samples/translit/answers/
main_4.cpp 59 // Create a custom Transliterator
66 // Create a custom Transliterator
  /external/icu4c/samples/translit/
main.cpp 60 // Create a custom Transliterator
68 // Create a custom Transliterator

Completed in 838 milliseconds

1 2 3 4 5 6 78 91011>>