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

1 2 3 4 5 67 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 132 <dd>Demonstrates a scrollable LinearLayout object with a custom thumb slider image. </dd>
153 <dd> Demonstrates implementing a custom ListAdapter to return View objects laid out in a custom manner. </dd>
156 <dd> Demonstrates implementing a custom ListAdapter that includes separators between some items. </dd>
159 <dd>Demonstrates another custom list adapter with that returns expandible items. </dd>
165 <dd> Demonstrates a list activity that uses a custom ListAdapter, setting the view for an empty item, and also how to customize the layout of a ListActivity. </dd>
194 <h3>Custom</h3>
197 <dd>Demonstrates implementing a custom view subclass. </dd>
218 <dd> Demonstrates implementing a Gallery widget and extending GalleryAdapter to create a custom class to serve out source images to the widget. </dd>
233 <dd> Demonstrates populating a GridView widget with a list of applications using a custom ListAdapter object.</dd
    [all...]
  /frameworks/base/core/java/android/app/
ActionBar.java 39 * custom theme with the {@link android.R.styleable#Theme_windowActionBar windowActionBar} property.
127 * Show the custom view if one has been set.
135 * Set the action bar into custom navigation mode, supplying a view
136 * for custom navigation.
138 * Custom navigation views appear between the application icon and
140 * use cases for custom navigation views might include an auto-suggesting
144 * @param view Custom navigation view to place in the ActionBar.
149 * Set the action bar into custom navigation mode, supplying a view
150 * for custom navigation.
152 * <p>Custom navigation views appear between the application icon an
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 35 * To implement custom ASN.1 choice type an application class
40 * There are two ways to implement custom ASN.1 choice type:
41 * with application class that represents ASN.1 custom choice type or without.
65 * So a custom ASN.1 Time choice type should map its notation to Date object.
69 * // custom ASN.1 choice class: maps Time to is notation
80 * // pass it to custom time class
93 * // custom ASN.1 sequence class: maps Validity class to is notation
129 * // custom ASN.1 choice class: maps Time to is notation
178 * and its custom ASN.1 sequence class must handle this class of objects
187 * // custom ASN.1 sequence class: maps Validity class to is notatio
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 69 CUSTOM("Custom");
113 DeviceType.DEFAULT, DeviceType.ADDON, DeviceType.CUSTOM
133 } else if (DeviceType.CUSTOM.equals(parentElement)) {
157 } else if (DeviceType.CUSTOM.equals(element)) {
317 // Because the new button is disabled when something else than "custom" is
450 // either select the device (if we removed a entry, or the top custom node if
520 case CUSTOM:
534 * device/config, it'll only do so for {@link DeviceType#CUSTOM} devices.
541 // select the "custom" nod
    [all...]
  /external/webkit/Source/WebCore/manual-tests/
css3-cursor-fallback-strict.html 4 <head><title>Strict custom cursor tests</title></head>
6 <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>
13 <p><a href="http://bugs.webkit.org/show_bug.cgi?id=6001">Bug 6001</a>: WebKit does not handle fallback custom cursors</p>
14 <p><a href="http://bugs.webkit.org/show_bug.cgi?id=9013">Bug 9013</a>: Let correct CSS custom cursor declarations parse</p>
19 <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>
49 <p>In each of the blue boxes below, the hotspot is out-of-range. For now this means a failure to show the custom cursor(lower level problem?).</p>
  /external/chromium-trace/
style.css 1 tabbox{-webkit-box-orient:vertical;display:-webkit-box;}tabs{-webkit-padding-start:8px;background:-webkit-linear-gradient(white,#f3f3f3);border-bottom:1px solid #a0a0a0;display:-webkit-box;margin:0;}tabs>*{-webkit-margin-start:5px;-webkit-transition:border-color 150ms,background-color 150ms;background:rgba(160,160,160,.3);border:1px solid rgba(160,160,160,.3);border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;cursor:default;display:block;min-width:4em;padding:2px 10px;text-align:center;}tabs>:not([selected]){background:rgba(238,238,238,.3);}tabs>:not([selected]):hover{background:rgba(247,247,247,.3);}tabs>[selected]{-webkit-transition:none;background:white;border-color:#a0a0a0;margin-bottom:-1px;position:relative;z-index:0;}tabs:focus{outline:none;}html.focus-outline-visible tabs:focus>[selected]{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}tabpanels{-webkit-box-flex:1;background:white;box-shadow:2px 2px 5px rgba(0,0,0,.2);display:-webkit-box;padding:5px 15px 0 15px;}tabpanels>*{-webkit-box-flex:1;display:none;}tabpanels>[selected]{display:block;}button:not(.custom-appearance):not(.link-button),input[type='button']:not(.custom-appearance):not(.link-button),input[type='submit']:not(.custom-appearance):not(.link-button),select,input[type='checkbox'],input[type='radio']{-webkit-appearance:none;-webkit-user-select:none;background-image:-webkit-linear-gradient(#ededed,#ededed 38%,#dedede);border:1px solid rgba(0,0,0,0.25);border-radius:2px;box-shadow:0 1px 0 rgba(0,0,0,0.08),inset 0 1px 2px rgba(255,255,255,0.75);color:#444;font:inherit;margin:0 1px 0 0;text-shadow:0 1px 0 #f0f0f0;}button:not(.custom-appearance):not(.link-button),input[type='button']:not(.custom-appearance):not(.link-button),input[type='submit']:not(.custom-appearance):not(.link-button),select{min-height:2em;min-width:4em;<if expr="pp_ifdef('chromeos')">padding-top:3px;</if><if expr="is_win">padding-bottom:1px;</if>;}button:not(.custom-appearance):not(.link-button),input[type='button']:not(.custom-appearance):not(.link-button),input[type='submit']:not(.custom-appearance):not(.link-button){-webkit-padding-end:10px;-webkit-padding-start:10px;}select{-webkit-appearance:none;-webkit-padding-end:20px;-webkit-padding-start:6px;background-image:url('../images/select.png'),-webkit-linear-gradient(#ededed,#ededed 38%,#dedede);background-position:right center;background-repeat:no-repeat;}html[dir='rtl'] select{background-position:center left;}input[type='checkbox']{bottom:2px;height:13px;position:relative;vertical-align:middle;width:13px;}input[type='radio']{border-radius:100%;bottom:3px;height:15px;position:relative;vertical-align:middle;width:15px;}input[type='password'],input[type='search'],input[type='text'],input[type='url'],input:not([type]){border:1px solid #bfbfbf;border-radius:2px;box-sizing:border-box;color:#444;font:inherit;margin:0;min-height:2em;padding:3px;<if expr="is_win or is_macosx">padding-bottom:4px;</if><if expr="pp_ifdef('chromeos')">padding-bottom:2px;</if>;}input[type='search']{-webkit-appearance:textfield;min-width:160px;}input[type='checkbox']:checked::before{-webkit-user-select:none;background-image:url('../images/check.png');background-size:100% 100%;content:'';display:block;height:100%;width:100%;}html[dir='rtl'] input[type='checkbox']:checked::before{-webkit-transform:scaleX(-1);}input[type='radio']:checked::before{background-color:#666;border-radius:100%;bottom:25%;content:'';display:block;left:25%;position:absolute;right:25%;top:25%;}button:not(.custom-appearance):not(.link-button):enabled:hover,input[type='button']:not(.custom-appearance):not(.link (…)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 523 [StrictTypeChecking, Custom] void getAttachedShaders(in WebGLProgram program) raises (DOMException);
528 [StrictTypeChecking, Custom] void getBufferParameter();
535 [StrictTypeChecking, Custom] void getExtension(in DOMString name);
538 [StrictTypeChecking, Custom] void getFramebufferAttachmentParameter();
540 [StrictTypeChecking, Custom] void getParameter();
542 [StrictTypeChecking, Custom] void getProgramParameter();
545 [StrictTypeChecking, Custom] void getRenderbufferParameter();
547 [StrictTypeChecking, Custom] void getShaderParameter() raises(DOMException);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 240 wpa_driver_wext_event_wireless_custom(void *ctx, char *custom)
244 wpa_printf(MSG_MSGDUMP, "WEXT: Custom wireless event: '%s'",
245 custom);
249 if (os_strncmp(custom, "MLME-MICHAELMICFAILURE.indication", 33) == 0) {
251 os_strstr(custom, " unicast ") != NULL;
254 } else if (os_strncmp(custom, "ASSOCINFO(ReqIEs=", 17) == 0) {
259 spos = custom + 17;
300 } else if (os_strncmp(custom, "STKSTART.request=", 17) == 0) {
301 if (hwaddr_aton(custom + 17, data.stkstart.peer)) {
303 "STKSTART.request '%s'", custom + 17)
442 char *pos, *end, *custom, *buf; local
1232 char *custom = pos + IW_EV_LCP_LEN; local
1431 char *pos, *end, *custom; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
theme_util_unittest.cc 50 // Custom vs. non-custom.
56 // Custom theme equality.
78 // Non-custom theme equality.
129 // custom theme.
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 1 page.title=Custom Components
11 <li><a href="#custom">Fully Customized Components</a></li>
46 of a screen element. To give an idea of the control you get with custom views, here are some
51 You could create a completely custom-rendered View type, for example a "volume
68 You could capture other events like key presses and handle them in some custom
73 The sections below explain how to create custom Views and use them in your application.
110 <h2 id="custom">Fully Customized Components</h2>
157 custom components, styled text, or anything else you can think of.</p>
319 <h3 id="customexample">A Custom View Example</h3>
322 of a customized View. The custom View is defined in th
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
TestUtils.java 46 * @param prefix custom output number prefix
47 * @param delimiter custom output number delimiter
88 * passed custom properties.
  /external/chromium/base/
gmock_unittest.cc 53 // Create a couple of custom actions. Custom actions can be used for adding
124 // Alternate implemention of ReturnSecond using a more general custom action,
  /external/chromium/chrome/browser/ui/cocoa/
browser_frame_view.h 8 // (an AppKit framework class) so that we can support custom frame drawing.
10 // We explored a variety of ways to support custom frame drawing and custom
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 177 // else for the custom frame.
229 // This is used to draw the custom frame border and content shadow.
276 // Applies the window shape to if we're in custom drawing mode.
283 // Change whether we're showing the custom blue frame.
304 // Callback for when the custom frame alignment needs to be redrawn.
316 // Draws the normal custom frame using theme_frame.
404 // custom frame (a spot that should trigger a window resize). Returns true if
408 // Returns |true| if we should use the custom frame.
417 // Determine whether we use should default to native decorations or the custom
475 // Whether the custom chrome frame pref is set. Normally you want to us
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ForwardingObject.java 32 * Custom definitions of equality are usually based on an interface, such as
34 * cast the object being tested for equality to the custom interface. {@code
35 * ForwardingObject} implements no such custom interfaces directly; they
  /external/protobuf/src/google/protobuf/compiler/
package_info.h 52 // - You want to write a custom protocol compiler which generates different
56 // is write a custom implementation of CodeGenerator and a trivial main()
59 // writing custom compilers, it is in a separate library called "libprotoc"
  /external/webkit/Source/JavaScriptCore/runtime/
PropertySlot.h 44 Custom,
142 m_cachedPropertyType = Custom;
219 ASSERT(m_cachedPropertyType == Custom);
  /external/webkit/Source/WebCore/html/
HTMLInputElement.idl 92 attribute [Custom] long selectionStart;
93 attribute [Custom] long selectionEnd;
94 [Custom] void setSelectionRange(in long start, in long end);
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.idl 70 [Custom] void open(in DOMString method, in DOMString url, in boolean async, in DOMString user, in DOMString password)
78 [Custom] void send(in Document data)
90 readonly attribute [CustomGetter] DOMString responseText // The custom getter implements ConvertNullStringTo=Null
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportFieldsPart.java 86 // TODO override for custom controls
91 // TODO override for custom controls
97 // TODO override for custom controls
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 62 * The {@link CustomViewFinder} can look up the custom views and third party views
65 @SuppressWarnings("restriction") // JDT model access for custom-view class lookup
178 * Returns a pair of view lists - the custom views and the 3rd-party views.
179 * This method performs no caching; it is the same as asking the custom view finder
184 * @return a pair of lists, the first containing custom views and the second
231 // User custom view
270 List<String> custom = new ArrayList<String>(customViews); local
275 mCustomViews = custom;
279 return Pair.of(custom, thirdParty);
284 * list of custom views or third party views. It checks that the view is public an
    [all...]
  /sdk/templates/
build.template 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/buildConfigTest/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/buildConfigTest/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/gridlayoutTest/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,

Completed in 1379 milliseconds

1 2 3 4 5 67 8 91011>>