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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/YAMLParser/
spec-09-18.data 5 - >1 # Indentation indicator
7 - |+ # Chomping indicator
  /external/webkit/Source/WebCore/manual-tests/
password-caps-lock.html 14 Verify that the caps lock indicator icon is drawn in the password field. Verify that when you open a new window, the password field in the background window no longer has an indicator.
18 If there is no caps lock indicator, or if the indicator remains when the window is inactive, the test has failed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion29.txt 3 android:groupIndicator : Indicator shown beside the group View. [reference]
  /frameworks/base/graphics/java/android/graphics/drawable/
package.html 6 level indicator).</p>
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button_browsertest.cc 41 // By default, show the indicator of the hardware keyboard, which is set
43 std::wstring indicator = input_method->text(); local
44 EXPECT_EQ(L"US", indicator);
  /frameworks/base/docs/html/design/building-blocks/
scrolling.jd 6 <h2 id="indicator">Scroll Indicator</h2>
25 indicator appears even when the user isn't scrolling. Touching or dragging it causes the current
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
__init__.py 16 """Package indicator for gjslint."""
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 98 * Returns true of this is a valid CPHS voice message waiting indicator
111 // ^ set/clear indicator (0 = clear)
112 // ^^^ type of indicator (000 = voice)
128 * Returns true if this is a valid CPHS voice message waiting indicator
129 * address indicating a "set" of "indicator 1" of type "voice message
133 // 0x11 means "set" "voice message waiting" "indicator 1"
140 * Returns true if this is a valid CPHS voice message waiting indicator
141 * address indicating a "clear" of "indicator 1" of type "voice message
145 // 0x10 means "clear" "voice message waiting" "indicator 1"
  /device/samsung/toroplus/overlay/frameworks/base/core/res/res/values/
strings.xml 22 <!-- CDMA Roaming Indicator Strings (non ERI)--> <skip />
23 <!-- Default roaming indicator text -->
  /external/bluetooth/bluedroid/bta/include/
bta_ag_api.h 82 #define BTA_AG_CIND_RES 3 /* Send indicator response for AT+CIND */
84 #define BTA_AG_IND_RES 5 /* Update an indicator value */
238 #define BTA_AG_AT_CIND_EVT 14 /* Read indicator settings */
308 /* indicator constants HFP 1.1 and later */
309 #define BTA_AG_IND_CALL 1 /* position of call indicator */
310 #define BTA_AG_IND_CALLSETUP 2 /* position of callsetup indicator */
311 #define BTA_AG_IND_SERVICE 3 /* position of service indicator */
313 /* indicator constants HFP 1.5 and later */
314 #define BTA_AG_IND_SIGNAL 4 /* position of signal strength indicator */
315 #define BTA_AG_IND_ROAM 5 /* position of roaming indicator */
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
JoystickView.java 69 Drawable indicator = fPressed ? mJoystickPressed : mJoystickNormal; local
74 Utilities.centerAround(x, y, indicator);
75 indicator.draw(canvas);
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css 51 #loading-indicator {
63 #loading-indicator-label {
67 #recent-builds-loading-indicator {
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 45 * Expandable lists are able to show an indicator beside each item to display
131 /** Left bound for drawing the indicator. */
134 /** Right bound for drawing the indicator. */
138 * Left bound for drawing the indicator of a child. Value of
144 * Right bound for drawing the indicator of a child. Value of
150 * Denotes when a child indicator should inherit this bound from the generic
151 * indicator bounds
155 /** The indicator drawn next to a group. */
158 /** The indicator drawn next to a child. */
190 // Bounds of the indicator to be draw
258 Drawable indicator; local
346 Drawable indicator; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
dock_icon.h 23 // Indicates whether the progress indicator should be in an indeterminate state
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.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
__init__.py 16 """Package indicator for gjslint.common."""
  /external/oprofile/libpp/
populate_for_spu.h 23 * checks the first sample file for this indicator.
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java 37 // The orientation compensation for the face indicator to make it look
39 // indicator should be rotated 90 degrees counter-clockwise.
105 // Face indicator is displayed during preview. Do not clear the
126 // Focus indicator is directional. Rotate the matrix and the canvas
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/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.
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 224 licenseInfo->displayRights.indicator = pRights->DisplayConstraint.Indicator;
241 licenseInfo->playRights.indicator = pRights->PlayConstraint.Indicator;
257 licenseInfo->executeRights.indicator = pRights->ExecuteConstraint.Indicator;
274 licenseInfo->printRights.indicator = pRights->PrintConstraint.Indicator;
338 if (0 != (uint8_t)(XXConstraint->Indicator & DRM_NO_CONSTRAINT)) /* Have utter right? */
344 if (0 != (XXConstraint->Indicator & (DRM_START_TIME_CONSTRAINT | DRM_END_TIME_CONSTRAINT | DRM_INTERVAL_CONSTRAINT)))
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 26 #define WRITE_RO_FLAG(whoIsAble, boolValue, Indicator, RIGHTS) do{\
28 Indicator |= RIGHTS;\
59 uint8_t Indicator; /**< Indicate which is constrainted, the first one indicate 0001, second one indicate 0010 */
  /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 */

Completed in 1459 milliseconds

1 2 3 4 5 6 7 8 91011>>