Home
last modified time | relevance | path

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

12

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardStatusView.java49 refresh();
56 refresh();
97 refresh(); in onFinishInflate()
100 protected void refresh() { in refresh() method in KeyguardStatusView
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp177 if (disp.refresh == 0) { in HWComposer()
178 disp.refresh = nsecs_t(1e9 / mFbDev->fps); in HWComposer()
179 ALOGW("getting VSYNC period from fb HAL: %lld", disp.refresh); in HWComposer()
181 if (disp.refresh == 0) { in HWComposer()
182 disp.refresh = nsecs_t(1e9 / 60.0); in HWComposer()
184 mDisplayData[HWC_DISPLAY_PRIMARY].refresh); in HWComposer()
364 mDisplayData[disp].refresh = nsecs_t(values[i]); in queryDisplayProperties()
433 return mDisplayData[disp].refresh; in getRefreshPeriod()
442 return now - ((now - mLastHwVSync[disp]) % mDisplayData[disp].refresh); in getRefreshTimestamp()
1022 i, disp.width, disp.height, disp.xdpi, disp.ydpi, disp.refresh); in dump()
[all …]
DHWComposer.h316 nsecs_t refresh; member
/frameworks/ex/carousel/test/src/com/android/carouseltest/
DTaskSwitcherActivity.java220 refresh(); in onCreate()
228 refresh(); in onResume()
242 refresh(); in onConfigurationChanged()
326 private void refresh() { in refresh() method in TaskSwitcherActivity
/frameworks/native/services/surfaceflinger/
DMessageQueue.h110 void refresh();
DMessageQueue.cpp169 void MessageQueue::refresh() { in refresh() function in android::MessageQueue
/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/base/core/java/android/view/accessibility/
DAccessibilityNodeInfoCache.java123 if (cachedInfo.refresh(true)) { in refreshCachedNode()
DAccessibilityNodeInfo.java639 public boolean refresh(boolean bypassCache) { in refresh() method in AccessibilityNodeInfo
664 public boolean refresh() { in refresh() method in AccessibilityNodeInfo
665 return refresh(false); in refresh()
/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/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.java1112 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>
/frameworks/base/docs/html/design/patterns/
Dactionbar.jd175 Pre-defined glyphs should be used for certain common actions such as "refresh" and "share." The
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex3.jd318 <p>Because the other class now does the work, all this has to do is refresh

12