Searched defs:indicator (Results 1 - 11 of 11) sorted by relevance

/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/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/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggle.java52 * indicator with the state of the linked DrawerLayout after <code>onRestoreInstanceState</code>
83 * Set the Action Bar's up indicator drawable and content description.
85 * @param upDrawable - Drawable to set as up indicator
91 * Set the Action Bar's up indicator content description.
230 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
293 * Set the up indicator to display when the drawer indicator is not
299 * @param indicator A drawable to use for the up indicator, or null to use
303 public void setHomeAsUpIndicator(Drawable indicator) { argument
[all...]
H A DActionBar.java864 * @param indicator A drawable to use for the up indicator, or null to use the theme's default
870 public void setHomeAsUpIndicator(@Nullable Drawable indicator) {} argument
884 * @param resId Resource ID of a drawable to use for the up indicator, or 0
900 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
919 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
/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/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java154 public void setHomeAsUpIndicator(Drawable indicator) { argument
155 mDecorToolbar.setNavigationIcon(indicator);
H A DWindowDecorActionBar.java913 public void setHomeAsUpIndicator(Drawable indicator) { argument
914 mDecorToolbar.setNavigationIcon(indicator);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java164 public void setHomeAsUpIndicator(Drawable indicator) { argument
165 mDecorToolbar.setNavigationIcon(indicator);
H A DWindowDecorActionBar.java887 public void setHomeAsUpIndicator(Drawable indicator) { argument
888 mDecorToolbar.setNavigationIcon(indicator);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1302 public void setNavigationIcon(Drawable indicator) { argument
1303 mHomeLayout.setUpIndicator(indicator);

Completed in 776 milliseconds