/frameworks/base/docs/html/training/notify-user/ |
D | display-progress.jd | 43 Notifications can include an animated progress indicator that shows users the status 45 is complete at any time, use the "determinate" form of the indicator 47 "indeterminate" form of the indicator (an activity indicator). 54 To use a progress indicator, call 97 // Sets the progress indicator to a max value, the 137 To display a continuing (indeterminate) activity indicator, add it to your notification with 140 declares that the indicator is indeterminate. The result is an indicator 147 setProgress(0, 0, false)} and then update the notification to remove the activity indicator. 155 // Sets the progress indicator to a max value, the current completion 168 // Sets an activity indicator for an operation of indeterminate length [all …]
|
/frameworks/base/core/java/android/widget/ |
D | ExpandableListView.java | 377 Drawable indicator; in dispatchDraw() local 453 indicator = getIndicator(pos); in dispatchDraw() 454 if (indicator != null) { in dispatchDraw() 456 indicator.setBounds(indicatorRect); in dispatchDraw() 457 indicator.draw(canvas); in dispatchDraw() 477 Drawable indicator; in getIndicator() local 480 indicator = mGroupIndicator; in getIndicator() 482 if (indicator != null && indicator.isStateful()) { in getIndicator() 492 indicator.setState(GROUP_STATE_SETS[stateSetIndex]); in getIndicator() 495 indicator = mChildIndicator; in getIndicator() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | SignalTileView.java | 86 private void layoutIndicator(View indicator) { in layoutIndicator() argument 91 left = right - indicator.getMeasuredWidth(); in layoutIndicator() 94 right = left + indicator.getMeasuredWidth(); in layoutIndicator() 96 indicator.layout( in layoutIndicator() 98 mIconFrame.getBottom() - indicator.getMeasuredHeight(), in layoutIndicator()
|
/frameworks/base/docs/html/training/swipe/ |
D | respond-refresh-request.jd | 37 indicator and calls your app's callback method. Your callback method is 64 remove the progress indicator and update the view contents. 97 displaying the progress indicator and refreshing the app's data. 104 android.support.v4.widget.SwipeRefreshLayout} progress indicator by calling 111 setRefreshing(false)} to remove the refresh progress indicator. 129 // Signal SwipeRefreshLayout to start the progress indicator 151 the progress indicator and removing it when the update has finished. However, 153 you need to explicitly turn the progress indicator on with {@link
|
D | index.jd | 64 …orms a swipe gesture, the SwipeRefreshLayout widget displays a progress indicator until your app f…
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | ActionBarDrawerToggle.java | 315 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 316 if (indicator == null) { in setHomeAsUpIndicator() 320 mHomeAsUpIndicator = indicator; in setHomeAsUpIndicator() 341 Drawable indicator = null; in setHomeAsUpIndicator() local 343 indicator = ContextCompat.getDrawable(mActivity, resId); in setHomeAsUpIndicator() 346 setHomeAsUpIndicator(indicator); in setHomeAsUpIndicator()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | ActionBarDrawerToggle.java | 303 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 304 if (indicator == null) { in setHomeAsUpIndicator() 308 mHomeAsUpIndicator = indicator; in setHomeAsUpIndicator() 329 Drawable indicator = null; in setHomeAsUpIndicator() local 331 indicator = mDrawerLayout.getResources().getDrawable(resId); in setHomeAsUpIndicator() 333 setHomeAsUpIndicator(indicator); in setHomeAsUpIndicator()
|
D | ActionBar.java | 870 public void setHomeAsUpIndicator(@Nullable Drawable indicator) {} in setHomeAsUpIndicator() argument
|
/frameworks/av/media/libstagefright/rtsp/ |
D | AAVCAssembler.cpp | 189 unsigned indicator = data[0]; in addFragmentedNALUnit() local 191 CHECK((indicator & 0x1f) == 28); in addFragmentedNALUnit() 243 || data[0] != indicator in addFragmentedNALUnit()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 34 <li><a href="#FixedProgress">Displaying a fixed-duration progress indicator</a></li> 35 <li><a href="#ActivityIndicator">Displaying a continuing activity indicator</a></li> 695 Notifications can include an animated progress indicator that shows users the status 697 is complete at any time, use the "determinate" form of the indicator 699 "indeterminate" form of the indicator (an activity indicator). 706 To use a progress indicator on platforms starting with Android 4.0, call 716 <h3 id="FixedProgress">Displaying a fixed-duration progress indicator</h3> 750 // Sets the progress indicator to a max value, the 777 <h3 id="ActivityIndicator">Displaying a continuing activity indicator</h3> 779 To display an indeterminate activity indicator, add it to your notification with [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ToolbarActionBar.java | 154 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 155 mDecorToolbar.setNavigationIcon(indicator); in setHomeAsUpIndicator()
|
D | WindowDecorActionBar.java | 913 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 914 mDecorToolbar.setNavigationIcon(indicator); in setHomeAsUpIndicator()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/ |
D | ToolbarActionBar.java | 164 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 165 mDecorToolbar.setNavigationIcon(indicator); in setHomeAsUpIndicator()
|
D | WindowDecorActionBar.java | 887 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 888 mDecorToolbar.setNavigationIcon(indicator); in setHomeAsUpIndicator()
|
/frameworks/base/docs/html/training/animation/ |
D | crossfade.jd | 42 <p>Here's an example of a crossfade from a progress indicator to some text content. 79 indicator and a scrollable text view:
|
D | index.jd | 61 indicator to a view that contains text content.
|
/frameworks/base/core/java/android/app/ |
D | ActionBar.java | 874 public void setHomeAsUpIndicator(Drawable indicator) { } in setHomeAsUpIndicator() argument
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardUtils.java | 619 for (int indicator : escapeIndicators) { in toStringAsParamValue() 620 if (codePoint == indicator) { in toStringAsParamValue()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 88 can be a bit unusual. The tilt is a good indicator of whether the device is
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 79 <td>An on/off button with a light indicator.</td>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 489 int indicator = (int) (mEfCPHS_MWI[0] & 0xf); in getVoiceMessageCount() local 492 if (indicator == 0xA) { in getVoiceMessageCount() 495 } else if (indicator == 0x5) { in getVoiceMessageCount()
|
/frameworks/base/docs/html/training/basics/actionbar/ |
D | styling.jd | 323 <p>To change the indicator used for the <a 402 <!-- tab indicator --> 430 <!-- tab indicator -->
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/ |
D | device_for_input_source.pfw | 6 # As the devices is a mask, use the "in" bit as a direction indicator.
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6-highlights.jd | 106 <h3 id="Battery">Battery usage indicator</h3>
|
/frameworks/base/docs/html/tools/help/ |
D | lint.jd | 149 <td>Don't show the progress indicator.</td>
|