/packages/apps/Email/res/menu/ |
email_activity_options.xml | 45 android:id="@+id/refresh"
|
/packages/apps/Email/res/menu-sw600dp/ |
email_activity_options.xml | 40 android:id="@+id/refresh"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkManager.java | 70 // refresh project resources
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiTreeBlock.java | 123 /** Listener to refresh the tree viewer when the parent's node has been updated */ 272 // - One to refresh the tree viewer when the parent's node has been updated 273 // - One to refresh the tree viewer when the framework resources have changed 278 mTreeViewer.refresh(); 319 // If a details part has been created, we need to "refresh" it too. 329 // Refresh the tree, preserving the selection if possible. 330 mTreeViewer.refresh(); 335 changeRootAndDescriptors(mUiRootNode, mDescriptorFilters, false /* refresh */); 337 // Listen on resource framework changes to refresh the tree 380 * @param forceRefresh If tree, forces the tree to refresh [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
DisplayRefreshRateTest.java | 35 * Test that the screen refresh rate claimed by 39 * way of measuring the actual refresh rate.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MenuInflateFromXml.java | 156 // The refresh item is part of the browser group 157 final boolean shouldShowBrowser = !mMenu.findItem(R.id.refresh).isVisible();
|
/external/chromium/chrome/browser/notifications/ |
balloon_collection_impl.h | 82 // Refresh the work area and balloon placement. 103 // Refresh the cached values for work area and drawing metrics.
|
/external/chromium/net/base/ |
sdch_filter.h | 52 META_REFRESH_RECOVERY, // Decoding error being handled by a meta-refresh. 119 // by checking within this mime type (we may do a meta-refresh via html).
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentResultsView.java | 250 resetTabFolders(false/*refresh*/); 261 resetTabFolders(false/*refresh*/); 271 resetTabFolders(false/*refresh*/); 281 resetTabFolders(false/*refresh*/); 298 resetTabFolders(false/*refresh*/); 305 resetTabFolders(false/*refresh*/); 312 resetTabFolders(false/*refresh*/); 319 * or to the previous one if this is just a refresh.
|
/external/mdnsresponder/mDNSCore/ |
uDNS.h | 114 uDNS_LLQ_Entire, // LLQ initial set of answers: Flush any stale records from cache, but assume TTL is 2 x LLQ refresh interval 115 uDNS_LLQ_Events // LLQ event packet: don't flush cache; assume TTL is 2 x LLQ refresh interval
|
/external/quake/quake/src/QW/client/ |
r_shared.h | 21 // r_shared.h: general refresh-related stuff shared between the refresh and the
|
/external/quake/quake/src/WinQuake/ |
gl_screen.cpp | 21 // screen.c -- master for refresh, status bar, console, chat, notify, etc 47 async draw will require the refresh area to be cleared, because it will be 61 the refresh is allways rendered, unless the console is full screen 75 // only the refresh window will be updated unless these variables are flagged 822 WARNING: be very careful calling this from elsewhere, because the refresh 857 // determine size of refresh window 875 // do 3D refresh drawing, and then update the screen 884 // draw any areas not covered by the refresh
|
r_shared.h | 21 // r_shared.h: general refresh-related stuff shared between the refresh and the
|
/external/webkit/Source/WebCore/inspector/front-end/ |
DOMStorageItemsView.js | 39 this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-storage-status-bar-item");
|
/external/webkit/Source/WebCore/platform/chromium/ |
PopupMenuChromium.h | 153 // Refresh the popup values from the PopupMenuClient. 154 void refresh(const IntRect& targetControlRect);
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
PluginInfoStore.cpp | 47 refresh(); 50 void PluginInfoStore::refresh() function in class:WebKit::PluginInfoStore
|
/frameworks/base/docs/html/tools/debugging/ |
debugging-ui.jd | 437 another Activity. To refresh the Pixel Perfect pane and the Loupe pane, click 438 <strong>Refresh Screenshot</strong> at the top of the window. This will change the panes 439 to reflect the current screen image. You still may need to refresh the View Object pane; 440 to do this, click <strong>Refresh Tree</strong> at the top of the window. 443 To automatically refresh the panes while you are debugging, set 444 <strong>Auto Refresh</strong> at the top of the window, and then set a refresh rate 445 with the <strong>Refresh Rate</strong> slider at the bottom of the Loupe pane.
|
/frameworks/support/volley/src/com/android/volley/ |
CacheDispatcher.java | 27 * refresh are enqueued on the specified network queue for processing 127 request.addMarker("cache-hit-refresh-needed");
|
/gdk/samples/quake/jni/ |
gl_screen.cpp | 21 // screen.c -- master for refresh, status bar, console, chat, notify, etc 47 async draw will require the refresh area to be cleared, because it will be 61 the refresh is allways rendered, unless the console is full screen 75 // only the refresh window will be updated unless these variables are flagged 822 WARNING: be very careful calling this from elsewhere, because the refresh 857 // determine size of refresh window 875 // do 3D refresh drawing, and then update the screen 884 // draw any areas not covered by the refresh
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertUtils.java | 71 * Schedules the next alarm to silently refresh the notifications. Note that if there 72 * is a pending silent refresh alarm, it will be replaced with this one.
|
/packages/apps/Email/src/com/android/email/activity/ |
UIControllerBase.java | 316 // TODO: consolidate this refresh with the one that the Fragment itself does. since 780 // Update the refresh button. 781 MenuItem item = menu.findItem(R.id.refresh); 839 case R.id.refresh: 898 * @return true if refresh is in progress for the current mailbox. 903 * @return true if the UI should enable the "refresh" command. 908 * Refresh the action bar and menu items, including the "refreshing" icon. 912 mActionBarController.refresh(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 147 new Thread(mRefreshTask, "Trace Status Refresh Thread").start(); 181 /** Periodically refresh the trace status. */
|
/sdk/ide_common/src/com/android/ide/common/resources/ |
IdGeneratingResourceFile.java | 108 // Ask for an ID refresh since we'll be taking away ID generating items 179 // Ask the repository for an ID refresh
|
SingleResourceFile.java | 83 // Ask for an ID refresh since we're adding an item that will generate an ID 98 // Ask for an ID refresh since we're removing an item that previously generated an ID
|
/system/extras/tests/framebuffer/ |
refresh.c | 103 "refresh rate = %.2f Hz\n", 161 printf("refresh rate = %f Hz\n", (c*1000000000.0 / (double)time));
|