HomeSort by relevance Sort by last modified time
    Searched full:indicator (Results 51 - 75 of 1146) sorted by null

1 23 4 5 6 7 8 91011>>

  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java 72 * @return the color to be used for indicator on the {@link SlidingTabLayout}
110 * Populate our tab list with tabs. Each item contains a title, indicator color and divider
115 Color.BLUE, // Indicator color
121 Color.RED, // Indicator color
127 Color.YELLOW, // Indicator color
133 Color.GREEN, // Indicator color
175 // Set a TabColorizer to customize the indicator and divider colors. Here we just retrieve
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 66 /** Type indicator for a character stream
68 * a char stream, then you may OR in this value to your type indicator
72 /** Type indicator for a Token stream
74 * a token stream, then you may OR in this value to your type indicator
78 /** Type indicator for a common tree node stream
80 * a common tree node stream, then you may OR in this value to your type indicator
95 /** Input stream type indicator. Sometimes useful for error reporting etc.
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 30 * PagerTabStrip is an interactive indicator of the current, next,
39 * <p>For a non-interactive indicator, see {@link PagerTitleStrip}.</p>
124 * Set the color of the tab indicator bar.
135 * Set the color of the tab indicator bar from a color resource.
144 * @return The current tab indicator color as an 0xRRGGBB value.
192 * current tab indicator color.
207 * current tab indicator color.
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 283 var indicator = $('create-profile-managed-indicator');
287 assertEquals('none', window.getComputedStyle(indicator, null).display,
294 assertEquals('none', window.getComputedStyle(indicator, null).display,
301 assertEquals('inline-block', window.getComputedStyle(indicator, null).display,
303 assertEquals('policy', indicator.getAttribute('controlled-by'));
309 assertEquals('inline-block', window.getComputedStyle(indicator, null).display,
311 assertEquals('policy', indicator.getAttribute('controlled-by'));
317 assertEquals('none', window.getComputedStyle(indicator, null).display,
331 var indicator = $('create-profile-managed-indicator')
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 47 * {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} to synchronize the indicator
72 * @return Up indicator drawable as defined in the Activity's theme, or null if one is not
78 * Set the Action Bar's up indicator drawable and content description.
80 * @param upDrawable - Drawable to set as up indicator
86 * Set the Action Bar's up indicator content description.
175 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
184 * @param drawerImageRes A Drawable resource to use as the drawer indicator
213 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
235 * Enable or disable the drawer indicator. The indicator defaults to enabled
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
execution.py 78 self.indicator = progress_indicator
90 self.indicator.Starting()
92 self.indicator.Done()
138 self.indicator.AboutToRun(test)
149 self.indicator.HasRun(test, has_unexpected_output)
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 43 // There are some views in the ViewGroup before adding the indicator buttons,
45 // remember the count of the non-indicator buttons for getTouchViewIndex().
78 // Calculate if the touch event is on the indicator buttons.
81 // The baseline will be the first indicator button's top minus spacing.
161 // Show or dismiss the side indicator highlight.
IndicatorControlWheel.java 52 // indicator buttons but it needs additional efforts for rotation animation.
174 // Add second-level Indicator Icon.
218 // Check which indicator is touched.
226 // greater than the center of ending indicator
228 // less than the center of starting indicator
241 // range and not for other indicator buttons.
272 // Move over from one indicator to another.
375 // Set the visible range in the first-level indicator wheel.
380 // Set the angle of each component in the first-level indicator wheel.
407 // The radians for the touch sector of an indicator
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_prefs_browsertest.cc 369 << " 'span.controlled-setting-indicator"
374 << " var indicator = {};"
375 << " indicator.value = node.value || '';"
376 << " indicator.controlledBy = node.controlledBy || '';"
377 << " indicator.readOnly = node.readOnly || false;"
378 << " indicator.visible ="
380 << " indicators.push(indicator)"
399 << "Expected to find at least one controlled setting indicator.";
402 for (base::ListValue::const_iterator indicator = indicators->begin();
403 indicator != indicators->end(); ++indicator)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
url_drop_target.mm 26 // Tell the window controller to hide the drop indicator.
63 // Show indicator for drag data supported for tab contents as well as for
75 // Just tell the window controller to update the indicator.
  /frameworks/support/v4/honeycomb/android/support/v4/app/
ActionBarDrawerToggleHoneycomb.java 35 * Before JB-MR2 (API 18) it was not possible to change the home-as-up indicator glyph
58 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
63 Log.w(TAG, "Couldn't set home-as-up indicator");
  /packages/apps/Camera2/src/com/android/camera/ui/
ProgressRenderer.java 51 /** When to hide the progress indicator. */
70 * Shows a progress indicator. If the progress is '100', the progress
71 * indicator will be hidden.
  /external/bison/lib/
fseterr.c 1 /* Set the error indicator of a stream.
68 fputc ('\0', fp); /* This should set the error indicator. */
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 283 UINT8 call_ind; /* CIEV call indicator value */
284 UINT8 callsetup_ind; /* CIEV callsetup indicator value */
285 UINT8 service_ind; /* CIEV service indicator value */
286 UINT8 signal_ind; /* CIEV signal indicator value */
287 UINT8 roam_ind; /* CIEV roam indicator value */
288 UINT8 battchg_ind; /* CIEV battery charge indicator value */
289 UINT8 callheld_ind; /* CIEV call held indicator value */
290 BOOLEAN retry_with_sco_only; /* indicator to try with SCO only when eSCO fails */
  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.h 66 // coordinates) and any indicator of location -- e.g., an arrow -- should be
70 // Dragging is over, and any indicator should be hidden.
url_drop_target.mm 15 // Tell the window controller to hide the drop indicator.
49 // Just tell the window controller to update the indicator.
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.cc 31 // If other active mode indicator widget is shown, close it immedicately
105 // TODO(komatsu): Show the mode indicator in the right bottom of the
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 23 indicator = has_leading_whitespace(line);
24 if (indicator)
  /bionic/tests/
stdio_test.cpp 70 // The last read should have set the end-of-file indicator for the stream.
75 // It should set the end-of-file indicator for the stream, though.
135 // The last read should have set the end-of-file indicator for the stream.
140 // It should set the end-of-file indicator for the stream, though.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar4.java 29 * Demonstrates how to use an indeterminate progress indicator in the window's title bar.
  /development/samples/training/AnimationsDemo/res/layout/
activity_crossfade.xml 24 <!-- The "loading indicator" view. This view overlaps with
  /development/samples/training/AnimationsDemo/res/menu/
activity_crossfade.xml 19 <!-- Toggles between a content view and a loading indicator view. Real-world
  /development/samples/training/threadsample/res/layout/
progress.xml 26 <!-- Shows an activity indicator -->
  /external/bison/darwin-lib/sys/
types.h 40 /* Indicator, for gnulib internal purposes. */
  /external/bison/linux-lib/sys/
types.h 40 /* Indicator, for gnulib internal purposes. */

Completed in 562 milliseconds

1 23 4 5 6 7 8 91011>>