Home
last modified time | relevance | path

Searched refs:indicator (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/widget/
DExpandableListView.java258 Drawable indicator; in dispatchDraw() local
322 indicator = getIndicator(pos); in dispatchDraw()
323 if (indicator != null) { in dispatchDraw()
325 indicator.setBounds(indicatorRect); in dispatchDraw()
326 indicator.draw(canvas); in dispatchDraw()
346 Drawable indicator; in getIndicator() local
349 indicator = mGroupIndicator; in getIndicator()
351 if (indicator != null && indicator.isStateful()) { in getIndicator()
361 indicator.setState(GROUP_STATE_SETS[stateSetIndex]); in getIndicator()
364 indicator = mChildIndicator; in getIndicator()
[all …]
/frameworks/base/docs/html/design/building-blocks/
Dprogress.jd16 operation will take, use an indeterminate progress indicator.</p>
28 indicator. There are two styles available: a flat bar and a circle. Use the one that best fits the
77 <p>You should only use one activity indicator on screen per activity, and it should appropriately s…
Dscrolling.jd6 <h2 id="indicator">Scroll Indicator</h2>
25 indicator appears even when the user isn't scrolling. Touching or dragging it causes the current
/frameworks/av/media/libstagefright/rtsp/
DAAVCAssembler.cpp182 unsigned indicator = data[0]; in addFragmentedNALUnit() local
184 CHECK((indicator & 0x1f) == 28); in addFragmentedNALUnit()
236 || data[0] != indicator in addFragmentedNALUnit()
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_api.c224 licenseInfo->displayRights.indicator = pRights->DisplayConstraint.Indicator; in drm_getLicenseInfo()
241 licenseInfo->playRights.indicator = pRights->PlayConstraint.Indicator; in drm_getLicenseInfo()
257 licenseInfo->executeRights.indicator = pRights->ExecuteConstraint.Indicator; in drm_getLicenseInfo()
274 licenseInfo->printRights.indicator = pRights->PrintConstraint.Indicator; in drm_getLicenseInfo()
1766 rights->displayRights.indicator = DRM_NO_CONSTRAINT; in SVC_drm_getRightsInfo()
1767 rights->playRights.indicator = DRM_NO_CONSTRAINT; in SVC_drm_getRightsInfo()
1768 rights->executeRights.indicator = DRM_NO_CONSTRAINT; in SVC_drm_getRightsInfo()
1769 rights->printRights.indicator = DRM_NO_CONSTRAINT; in SVC_drm_getRightsInfo()
1785 rights->displayRights.indicator = DRM_NO_PERMISSION; in SVC_drm_getRightsInfo()
1786 rights->playRights.indicator = DRM_NO_PERMISSION; in SVC_drm_getRightsInfo()
[all …]
/frameworks/base/media/libdrm/mobile1/src/jni/
Ddrm1_jni.c485 if (pConstraint->indicator == (uint8_t)DRM_NO_RIGHTS) { in setConstraintFields()
493 if (pConstraint->indicator & DRM_COUNT_CONSTRAINT) { in setConstraintFields()
499 if (pConstraint->indicator & DRM_START_TIME_CONSTRAINT) { in setConstraintFields()
509 if (pConstraint->indicator & DRM_END_TIME_CONSTRAINT) { in setConstraintFields()
519 if (pConstraint->indicator & DRM_INTERVAL_CONSTRAINT) { in setConstraintFields()
/frameworks/base/media/libdrm/mobile1/include/objmng/
Dsvc_drm.h138 uint8_t indicator; /**< Whether there is a right */ member
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSIMRecords.java756 int indicator = (int)(data[0] & 0xf); in handleMessage() local
759 if (indicator == 0xA) { in handleMessage()
762 } else if (indicator == 0x5) { in handleMessage()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardUtils.java622 for (int indicator : escapeIndicators) { in toStringAsParamValue()
623 if (codePoint == indicator) { in toStringAsParamValue()
/frameworks/base/tools/orientationplot/
DREADME.txt86 can be a bit unusual. The tilt is a good indicator of whether the device is
/frameworks/base/docs/html/guide/topics/ui/
Dcontrols.jd79 <td>An on/off button with a light indicator.</td>
Dactionbar.jd522 (left) and the "navigate up" icon (right). The system automatically adds the "up" indicator.</p>
554 <p>To enable the icon for up navigation (which displays the "up" indicator next to the icon), call
/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd105 <h3 id="Battery">Battery usage indicator</h3>
Dandroid-3.1-highlights.jd214 indicator to let users see how much space is available.</p>
/frameworks/base/docs/html/training/design-navigation/
Dmultiple-sizes.jd86 …apsed by hiding contact names and only showing photos and online status indicator icons. Optionall…
Ddescendant-lateral.jd138 …text and/or icons to make optimal use of vertical space. When adjusting indicator heights however,…
/frameworks/base/docs/html/training/implementing-navigation/
Dlateral.jd44 …er to navigate between sibling screens by selecting the appropriate tab indicator available at the…