HomeSort by relevance Sort by last modified time
    Searched defs:bars (Results 1 - 21 of 21) sorted by null

  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
ThemePreviewNavigationBar.java 17 package com.android.layoutlib.bridge.bars;
31 * For small bars, it is identical to {@link NavigationBar}.
32 * But wide bars from {@link NavigationBar} are too wide for the Theme Editor preview.
33 * To solve that problem, {@link ThemePreviewNavigationBar} use the layout for small bars,
TitleBar.java 17 package com.android.layoutlib.bridge.bars;
31 super(context, LinearLayout.HORIZONTAL, "/bars/title_bar.xml", "title_bar.xml",
IconLoader.java 17 package com.android.layoutlib.bridge.bars;
39 // An upper bound on the length of the path for the icon: /bars/v21/ldrtl-xxxhdpi/
OverflowMenuAdapter.java 17 package com.android.layoutlib.bridge.bars;
Config.java 17 package com.android.layoutlib.bridge.bars;
33 private static final String GINGERBREAD_DIR = "/bars/v9/";
34 private static final String JELLYBEAN_DIR = "/bars/v18/";
35 private static final String KITKAT_DIR = "/bars/v19/";
36 private static final String DEFAULT_RESOURCE_DIR = "/bars/v21/";
StatusBar.java 17 package com.android.layoutlib.bridge.bars;
67 super(context, LinearLayout.HORIZONTAL, "/bars/status_bar.xml", "status_bar.xml",
BridgeActionBar.java 17 package com.android.layoutlib.bridge.bars;
NavigationBar.java 17 package com.android.layoutlib.bridge.bars;
41 protected static final String LAYOUT_XML = "/bars/navigation_bar.xml";
42 private static final String LAYOUT_600DP_XML = "/bars/navigation_bar600dp.xml";
AppCompatActionBar.java 17 package com.android.layoutlib.bridge.bars;
CustomBar.java 17 package com.android.layoutlib.bridge.bars;
FrameworkActionBar.java 17 package com.android.layoutlib.bridge.bars;
FrameworkActionBarWrapper.java 17 package com.android.layoutlib.bridge.bars;
  /external/toybox/toys/posix/
grep.c 96 char *bars = 0; local
193 if (bars) {
194 xputs(bars);
195 bars = 0;
258 // If we discarded a line while displaying context, show bars before next
260 if (discard && mcount) bars = "--";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 174 IActionBars bars = getEditorSite().getActionBars(); local
175 if (bars != null) {
177 bars.setGlobalActionHandler(ActionFactory.UNDO.getId(), action);
180 bars.setGlobalActionHandler(ActionFactory.REDO.getId(), action);
182 bars.updateActionBars();
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BarRenderer.java 43 OVERLAID, // bars are overlaid in descending y-val order (largest val in back)
44 STACKED, // bars are drawn stacked vertically on top of each other
45 SIDE_BY_SIDE // bars are drawn horizontally next to each-other
58 * Sets the width of the bars when using the FIXED_WIDTH render style
124 * BarGroups represent a point on the X axis where a single or group of bars need to be drawn.
166 // when there are gaps in the data or for the first/last bars.
226 * Draw the bars within the barGroup area.
230 Collections.sort(barGroup.bars, new BarComparator());
231 for (Bar b : barGroup.bars) {
249 int width = (int) barGroup.width / barGroup.bars.size();
333 public ArrayList<Bar> bars; field in class:BarRenderer.BarGroup
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 697 static const char bars[] = local
705 bars + sizeof (bars) - 1 - MIN ((unsigned int) sizeof (bars) - 1, (unsigned int) (sizeof (VBAR) - 1) * level),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 705 IActionBars bars = getEditor().getEditorSite().getActionBars(); local
706 if (bars != null) {
707 canvas.updateGlobalActions(bars);
729 public void setActiveEditor(IEditorPart part, IActionBars bars) {
733 canvas.updateGlobalActions(bars);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 332 milliseconds