/packages/apps/Email/res/menu-sw600dp/ |
message_search_list_fragment_option.xml | 34 android:id="@+id/refresh"
|
/packages/apps/Email/res/menu-sw600dp-port/ |
message_search_list_fragment_option.xml | 34 android:id="@+id/refresh"
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
Window.java | 65 * After each refresh of the windows in the device selector, the windows are
|
/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 114 swap period is the vertical refresh time. If SGI_swap_control or 115 MESA_swap_control are supported, the swap period is the vertical refresh 120 refresh time multiplied by the divisor parameter to
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
debugger-watch-expressions.html | 46 watch expressions do not currently refresh, so the value for <code>a</code> 49 <li><p>Click the "Refresh" button in the Watch Expressions section and the 69 a toString() version of the date. Repeatedly press the Refresh button to see
|
/frameworks/base/docs/html/training/efficient-downloads/ |
regular_updates.jd | 33 <p><a href="{@docRoot}training/monitoring-device-state/index.html">Optimizing Battery Life</a> discusses how to build battery-efficient apps that modify their refresh frequency based on the state of the host device. That includes disabling background service updates when you lose connectivity and reducing the rate of updates when the battery level is low.</p> 35 <p>This lesson will examine how your refresh frequency can be varied to best mitigate the effect of background updates on the underlying wireless radio state machine.</p> 51 <p>Where polling is required, it's good practice to set the default data refresh frequency of your app as low as possible without detracting from the user experience.</p>
|
/frameworks/native/services/surfaceflinger/ |
MessageQueue.cpp | 54 mQueue.mLooper->sendMessage(this, Message(MessageQueue::REFRESH)); 70 case REFRESH: 140 void MessageQueue::refresh() { function in class:android::MessageQueue
|
/sdk/ide_common/src/com/android/ide/common/resources/ |
MultiResourceFile.java | 95 // can notify the ResourceRepository that an ID refresh is needed 120 // We'll need an ID refresh because we deleted items 158 // If we need an ID refresh, ask the repository for that now
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdSelector.java | 331 mRefreshButton.setText("Refresh"); 336 refresh(true); 452 * Refresh the display of Android Virtual Devices. 461 public boolean refresh(boolean reload) { method in class:AvdSelector 481 * This does not refresh the display. Call {@link #refresh(boolean)} to do so. 490 * This does not refresh the display. Call {@link #refresh(boolean)} to do so. 499 * This does not refresh the display. Call {@link #refresh(boolean)} to do so [all...] |
/external/chromium/chrome/browser/autofill/ |
personal_data_manager.h | 91 // The relationship between this and Refresh is subtle. 93 // if we didn't refresh-to-latest before an Autofill window was opened for 97 // invoke Refresh after finishing, to ensure we get into a 98 // consistent state. See Refresh for details. 158 virtual void Refresh();
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebplugindatabase.cpp | 343 // PluginDatabase::setPluginDirectories() does not refresh the database. 344 m_database->refresh(); 356 // PluginDatabase::addExtraPluginDirectory() does refresh the database. 367 void QWebPluginDatabase::refresh() function in class:QWebPluginDatabase 369 m_database->refresh();
|
/frameworks/ex/carousel/test/src/com/android/carouseltest/ |
TaskSwitcherActivity.java | 220 refresh(); method 228 refresh(); method 242 refresh(); method 270 // HACK refresh carousel 326 private void refresh() { method in class:TaskSwitcherActivity
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaListView.java | 68 refresh(true); 78 refresh(true); 217 mWindowAdapter.refresh(mTime, id, searchQuery, forced, refreshEventInfo); 220 public void refresh(boolean forced) { method in class:AgendaListView 221 mWindowAdapter.refresh(mTime, -1, null, forced, false);
|
/frameworks/base/services/java/com/android/server/location/ |
ComprehensiveCountryDetector.java | 70 * The refresh interval when the location based country was used 341 // Schedule the location refresh if the country source is 348 // Cancel the location refresh once the current source is 405 * Schedule the next location refresh. We will do nothing if the scheduled task exists. 410 Slog.d(TAG, "start periodic location refresh timer. Interval: " 418 Slog.d(TAG, "periodic location refresh event. Starts detecting Country code"); 427 * Cancel the scheduled refresh task if it exists
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheLoadingTest.java | 125 cache.refresh(key); 188 cache.refresh(key); 616 cache.refresh(new Object()); 674 cache.refresh(key); 719 cache.refresh(key); 879 cache.refresh(new Object()); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
ProfileView.js | 94 self.refresh(); 140 this.refresh(); 181 refresh: function() 201 child.refresh(); 223 profileNode.refresh(); 341 profileDataGridNode.refresh(); 468 this.refresh(); 483 this.refresh(); 491 this.refresh(); 526 this.refresh(); [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebPluginDatabase.mm | 69 [sharedDatabase refresh]; 216 // we need to save a copy of the additional paths and not cause a refresh of the plugin DB 261 - (void)refresh 264 // -refresh multiple times does not bloat the default pool. 279 // Any plug-ins that were removed from disk since the last refresh should be removed from 425 // refresh. See Radars 4608487 and 4609047.
|
/packages/apps/Email/src/com/android/email/activity/ |
ActionBarController.java | 255 refresh(); method 318 refresh(); method 328 refresh(); method 347 public void refresh() { method in class:ActionBarController 349 // 1. refresh() is called very often. 351 // refresh is often called during a fragment transaction, but updateTitle() may call
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CustomViewFinder.java | 119 public void refresh() { method in class:CustomViewFinder 120 refresh(null /*listener*/, true /* sync */); method 123 public void refresh(final Listener listener) { method in class:CustomViewFinder 124 refresh(listener, false /* sync */); method 127 private void refresh(final Listener listener, boolean sync) { method in class:CustomViewFinder 180 * to refresh itself and then waiting for the answer and returning it.
|
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
WeatherWidgetProvider.java | 66 public static String REFRESH_ACTION = "com.example.android.weatherlistwidget.REFRESH"; 170 // Bind the click intent for the refresh button on the widget 175 rv.setOnClickPendingIntent(R.id.refresh, refreshPendingIntent);
|
/external/guava/guava/src/com/google/common/cache/ |
LoadingCache.java | 143 * {@code key}. If the cache loader associated with this cache performs refresh asynchronously 144 * then this method may return before refresh completes. 148 void refresh(K key); method in interface:LoadingCache
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DeviceProfilesSettings.java | 157 refresh(); method 296 refresh(); method 299 private void refresh() { method in class:DeviceProfilesSettings
|
/cts/tests/tests/webkitsecurity/assets/ |
child-not-removed-from-parent-lineboxes-crash.html | 8 var tags = ['a', 'abbr', 'acronym', 'address', 'applet', 'area', 'article', 'aside', 'audio', 'b', 'base', 'basefont', 'bdo', 'bgsound', 'big', 'blockquote', 'body', 'br', 'button', 'canvas', 'caption', 'center', 'cite', 'code', 'col', 'colgroup', 'command', 'datagrid', 'datalist', 'dcell', 'dcol', 'drow', 'dd', 'del', 'details', 'dfn', 'dir', 'div', 'dl', 'dt', 'em', 'embed', 'fieldset', 'figcaption', 'figure', 'font', 'footer', 'form', 'frame', 'frameset', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'head', 'header', 'hgroup', 'hr', 'html', 'i', 'child', 'image', 'img', 'input', 'ins', 'isindex', 'kbd', 'keygen', 'label', 'layer', 'legend', 'li', 'link', 'listing', 'map', 'mark', 'marquee', 'menu', 'meta', 'meter', 'nav', 'nobr', 'noembed', 'noframes', 'nolayer', 'object', 'ol', 'optgroup', 'option', 'output', 'p', 'param', 'plaintext', 'pre', 'progress', 'q', 'rp', 'rt', 'ruby', 's', 'samp', 'script', 'section', 'select', 'small', 'source', 'span', 'strike', 'strong', 'style', 'sub', 'summary', 'sup', 'table', 'tbody', 'td', 'textarea', 'tfoot', 'th', 'thead', 'title', 'tr', 'track', 'tt', 'u', 'ul', 'var', 'video', 'wbr', 'xmp', 'noscript', 'noscript', 'math', 'mfrac', 'mfenced', 'msubsup', 'mrow', 'mover', 'munder', 'munderover', 'msqrt', 'mroot', 'mi', 'mn', 'mo', 'mtext', 'msub', 'msup', 'ms', 'mglyph', 'malignmark', 'annotation-xml', 'a', 'access', 'anchor', 'br', 'card', 'do', 'fieldset', 'go', 'head', 'img', 'input', 'insertedLegend', 'meta', 'noop', 'onevent', 'optgroup', 'option', 'p', 'postfield', 'prev', 'refresh', 'select', 'setvar', 'table', 'td', 'template', 'timer', 'tr', 'a', 'altGlyph', 'altGlyphDef', 'altGlyphItem', 'animate', 'animateColor', 'animateMotion', 'animateTransform', 'set', 'circle', 'clipPath', 'color_profile', 'cursor', 'defs', 'desc', 'ellipse', 'feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', 'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', 'feTurbulence', 'filter', 'font', 'font_face', 'font_face_format', 'font_face_name', 'font_face_src', 'font_face_uri', 'foreignObject', 'g', 'glyph', 'glyphRef', 'hkern', 'image', 'line', 'linearGradient', 'marker', 'mask', 'metadata', 'missing_glyph', 'mpath', 'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', 'script', 'stop', 'style', 'svg', 'switch', 'symbol', 'text', 'textPath', 'title', 'tref', 'tspan', 'use', 'view', 'vkern']
|
/development/samples/WeatherListWidget/res/layout/ |
widget_layout.xml | 36 android:id="@+id/refresh"
|
/external/chromium/chrome/browser/chromeos/login/ |
registration_screen.h | 86 virtual void Refresh();
|