/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 | 91 private void layoutIndicator(View indicator) { in layoutIndicator() argument 96 left = right - indicator.getMeasuredWidth(); in layoutIndicator() 99 right = left + indicator.getMeasuredWidth(); in layoutIndicator() 101 indicator.layout( in layoutIndicator() 103 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/core-ui/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 | 304 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 305 if (indicator == null) { in setHomeAsUpIndicator() 309 mHomeAsUpIndicator = indicator; in setHomeAsUpIndicator() 330 Drawable indicator = null; in setHomeAsUpIndicator() local 332 indicator = mDrawerLayout.getResources().getDrawable(resId); in setHomeAsUpIndicator() 334 setHomeAsUpIndicator(indicator); in setHomeAsUpIndicator()
|
D | ToolbarActionBar.java | 160 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 161 mDecorToolbar.setNavigationIcon(indicator); in setHomeAsUpIndicator()
|
D | ActionBar.java | 883 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/core/java/com/android/internal/app/ |
D | ToolbarActionBar.java | 159 public void setHomeAsUpIndicator(Drawable indicator) { in setHomeAsUpIndicator() argument 160 mDecorToolbar.setNavigationIcon(indicator); in setHomeAsUpIndicator()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | TextInputLayout.java | 509 private void addIndicator(TextView indicator, int index) { in addIndicator() argument 526 mIndicatorArea.addView(indicator, index); in addIndicator() 536 private void removeIndicator(TextView indicator) { in removeIndicator() argument 538 mIndicatorArea.removeView(indicator); in removeIndicator()
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 38 <li><a href="#FixedProgress">Displaying a fixed-duration progress indicator</a></li> 39 <li><a href="#ActivityIndicator">Displaying a continuing activity indicator</a></li> 540 you provided for the previous notification. The progress indicator 1004 Notifications can include an animated progress indicator that shows users the status 1006 is complete at any time, use the "determinate" form of the indicator 1008 "indeterminate" form of the indicator (an activity indicator). 1015 To use a progress indicator on platforms starting with Android 4.0, call 1025 <h3 id="FixedProgress">Displaying a fixed-duration progress indicator</h3> 1059 // Sets the progress indicator to a max value, the 1086 <h3 id="ActivityIndicator">Displaying a continuing activity indicator</h3> [all …]
|
/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/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/ |
D | device_for_input_source.pfw | 6 # As the devices is a mask, use the "in" bit as a direction indicator.
|
/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/base/core/java/android/app/ |
D | ActionBar.java | 876 public void setHomeAsUpIndicator(Drawable indicator) { } in setHomeAsUpIndicator() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 507 int indicator = (int) (mEfCPHS_MWI[0] & 0xf); in getVoiceMessageCount() local 510 if (indicator == 0xA) { in getVoiceMessageCount() 513 } else if (indicator == 0x5) { in getVoiceMessageCount()
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/notifiers/ |
D | notifications.jd | 745 // Sets the progress indicator to a max value, the 791 // Sets the progress indicator to a max value, the current completion 801 // Sets an activity indicator for an operation of indeterminate length
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/notifiers/ |
D | notifications.jd | 745 // Sets the progress indicator to a max value, the 791 // Sets the progress indicator to a max value, the current completion 801 // Sets an activity indicator for an operation of indeterminate length
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/notifiers/ |
D | notifications.jd | 745 // Sets the progress indicator to a max value, the 791 // Sets the progress indicator to a max value, the current completion 801 // Sets an activity indicator for an operation of indeterminate length
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/notifiers/ |
D | notifications.jd | 745 // Sets the progress indicator to a max value, the 791 // Sets the progress indicator to a max value, the current completion 801 // Sets an activity indicator for an operation of indeterminate length
|