Home
last modified time | relevance | path

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

12

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardStatusView.java55 refresh();
62 refresh();
79 refresh();
112 refresh(); in onFinishInflate()
139 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/native/services/surfaceflinger/
DMessageQueue.h110 void refresh();
DMessageQueue.cpp169 void MessageQueue::refresh() { in refresh() function in android::MessageQueue
DSurfaceFlinger.cpp580 info.fps = float(1e9 / hwConfig.refresh); in getDisplayConfigs()
596 hwConfig.refresh - SF_VSYNC_EVENT_PHASE_OFFSET_NS + 1000000; in getDisplayConfigs()
711 mEventQueue.refresh(); in signalRefresh()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java175 private void refresh() { in refresh() method in KeyguardUserSwitcher
204 refresh();
/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/guide/topics/ui/
Dbinding.jd54 that the data has been changed and it should refresh itself.</p>
/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/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
440 doesn't refresh data is an ineffective use of battery power. In general, your app should either
504 * This method is attached to the refresh button in the layout
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java129 if (cachedInfo.refresh(true)) { in refreshCachedNodeLocked()
DAccessibilityNodeInfo.java696 public boolean refresh(boolean bypassCache) { in refresh() method in AccessibilityNodeInfo
721 public boolean refresh() { in refresh() method in AccessibilityNodeInfo
722 return refresh(false); in refresh()
/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/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/core/java/android/bluetooth/
DBluetoothGatt.java1188 public boolean refresh() { in refresh() method in BluetoothGatt
/frameworks/base/docs/html/training/monetization/
Dads-and-ux.jd62 that takes care of communication, ad refresh, look-and-feel customization, and so on.</p>

12