HomeSort by relevance Sort by last modified time
    Searched full:divider (Results 1 - 25 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/inspector/front-end/
TimelineGrid.js 70 // Reuse divider elements and labels.
71 var divider = this._dividersElement.firstChild;
77 if (!divider) {
78 divider = document.createElement("div");
79 divider.className = "resources-divider";
80 this._dividersElement.appendChild(divider);
83 dividerLabelBar.className = "resources-divider";
85 label.className = "resources-divider-label";
93 divider.addStyleClass("first")
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.mm 9 // Width of the divider.
12 // Vertical inset from edge of cell to divider start.
15 // Grayscale for the center of the divider.
  /external/chromium/chrome/browser/ui/views/
detachable_toolbar_view.h 18 // The color gradient start value close to the edge of the divider.
20 // The color gradient value for the middle of the divider.
72 // Paint a themed gradient divider at location |x|. |height| is the full
73 // height of the view you want to paint the divider into, not the height of
74 // the divider. The height of the divider will become:
76 // The color of the divider is a gradient starting with |top_color| at the
  /packages/apps/Browser/res/layout-sw600dp/
snapshot_item.xml 47 android:id="@+id/divider"
58 android:layout_toRightOf="@id/divider"
59 android:layout_alignTop="@id/divider"
60 android:layout_alignBottom="@id/divider"
69 android:layout_alignTop="@id/divider"
70 android:layout_alignBottom="@id/divider"
  /packages/apps/Contacts/res/layout/
phone_contact_tile_list.xml 17 <!-- Use LinearLayout + FrameLayout, just to rely on android:divider and android:showDividers -->
24 android:divider="?android:attr/dividerHorizontal"
36 android:divider="@null" />
contact_detail_updates_fragment.xml 22 android:divider="@null"/>
call_log_fragment.xml 23 android:divider="?android:attr/dividerHorizontal"
44 android:divider="@null"
  /packages/apps/Browser/res/layout/
bookmark_thumbnail.xml 36 android:id="@+id/divider"
49 android:layout_toRightOf="@id/divider"
50 android:layout_alignTop="@id/divider"
51 android:layout_alignBottom="@id/divider"
bookmark_sync_wizard.xml 39 android:divider="?android:attr/listDividerAlertDialog"
64 android:divider="?android:attr/listDividerAlertDialog"
  /packages/apps/Settings/res/layout/
preference_bluetooth.xml 22 <!-- Divider -->
24 android:id="@+id/divider"
preference_bluetooth_profile.xml 22 <!-- Divider -->
24 android:id="@+id/divider"
preference_settings_checkbox_widget.xml 33 <!-- Divider -->
35 android:id="@+id/divider"
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogListItemViews.java 39 /** The divider between the primary and secondary actions. */
45 /** The divider to be shown below items. */
66 view.findViewById(R.id.divider),
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_view.h 18 // The opacity of the divider line (at the bottom of the toolbar); used when
  /frameworks/base/docs/html/design/building-blocks/
lists.jd 19 <h4>Section Divider</h4>
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_toolbar_view.mm 121 // Fade in/out the divider.
122 // TODO(viettrungluu): It's not obvious that this divider lines up exactly
127 NSBezierPath* divider = [NSBezierPath bezierPath];
133 [divider moveToPoint:dividerStart];
134 [divider relativeLineToPoint:NSMakePoint(dividerWidth, 0)];
135 [divider stroke];
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 162 // Add a header if this is the first group in an account and hide the divider
166 viewCache.divider.setVisibility(View.GONE);
179 viewCache.divider.setVisibility(View.VISIBLE);
220 public final View divider; field in class:GroupBrowseListAdapter.GroupListItemViewCache
230 divider = view.findViewById(R.id.divider);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestions.java 186 private static class Divider extends Key.Spacer {
189 public Divider(Keyboard.Params params, Drawable icon, int x, int y, int width,
223 final Divider divider = new Divider(params, params.mDivider, x + width, y, local
225 params.onAddKey(divider);
  /external/kernel-headers/original/linux/
mc146818rtc.h 58 /* divider control: refclock values 4.194 / 1.049 MHz / 32.768 kHz */
62 /* 2 values for divider stage reset, others for "testing purposes only" */
  /frameworks/base/core/res/res/layout/
time_picker_holo.xml 41 <!-- divider -->
43 android:id="@+id/divider"
action_menu_layout.xml 21 android:divider="?android:attr/actionBarDivider"
auto_complete_list.xml 23 android:divider="@android:drawable/divider_horizontal_textfield"
  /development/samples/AppNavigation/res/values-v11/
styles.xml 18 <item name="android:divider">?android:attr/dividerHorizontal</item>
  /development/samples/SupportAppNavigation/res/values-v11/
styles.xml 18 <item name="android:divider">?android:attr/dividerHorizontal</item>
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 67 /** Divider that is drawn between all rows */
69 /** Height of the horizontal divider */
71 /** Set of horizontal divider positions where the horizontal divider will be drawn */
74 /** Divider that is drawn between all columns */
76 /** Width of the vertical divider */
78 /** Set of vertical divider positions where the vertical divider will be drawn */
151 // Make sure to have some height for the divider
157 // Make sure to have some width for the divider
    [all...]

Completed in 1794 milliseconds

1 2 3 4 5 6 7 8 91011