/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardStatusView.java | 56 refresh(); 63 refresh(); 80 refresh(); 115 refresh(); in onFinishInflate() 142 private void refresh() { in refresh() method in KeyguardStatusView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PseudoGridView.java | 159 refresh(); in ViewGroupAdapterBridge() 162 private void refresh() { in refresh() method in PseudoGridView.ViewGroupAdapterBridge 198 refresh(); in onChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardUserSwitcher.java | 110 mAdapter.refresh(); in show() 188 private void refresh() { in refresh() method in KeyguardUserSwitcher 227 refresh();
|
D | UserSwitcherController.java | 428 public void refresh() { in refresh() method in UserSwitcherController.BaseUserAdapter
|
/frameworks/native/services/surfaceflinger/ |
D | MessageQueue.h | 110 void refresh();
|
D | MessageQueue.cpp | 169 void MessageQueue::refresh() { in refresh() function in android::MessageQueue
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | UserDetailView.java | 51 mAdapter.refresh(); in refreshAdapter()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | regular_updates.jd | 33 …Life</a> discusses how to build battery-efficient apps that modify their refresh frequency based o… 35 <p>This lesson will examine how your refresh frequency can be varied to best mitigate the effect of… 51 <p>Where polling is required, it's good practice to set the default data refresh frequency of your …
|
D | index.jd | 42 …<dd>This lesson will examine how your refresh frequency can be varied to best mitigate the effect …
|
/frameworks/base/docs/html/training/cloudsync/ |
D | gcm.jd | 201 <li><code>refresh</code> — Your app basically got told to request a dump of 206 <li><code>refresh</code>, <code>feedID</code> — Better: Your app knows to check 208 <li><code>refresh</code>, <code>feedID</code>, <code>timestamp</code> — 209 Best: If the user happened to manually refresh before the GCM message
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.cpp | 179 config.refresh = nsecs_t(1e9 / mFbDev->fps); in HWComposer() 372 config.refresh = nsecs_t(values[i]); in queryDisplayProperties() 456 mDisplayData[disp].configs[configId].refresh); in getRefreshTimestamp() 497 return mDisplayData[disp].configs[currentConfig].refresh; in getRefreshPeriod() 1137 config.xdpi, config.ydpi, config.refresh); in dump()
|
D | HWComposer.h | 258 nsecs_t refresh; member
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | battery-monitoring.jd | 36 is negligible, so in most cases you can maximize your refresh rate whenever the device is connected 80 monitor the charging state for changes and alter your refresh rate accordingly.</p>
|
D | index.jd | 47 <dd>Optimal refresh rates can vary based on how the host device is being used. Learn how to
|
D | connectivity-monitoring.jd | 61 querying the type of the active network, as shown below, you can alter your refresh rate based on
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | binding.jd | 54 that the data has been changed and it should refresh itself.</p>
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
D | NetworkActivity.java | 182 case R.id.refresh: in onOptionsItemSelected()
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 49 providing a refresh button in your user interface. 60 data has changed. This option allows you to refresh data from the server to the device 438 doesn't refresh data is an ineffective use of battery power. In general, your app should either 502 * This method is attached to the refresh button in the layout
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 84 <li>Frame refresh delay: You can specify how often to refresh frames of your animation. The 85 …default is set to refresh every 10 ms, but the speed in which your application can refresh frames… 95 to travel is 40 pixels. Every 10 ms, which is the default frame refresh rate, the object moves 158 android.view.View#invalidate invalidate()} to refresh the View that the object 420 obtain the calculated value for that specific frame refresh by calling {@link 838 method to refresh the screen whenever its properties are changed. The new properties in the {@link
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 153 if (cachedInfo.refresh(true)) { in refreshCachedNodeLocked()
|
D | AccessibilityNodeInfo.java | 698 public boolean refresh(boolean bypassCache) { in refresh() method in AccessibilityNodeInfo 723 public boolean refresh() { in refresh() method in AccessibilityNodeInfo 724 return refresh(true); in refresh()
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 439 another Activity. To refresh the Pixel Perfect pane and the Loupe pane, click 441 to reflect the current screen image. You still may need to refresh the View Object pane; 445 To automatically refresh the panes while you are debugging, set 446 <strong>Auto Refresh</strong> at the top of the window, and then set a refresh rate
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-custom-suggestions.jd | 693 is quickly displayed with whatever data was most recently available until the refresh query 695 refresh query is sent to your content provider with a URI path of {@link 701 <p>If a suggestion refers to data that could take longer to refresh, such as a network-based 702 refresh, you can also add the {@link 705 of "true" in order to show a progress spinner for the right hand icon until the refresh is complete. 715 refresh query returns.)</p></li>
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | managing.jd | 239 which sets {@code refreshDisplay} to true. This causes the display to refresh when the user 422 // to refresh the display or keep the current display.
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | information.jd | 61 minute. You can also refresh contextual data when the device switches from ambient to interactive
|