/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardStatusView.java | 49 refresh(); 56 refresh(); 97 refresh(); in onFinishInflate() 100 protected void refresh() { in refresh() method in KeyguardStatusView
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.cpp | 177 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 …]
|
D | HWComposer.h | 316 nsecs_t refresh; member
|
/frameworks/ex/carousel/test/src/com/android/carouseltest/ |
D | TaskSwitcherActivity.java | 220 refresh(); in onCreate() 228 refresh(); in onResume() 242 refresh(); in onConfigurationChanged() 326 private void refresh() { in refresh() method in TaskSwitcherActivity
|
/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/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/base/core/java/android/view/accessibility/ |
D | AccessibilityNodeInfoCache.java | 123 if (cachedInfo.refresh(true)) { in refreshCachedNode()
|
D | AccessibilityNodeInfo.java | 639 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/ |
D | binding.jd | 54 that the data has been changed and it should refresh itself.</p>
|
/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/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 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/ |
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/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/core/java/android/bluetooth/ |
D | BluetoothGatt.java | 1112 public boolean refresh() { in refresh() method in BluetoothGatt
|
/frameworks/base/docs/html/training/monetization/ |
D | ads-and-ux.jd | 62 that takes care of communication, ad refresh, look-and-feel customization, and so on.</p>
|
/frameworks/base/docs/html/design/patterns/ |
D | actionbar.jd | 175 Pre-defined glyphs should be used for certain common actions such as "refresh" and "share." The
|
/frameworks/base/docs/html/training/notepad/ |
D | notepad-ex3.jd | 318 <p>Because the other class now does the work, all this has to do is refresh
|