/external/webkit/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.
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSmsAddress.java | 96 * Returns true of this is a valid CPHS voice message waiting indicator 109 // ^ set/clear indicator (0 = clear) 110 // ^^^ type of indicator (000 = voice) 126 * Returns true if this is a valid CPHS voice message waiting indicator 127 * address indicating a "set" of "indicator 1" of type "voice message 131 // 0x11 means "set" "voice message waiting" "indicator 1" 138 * Returns true if this is a valid CPHS voice message waiting indicator 139 * address indicating a "clear" of "indicator 1" of type "voice message 143 // 0x10 means "clear" "voice message waiting" "indicator 1"
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
package.html | 6 level indicator). You can create most of these in XML as described in <a
|
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 44 * Expandable lists are able to show an indicator beside each item to display 130 /** Left bound for drawing the indicator. */ 133 /** Right bound for drawing the indicator. */ 137 * Left bound for drawing the indicator of a child. Value of 143 * Right bound for drawing the indicator of a child. Value of 149 * Denotes when a child indicator should inherit this bound from the generic 150 * indicator bounds 154 /** The indicator drawn next to a group. */ 157 /** The indicator drawn next to a child. */ 190 // Bounds of the indicator to be draw 255 Drawable indicator; local 341 Drawable indicator; local [all...] |
TabHost.java | 181 // the indicator of the current tab 190 * @param tabSpec Specifies how to create the indicator and content. 195 throw new IllegalArgumentException("you must specify a way to create the tab indicator."); 277 // unhandled key ups change focus to tab indicator for embedded activities 386 * A tab has a tab indicator, content, and a tag that is used to keep 389 * For the tab indicator, your choices are: 410 * Specify a label as the tab indicator. 418 * Specify a label and icon as the tab indicator. 426 * Specify a view as the tab indicator. 466 * Specifies what you do to create a tab indicator [all...] |
TabWidget.java | 144 * Returns the tab indicator view at the given index. 146 * @param index the zero-based index of the tab indicator view to return 147 * @return the tab indicator view at the given index 159 * Returns the number of tab indicator views. 160 * @return the number of tab indicator views. 417 * Provides a way for {@link TabHost} to be notified that the user clicked on a tab indicator. 443 // registered with each tab indicator so we can notify tab host 458 * Let {@link TabHost} know that the user clicked on a tab indicator.
|
RatingBar.java | 31 * {@link android.R.attr#ratingBarStyleSmall}) and the larger indicator-only 139 * Whether this rating bar should only be an indicator (thus non-changeable 142 * @param isIndicator Whether it should be an indicator. 150 * @return Whether this rating bar is only an indicator.
|
/external/bluetooth/bluez/audio/ |
telephony.h | 48 /* Indicator event values */ 130 struct indicator { struct 180 int telephony_ready_ind(uint32_t features, const struct indicator *indicators, 190 /* Helper function for quick indicator updates */ 191 static inline int telephony_update_indicator(struct indicator *indicators, 196 struct indicator *ind = NULL; 208 debug("Telephony indicator \"%s\" %d->%d", desc, ind->val, new_val); 220 static inline int telephony_get_indicator(const struct indicator *indicators,
|
/packages/apps/Phone/src/com/android/phone/ |
InCallMenuItemView.java | 32 * indicator below the text, and an optional icon above the text. 34 * the indicator and icon.) 82 * Sets whether or not this item's "green LED" state indicator 93 * Turns this item's "green LED" state indicator on or off. 139 * absence of the icon or indicator. 152 // Add some top/bottom padding when the indicator and/or icon are 153 // visible (to add a little vertical space between the indicator
|
/packages/apps/Contacts/src/com/android/contacts/ |
ScrollingTabWidget.java | 134 * Returns the tab indicator view at the given index. 136 * @param index the zero-based index of the tab indicator view to return 137 * @return the tab indicator view at the given index 144 * Returns the number of tab indicator views. 146 * @return the number of tab indicator views. 241 * Adds a tab to the list of tabs. The tab's indicator view is specified 245 * @param layoutResId The layout id to be inflated to make the tab indicator. 252 * Adds a tab to the list of tabs. The tab's indicator view must be provided. 280 * user clicked on a tab indicator.
|
/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 */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
roamingMngrTypes.h | 67 INT8 apQualityThreshold; /* Quality indicator (RSSI) to be used when comparing AP List matching quality */ 82 INT8 lowQualityForBackgroungScanCondition; /* Indicator used to increase the background scan period when quality is low. */ 83 INT8 normalQualityForBackgroungScanCondition; /* Indicator used to reduce the background scan period when quality is normal. */
|
/hardware/ti/wlan/wl1271/utils/ |
GenSM.h | 78 TI_BOOL bEventPending; /**< Event pending indicator */ 79 TI_BOOL bInAction; /**< Evenet execution indicator */
|
/system/wlan/ti/wilink_6_1/utils/ |
GenSM.h | 78 TI_BOOL bEventPending; /**< Event pending indicator */ 79 TI_BOOL bInAction; /**< Evenet execution indicator */
|
/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.
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-31255.js | 38 * SUMMARY: JS should treat --> as a single-line comment indicator. 45 * JS already accepted <!-- as a single-line comment indicator. 51 var summary = 'JS should treat --> as a single-line comment indicator'; 60 <!-- HTML comment start is already a single-line JS comment indicator
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
DontPressWithParentLayout.java | 27 * the background of the indicator.
|
/packages/apps/Settings/src/com/android/settings/ |
ProgressCategory.java | 47 * Turn on/off the progress indicator and text on the right.
|
/packages/apps/Camera/src/com/android/camera/ui/ |
HeadUpDisplay.java | 336 BasicIndicator indicator = new BasicIndicator(context, group, iconPref); 337 mIndicatorBar.addComponent(indicator); 338 return indicator; 358 AbstractIndicator indicator = (AbstractIndicator) view; local 362 mPopupWindow.setContent(indicator.getPopupContent()); 365 layoutPopupWindow(indicator); 367 showPopupWindow(indicator);
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneStateListener.java | 32 * waiting indicator (voicemail), and others. 74 * Listen for changes to the message-waiting indicator. 87 * Listen for changes to the call-forwarding indicator. 180 * Callback invoked when the message-waiting indicator changes. 187 * Callback invoked when the call-forwarding indicator changes.
|
/hardware/libhardware/include/hardware/ |
lights.h | 35 * So for example, if your INDICATOR light is in line with your 36 * BUTTONS, it might make sense to also light the INDICATOR
|
/packages/apps/Phone/res/drawable/ |
incall_toggle_button.xml | 24 background and the "toggle" indicator can be separate drawables. 26 focused/enabled/pressed state, and only the toggle indicator
|
/frameworks/base/awt/java/beans/ |
FeatureDescriptor.java | 167 * Sets the preferred indicator. 180 * Sets the hidden indicator. 192 * Sets the expert indicator.
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngrTypes.h | 86 TI_INT8 apQualityThreshold; /**< Quality indicator (RSSI) to be used when comparing AP List matching quality 117 TI_INT8 lowQualityForBackgroungScanCondition; /**< Indicator used to increase the background scan period when quality is low 120 TI_INT8 normalQualityForBackgroungScanCondition;/**< Indicator used to reduce the background scan period when quality is normal
|