Searched defs:indicator (Results 1 - 12 of 12) 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.java91 private void layoutIndicator(View indicator) { argument
96 left = right - indicator.getMeasuredWidth();
99 right = left + indicator.getMeasuredWidth();
101 indicator.layout(
103 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.
295 * Set the up indicator to display when the drawer indicator is not
301 * @param indicator A drawable to use for the up indicator, or null to use
305 public void setHomeAsUpIndicator(Drawable indicator) { argument
[all...]
H A DActionBar.java884 * @param indicator A drawable to use for the up indicator, or null to use the theme's default
890 public void setHomeAsUpIndicator(@Nullable Drawable indicator) {} argument
904 * @param resId Resource ID of a drawable to use for the up indicator, or 0
920 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
939 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
H A DToolbarActionBar.java160 public void setHomeAsUpIndicator(Drawable indicator) { argument
161 mDecorToolbar.setNavigationIcon(indicator);
H A DWindowDecorActionBar.java916 public void setHomeAsUpIndicator(Drawable indicator) { argument
917 mDecorToolbar.setNavigationIcon(indicator);
/frameworks/base/core/java/android/app/
H A DActionBar.java870 * @param indicator A drawable to use for the up indicator, or null to use the theme's default
876 public void setHomeAsUpIndicator(Drawable indicator) { } argument
890 * @param resId Resource ID of a drawable to use for the up indicator, or null
906 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
925 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java159 public void setHomeAsUpIndicator(Drawable indicator) { argument
160 mDecorToolbar.setNavigationIcon(indicator);
H A DWindowDecorActionBar.java933 public void setHomeAsUpIndicator(Drawable indicator) { argument
934 mDecorToolbar.setNavigationIcon(indicator);
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java444 private void addIndicator(TextView indicator, int index) { argument
461 mIndicatorArea.addView(indicator, index);
471 private void removeIndicator(TextView indicator) { argument
473 mIndicatorArea.removeView(indicator);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1304 public void setNavigationIcon(Drawable indicator) { argument
1305 mHomeLayout.setUpIndicator(indicator);

Completed in 342 milliseconds