HomeSort by relevance Sort by last modified time
    Searched defs:expanded (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Source/WebCore/html/
HTMLDataGridRowElement.cpp 68 bool HTMLDataGridRowElement::expanded() const function in class:WebCore::HTMLDataGridRowElement
73 void HTMLDataGridRowElement::setExpanded(bool expanded)
75 setAttribute(expandedAttr, expanded ? "" : 0);
  /system/core/libcutils/
buffer.c 63 char* expanded = realloc(buffer->data, expected); local
64 if (expanded == NULL) {
69 buffer->data = expanded;
  /external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.h 103 // currently expanded or in the process of expanding).
104 bool expanded() { function in class:StatusBubbleGtk
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 37 public View row; // the outer expanded view
39 public View expanded; // the inflated RemoteViews field in class:NotificationData.Entry
90 View expanded, StatusBarIconView icon) {
96 entry.expanded = expanded;
115 if (e.expanded != null) { // the view successfully inflated
127 if (e.expanded != null) { // the view successfully inflated
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 379 * Returns the set of expanded categories in the palette. Note: Header labels will have
382 * @return the set of expanded categories in the palette - never null
385 Set<String> expanded = new HashSet<String>(); local
389 expanded.add(((CLabel) c).getText());
394 return expanded;
OutlinePage.java 308 Object[] expanded = tv.getExpandedElements(); local
310 tv.setExpandedElements(expanded);
311 // Ensure that the root is expanded
    [all...]
  /external/chromium/base/win/
registry.cc 164 wchar_t expanded[kMaxStringLength]; local
165 size = ExpandEnvironmentStrings(raw_value, expanded, kMaxStringLength);
172 *value = expanded;
  /external/quake/quake/src/QW/server/
sv_ccmds.c 305 char expanded[MAX_QPATH]; local
324 sprintf (expanded, "maps/%s.bsp", level);
325 COM_FOpenFile (expanded, &f);
328 Con_Printf ("Can't find %s\n", expanded);
  /external/v8/src/
log-utils.cc 218 SmartPointer<const char> expanded = stream.ToCString(); local
219 OpenFile(*expanded);
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogGroupBuilderTest.java 256 private void assertGroupIs(int cursorPosition, int size, boolean expanded, GroupSpec group) {
259 assertEquals(expanded, group.expanded);
268 /** Whether the group should be initially expanded. */
269 public final boolean expanded; field in class:CallLogGroupBuilderTest.GroupSpec
271 public GroupSpec(int cursorPosition, int size, boolean expanded) {
274 this.expanded = expanded;
284 public void addGroup(int cursorPosition, int size, boolean expanded) {
285 groups.add(new GroupSpec(cursorPosition, size, expanded));
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ObjectPropertiesSection.js 248 var context = { expanded: this.expanded };
270 if (context.expanded)
WatchExpressionsSidebarPane.js 42 this.expanded = WebInspector.settings.watchExpressions.length > 0;
84 this.expanded = true;
146 // with no expressions, and expanded tree, we get some extra vertical
152 this.expanded = (propertyCount != 0);
236 var context = { expanded: this.expanded };
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 266 View expanded = null; local
269 expanded = n.tickerView.apply(mContext, content);
274 if (expanded == null) {
283 content.addView(expanded, lp);
TabletStatusBar.java 1776 View expanded = null; local
    [all...]
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 516 wchar_t expanded[MAX_PATH]; local
518 entry.location.c_str(), expanded, MAX_PATH);
521 GetSubjectNameFromDigitalSignature(FilePath(expanded));
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 151 lp.expanded = false;
174 // When we have overflow and a single expanded (text) item, we want to try centering it
204 // Items that get expanded will always be in the set of smallest items when we're done.
226 lp.expanded = true;
264 lp.expanded = true;
273 lp.expanded = true;
299 if (!lp.expanded) continue;
536 public boolean expanded; field in class:ActionMenuView.LayoutParams
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 568 char *expanded; local
612 expanded = expand_macro_single (macro, uri);
616 expanded = expand_macro_single (force_file_uri_macro, uri);
617 if (expanded == NULL)
618 expanded = expand_macro_single (macro, uri);
621 if (expanded)
623 g_string_append (exec, expanded);
624 g_free (expanded);
643 expanded = expand_macro_single (macro, uri);
647 expanded = expand_macro_single (force_file_uri_macro, uri)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 1297 boolean expanded() { return false; } method in class:CodeIterator.Branch
1316 boolean expanded() { method in class:CodeIterator.LdcW
1355 boolean expanded() { method in class:CodeIterator.Branch16
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 1001 String[] expanded = new String[segments.length * 2]; local
1002 System.arraycopy(segments, 0, expanded, 0, segments.length);
1003 segments = expanded;
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.c 39 variables, as they might otherwise be expanded by user macros.
3560 token_list_t *expanded; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 154 // expanded notifications
283 ExpandedView expanded = (ExpandedView)View.inflate(context, local
286 expanded.setBackgroundColor(0x6000FF80);
288 expanded.mService = this;
319 mExpandedView = expanded;
320 mPile = (NotificationRowLayout)expanded.findViewById(R.id.latestItems);
321 mExpandedContents = mPile; // was: expanded.findViewById(R.id.notificationLinearLayout);
322 mNoNotificationsTitle = (TextView)expanded.findViewById(R.id.noNotificationsTitle);
325 mClearButton = expanded.findViewById(R.id.clear_all_button);
329 mDateView = (DateView)expanded.findViewById(R.id.date)
759 View expanded = null; local
932 View expanded = null; local
    [all...]
  /external/mksh/src/
edit.c 3359 static enum expand_mode expanded = NONE; \/* last input was expanded *\/ variable in typeref:enum:expand_mode
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 

Completed in 1530 milliseconds

1 2