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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java86 private void layoutIndicator(View indicator) { argument
91 left = right - indicator.getMeasuredWidth();
94 right = left + indicator.getMeasuredWidth();
96 indicator.layout(
98 mIconFrame.getBottom() - indicator.getMeasuredHeight(),
/frameworks/support/v4/java/android/support/v4/app/
H A DActionBarDrawerToggle.java55 * {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} to synchronize the indicator
83 * @return Up indicator drawable as defined in the Activity's theme, or null if one is not
90 * Set the Action Bar's up indicator drawable and content description.
92 * @param upDrawable - Drawable to set as up indicator
98 * Set the Action Bar's up indicator content description.
211 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
220 * @param drawerImageRes A Drawable resource to use as the drawer indicator
242 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
251 * @param animate True to animate the drawer indicator along with the drawer's position.
253 * @param drawerImageRes A Drawable resource to use as the drawer indicator
315 setHomeAsUpIndicator(Drawable indicator) argument
[all...]
/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/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggle.java53 * indicator with the state of the linked DrawerLayout after <code>onRestoreInstanceState</code>
93 * Set the Action Bar's up indicator drawable and content description.
95 * @param upDrawable - Drawable to set as up indicator
101 * Set the Action Bar's up indicator content description.
242 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
305 * Set the up indicator to display when the drawer indicator is not
311 * @param indicator A drawable to use for the up indicator, or null to use
315 public void setHomeAsUpIndicator(Drawable indicator) { argument
[all...]
H A DActionBar.java871 * @param indicator A drawable to use for the up indicator, or null to use the theme's default
877 public void setHomeAsUpIndicator(@Nullable Drawable indicator) {} argument
891 * @param resId Resource ID of a drawable to use for the up indicator, or 0
907 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
926 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
/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/com/android/internal/app/
H A DToolbarActionBar.java152 public void setHomeAsUpIndicator(Drawable indicator) { argument
153 mDecorToolbar.setNavigationIcon(indicator);
H A DWindowDecorActionBar.java895 public void setHomeAsUpIndicator(Drawable indicator) { argument
896 mDecorToolbar.setNavigationIcon(indicator);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java168 public void setHomeAsUpIndicator(Drawable indicator) { argument
169 mDecorToolbar.setNavigationIcon(indicator);
H A DWindowDecorActionBar.java903 public void setHomeAsUpIndicator(Drawable indicator) { argument
904 mDecorToolbar.setNavigationIcon(indicator);
/frameworks/base/core/java/android/app/
H A DActionBar.java868 * @param indicator A drawable to use for the up indicator, or null to use the theme's default
874 public void setHomeAsUpIndicator(Drawable indicator) { } argument
888 * @param resId Resource ID of a drawable to use for the up indicator, or null
904 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
923 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java394 * Sets the SIM voice message waiting indicator records
466 int indicator = (int) (mEfCPHS_MWI[0] & 0xf);
469 if (indicator == 0xA) {
472 } else if (indicator == 0x5) {
1552 // Also load CPHS-style voice mail indicator, which stores
1561 // Same goes for Call Forward Status indicator: fetch both
/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.java1311 public void setNavigationIcon(Drawable indicator) { argument
1312 mHomeLayout.setUpIndicator(indicator);

Completed in 281 milliseconds