HomeSort by relevance Sort by last modified time
    Searched full:expanded (Results 326 - 350 of 2167) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 39 * <p>Namespace URLs, local-names, and expanded-names can all be
40 * represented by and tested as integer ID values. An expanded name
430 * Given a node handle, return an ID that represents the node's expanded name.
434 * @return the expanded-name id of the node.
439 * Given an expanded name, return an ID. If the expanded-name does not
442 * expanded name will use this ID.
448 * @return the expanded-name id of the node.
453 * Given an expanded-name ID, return the local name part.
455 * @param ExpandedNameID an ID that represents an expanded-name
    [all...]
  /external/chromium/base/win/
registry.cc 164 wchar_t expanded[kMaxStringLength]; local
165 size = ExpandEnvironmentStrings(raw_value, expanded, kMaxStringLength);
172 *value = expanded;
  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 208 g_signal_connect(allowed_tree_, "row-expanded",
287 g_signal_connect(blocked_tree_, "row-expanded",
500 // When a row in the tree is expanded, expand all the children too.
status_bubble_gtk.cc 98 if (!expanded()) {
102 // When not expanded, we limit the size to one third the browser's
336 if (!expanded() || !expand_animation_->is_animating()) {
slide_animator_gtk.cc 13 void OnChildSizeRequest(GtkWidget* expanded,
  /external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc 105 if (!expanded()) {
110 // When not expanded, we limit the size to one third the browser's
351 if (!expanded() || !expand_animation_->is_animating()) {
slide_animator_gtk.cc 13 void OnChildSizeRequest(GtkWidget* expanded,
  /external/openfst/src/include/fst/
mutable-fst.h 19 // Expanded FST augmented with mutators - interface class definition
32 #include <fst/expanded-fst.h>
39 // An expanded FST plus mutators (use MutableArcIterator to modify arcs).
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 193 * Override this for receiving callbacks when a group has been expanded.
302 * group, the group will only be expanded and child subsequently selected if
307 * @param shouldExpandGroup Whether the child's group should be expanded if
  /frameworks/base/docs/html/about/versions/
android-1.6-highlights.jd 144 <h3 id="SearchFramework">Expanded Search Framework</h3>
146 <p>The Android search framework has been redesigned and expanded to provide
182 <h3 id="Screens">Expanded support for screen densities and resolutions</h3>
  /bionic/libc/arch-mips/include/machine/
regdef.h 49 #define a4 $8 /* expanded register arguments */
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 316 // the collapsed and expanded use same layout
325 // the collapsed and expanded use different layouts
368 // the collapsed and expanded use same layout
377 // the collapsed and expanded use different layouts
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 49 #define a4 $8 /* expanded register arguments */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 99 // In this sample, we'll use the same text for the ticker and the expanded notification
LocalService.java 101 // In this sample, we'll use the same text for the ticker and the expanded notification
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 367 public SpeechView(Context context, String title, String dialogue, boolean expanded) {
383 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
403 public void setExpanded(boolean expanded) {
404 mDialogue.setVisibility(expanded ? VISIBLE : GONE);
  /development/samples/training/AnimationsDemo/res/layout/
activity_zoom.xml 67 <!-- This initially-hidden ImageView will hold the expanded/zoomed version of the
  /development/samples/training/AnimationsDemo/res/values/
strings.xml 46 <string name="description_zoom_touch_close">Expanded image (touch to close)</string>
  /external/bison/m4/
inttypes.m4 134 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
stdlib_h.m4 31 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
sys_stat_h.m4 52 dnl Use AC_REQUIRE here, so that the default settings are expanded once only.
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.h 126 // If the bubble has already been expanded, and encounters a new URL,
  /external/chromium_org/build/
copy_test_data_ios.py 33 # Directories get recursively expanded.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NewTabPagePrefs.java 94 * @return {@code True} if the session is collapsed, false if expanded.
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.h 75 // command line should be expanded from.

Completed in 4098 milliseconds

<<11121314151617181920>>