Searched refs:indicator (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java45 * 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 t
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp182 unsigned indicator = data[0]; local
184 CHECK((indicator & 0x1f) == 28);
236 || data[0] != indicator
/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Dsvc_drm.h138 uint8_t indicator; /**< Whether there is a right */ member in struct:_T_DRM_Constraint_Info
/frameworks/base/media/libdrm/mobile1/src/jni/
H A Ddrm1_jni.c485 if (pConstraint->indicator == (uint8_t)DRM_NO_RIGHTS) {
493 if (pConstraint->indicator & DRM_COUNT_CONSTRAINT) {
499 if (pConstraint->indicator & DRM_START_TIME_CONSTRAINT) {
509 if (pConstraint->indicator & DRM_END_TIME_CONSTRAINT) {
519 if (pConstraint->indicator & DRM_INTERVAL_CONSTRAINT) {
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c224 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;
1766 rights->displayRights.indicator = DRM_NO_CONSTRAINT;
1767 rights->playRights.indicator = DRM_NO_CONSTRAINT;
1768 rights->executeRights.indicator = DRM_NO_CONSTRAINT;
1769 rights->printRights.indicator = DRM_NO_CONSTRAINT;
1785 rights->displayRights.indicator = DRM_NO_PERMISSION;
1786 rights->playRights.indicator
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java363 * Sets the SIM voice message waiting indicator records
767 int indicator = (int)(data[0] & 0xf);
770 if (indicator == 0xA) {
773 } else if (indicator == 0x5) {
1351 // Also load CPHS-style voice mail indicator, which stores
1360 // Same goes for Call Forward Status indicator: fetch both
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java622 for (int indicator : escapeIndicators) {
623 if (codePoint == indicator) {

Completed in 2999 milliseconds