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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java104 private void layoutIndicator(View indicator) { argument
109 left = right - indicator.getMeasuredWidth();
112 right = left + indicator.getMeasuredWidth();
114 indicator.layout(
116 mIconFrame.getBottom() - indicator.getMeasuredHeight(),
H A DPagedTileLayout.java148 public void setPageIndicator(PageIndicator indicator) { argument
149 mPageIndicator = indicator;
244 // Update bottom padding, useful for removing extra space once the panel page indicator is
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java45 * Expandable lists are able to show an indicator beside each item to display
135 /** Left bound for drawing the indicator. */
138 /** Right bound for drawing the indicator. */
141 /** Start bound for drawing the indicator. */
144 /** End bound for drawing the indicator. */
148 * Left bound for drawing the indicator of a child. Value of
154 * Right bound for drawing the indicator of a child. Value of
160 * Start bound for drawing the indicator of a child. Value of
166 * End bound for drawing the indicator of a child. Value of
172 * Denotes when a child indicator shoul
[all...]
/frameworks/support/legacy/core-ui/src/main/java/androidx/legacy/app/
H A DActionBarDrawerToggle.java61 * {@link Activity#onPostCreate(android.os.Bundle) onPostCreate} to synchronize the indicator
96 * @return Up indicator drawable as defined in the Activity's theme, or null if one is not
103 * Set the Action Bar's up indicator drawable and content description.
105 * @param upDrawable - Drawable to set as up indicator
111 * Set the Action Bar's up indicator content description.
149 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
158 * @param drawerImageRes A Drawable resource to use as the drawer indicator
180 * The provided drawer indicator drawable will animate slightly off-screen as the drawer
189 * @param animate True to animate the drawer indicator along with the drawer's position.
191 * @param drawerImageRes A Drawable resource to use as the drawer indicator
253 setHomeAsUpIndicator(Drawable indicator) argument
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DActionBarDrawerToggle.java54 * indicator with the state of the linked DrawerLayout after <code>onRestoreInstanceState</code>
85 * Set the Action Bar's up indicator drawable and content description.
87 * @param upDrawable - Drawable to set as up indicator
93 * Set the Action Bar's up indicator content description.
227 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
292 * Set the up indicator to display when the drawer indicator is not
298 * @param indicator A drawable to use for the up indicator, or null to use
302 public void setHomeAsUpIndicator(Drawable indicator) { argument
[all...]
H A DToolbarActionBar.java155 public void setHomeAsUpIndicator(Drawable indicator) { argument
156 mDecorToolbar.setNavigationIcon(indicator);
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 null
920 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
939 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
H A DWindowDecorActionBar.java942 public void setHomeAsUpIndicator(Drawable indicator) { argument
943 mDecorToolbar.setNavigationIcon(indicator);
/frameworks/support/frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
H A DConfig.java40 public static final String KEY_INDICATOR = "indicator";
81 boolean indicator) {
85 mIndicator = indicator;
80 update(boolean compatEnabled, boolean replaceAll, boolean downloadable, boolean indicator) argument
H A DConfigLayout.java108 mIndicator = findViewById(R.id.indicator);
/frameworks/support/samples/SupportEmojiDemos/src/main/java/com/example/android/support/text/emoji/
H A DConfig.java40 public static final String KEY_INDICATOR = "indicator";
81 boolean indicator) {
85 mIndicator = indicator;
80 update(boolean compatEnabled, boolean replaceAll, boolean downloadable, boolean indicator) argument
H A DConfigLayout.java108 mIndicator = findViewById(R.id.indicator);
/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.java156 public void setHomeAsUpIndicator(Drawable indicator) { argument
157 mDecorToolbar.setNavigationIcon(indicator);
H A DWindowDecorActionBar.java930 public void setHomeAsUpIndicator(Drawable indicator) { argument
931 mDecorToolbar.setNavigationIcon(indicator);
/frameworks/base/core/java/android/app/
H A DActionBar.java893 * @param indicator A drawable to use for the up indicator, or null to use the theme's default
899 public void setHomeAsUpIndicator(Drawable indicator) { } argument
913 * @param resId Resource ID of a drawable to use for the up indicator, or null
929 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
948 * indicator using {@link #setHomeAsUpIndicator(int)} to indicate more specific
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java619 for (int indicator : escapeIndicators) {
620 if (codePoint == indicator) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java417 * Sets the SIM voice message waiting indicator records
501 int indicator = (int) (mEfCPHS_MWI[0] & 0xf);
504 if (indicator == 0xA) {
507 } else if (indicator == 0x5) {
1670 // Also load CPHS-style voice mail indicator, which stores
1679 // Same goes for Call Forward Status indicator: fetch both
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1304 public void setNavigationIcon(Drawable indicator) { argument
1305 mHomeLayout.setUpIndicator(indicator);

Completed in 445 milliseconds