Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardStatusView.java56 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/
DPseudoGridView.java159 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/
DKeyguardUserSwitcher.java110 mAdapter.refresh(); in show()
188 private void refresh() { in refresh() method in KeyguardUserSwitcher
227 refresh();
DUserSwitcherController.java428 public void refresh() { in refresh() method in UserSwitcherController.BaseUserAdapter
/frameworks/native/services/surfaceflinger/
DMessageQueue.h110 void refresh();
DMessageQueue.cpp169 void MessageQueue::refresh() { in refresh() function in android::MessageQueue
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserDetailView.java51 mAdapter.refresh(); in refreshAdapter()
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd33 …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 …
Dindex.jd42 …<dd>This lesson will examine how your refresh frequency can be varied to best mitigate the effect …
/frameworks/base/docs/html/training/cloudsync/
Dgcm.jd201 <li><code>refresh</code> &mdash; Your app basically got told to request a dump of
206 <li><code>refresh</code>, <code>feedID</code> &mdash; Better: Your app knows to check
208 <li><code>refresh</code>, <code>feedID</code>, <code>timestamp</code> &mdash;
209 Best: If the user happened to manually refresh before the GCM message
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp179 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()
DHWComposer.h258 nsecs_t refresh; member
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd36 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>
Dindex.jd47 <dd>Optimal refresh rates can vary based on how the host device is being used. Learn how to
Dconnectivity-monitoring.jd61 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/
Dbinding.jd54 that the data has been changed and it should refresh itself.</p>
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
DNetworkActivity.java182 case R.id.refresh: in onOptionsItemSelected()
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd49 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/
Dprop-animation.jd84 <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/
DAccessibilityCache.java153 if (cachedInfo.refresh(true)) { in refreshCachedNodeLocked()
DAccessibilityNodeInfo.java698 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/
Ddebugging-ui.jd439 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/
Dadding-custom-suggestions.jd693 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/
Dmanaging.jd239 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/
Dinformation.jd61 minute. You can also refresh contextual data when the device switches from ambient to interactive

12