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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java47 * Expandable lists are able to show an indicator beside each item to display
137 /** Left bound for drawing the indicator. */
140 /** Right bound for drawing the indicator. */
143 /** Start bound for drawing the indicator. */
146 /** End bound for drawing the indicator. */
150 * Left bound for drawing the indicator of a child. Value of
156 * Right bound for drawing the indicator of a child. Value of
162 * Start bound for drawing the indicator of a child. Value of
168 * End bound for drawing the indicator of a child. Value of
174 * Denotes when a child indicator shoul
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp189 unsigned indicator = data[0]; local
191 CHECK((indicator & 0x1f) == 28);
243 || data[0] != indicator
/frameworks/base/core/java/android/app/
H A DActionBar.java709 * @param indicator A drawable to use for the up indicator, or null to use the theme's default
715 public void setHomeAsUpIndicator(Drawable indicator) { } argument
729 * @param resId Resource ID of a drawable to use for the up indicator, or null
745 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
764 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java384 * Sets the SIM voice message waiting indicator records
801 int indicator = data[0] & 0xf;
804 if (indicator == 0xA) {
807 } else if (indicator == 0x5) {
1406 // Also load CPHS-style voice mail indicator, which stores
1415 // Same goes for Call Forward Status indicator: fetch both
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java823 public void setHomeAsUpIndicator(Drawable indicator) { argument
824 mActionView.setHomeAsUpIndicator(indicator);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java619 for (int indicator : escapeIndicators) {
620 if (codePoint == indicator) {
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1333 public void setHomeAsUpIndicator(Drawable indicator) { argument
1334 mHomeLayout.setUpIndicator(indicator);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java1204 public void setHomeAsUpIndicator(Drawable indicator) { argument
1205 mHomeLayout.setUpIndicator(indicator);

Completed in 460 milliseconds