Searched refs:refresh (Results 26 - 46 of 46) sorted by relevance

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DMapProfile.java65 // We just bound to the service, so refresh the UI for any connected MAP devices.
77 device.refresh();
H A DSapProfile.java64 // We just bound to the service, so refresh the UI for any connected SAP devices.
76 device.refresh();
H A DLocalBluetoothProfileManager.java287 cachedDevice.refresh();
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java62 * to refresh the WebView content.
111 // you don't want to refresh the display--this would force the display of
182 case R.id.refresh:
296 // to refresh the display or keep the current display.
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DAsyncListUtilTest.java154 mAsyncListUtil.refresh();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp181 config.refresh = nsecs_t(1e9 / mFbDev->fps);
393 config.refresh = nsecs_t(values[i]);
473 // this returns the last refresh timestamp.
475 // the refresh period and whatever closest timestamp we have.
480 mDisplayData[disp].configs[configId].refresh);
521 return mDisplayData[disp].configs[currentConfig].refresh;
1192 ", refresh=%" PRId64 ", colorMode=%d\n",
1195 config.refresh, config.colorMode);
H A DHWC2.h80 void registerRefreshCallback(RefreshCallback refresh);
H A DHWC2On1Adapter.cpp526 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); local
528 refresh(callbackData, displayId);
2575 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); local
2577 refresh(callbackInfo.data, display);
H A DHWC2.cpp237 void Device::registerRefreshCallback(RefreshCallback refresh) argument
239 mRefresh = refresh;
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaController.java198 public void refresh() { method in class:MediaController
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaController.java198 public void refresh() { method in class:MediaController
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java858 boolean refresh(Object info); method in interface:AccessibilityNodeInfoCompat.AccessibilityNodeInfoImpl
1488 public boolean refresh(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
1957 public boolean refresh(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoJellybeanMr2Impl
1958 return AccessibilityNodeInfoCompatJellybeanMr2.refresh(info);
4356 * @return Whether the refresh succeeded.
4358 public boolean refresh() { method in class:AccessibilityNodeInfoCompat
4359 return IMPL.refresh(mInfo);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java91 * the cache will either refresh some nodes or evict some nodes.
172 // The node changed so we will just refresh it right now.
173 if (cachedInfo.refresh(true)) {
176 // Weird, we could not refresh. Just evict the entire sub-tree.
H A DAccessibilityNodeInfo.java762 * @return Whether the refresh succeeded.
766 public boolean refresh(boolean bypassCache) { method in class:AccessibilityNodeInfo
789 * @return Whether the refresh succeeded.
791 public boolean refresh() { method in class:AccessibilityNodeInfo
792 return refresh(true);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java1088 * Clears the internal cache and forces a refresh of the services from the
1092 public boolean refresh() { method in class:BluetoothGatt
1093 if (DBG) Log.d(TAG, "refresh() - device: " + mDevice.getAddress());
/frameworks/base/docs/html/topic/performance/
H A Dperformance_toc.cs1333 swipe-to-refresh gesture."
1341 <a href="<?cs var:toroot ?>training/swipe/respond-refresh-request.html"
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1289 swipe-to-refresh gesture."
1297 <a href="<?cs var:toroot ?>training/swipe/respond-refresh-request.html"
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java528 // Unlocking the system user may require a refresh
690 public void refresh() { method in class:UserSwitcherController.BaseUserAdapter
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp642 info.fps = float(1e9 / hwConfig.refresh);
650 // Normally it's one full refresh period (to give SF a chance to
656 // differences between the ideal and actual refresh rate.
658 hwConfig.refresh - SF_VSYNC_EVENT_PHASE_OFFSET_NS + 1000000;
833 mEventQueue.refresh();
964 // Signal a refresh if a transaction modified the window state,
1099 // The HWC doesn't support present fences, so use the refresh
1906 // Only continue with the refresh if there is actually new work to do
2886 "present offset %d ns (refresh %" PRId64 " ns)",
2950 " refresh
[all...]
H A DSurfaceFlinger.cpp626 // Normally it's one full refresh period (to give SF a chance to
632 // differences between the ideal and actual refresh rate.
870 mEventQueue.refresh();
1026 // Signal a refresh if a transaction modified the window state,
1185 // The HWC doesn't support present fences, so use the refresh
1985 // Only continue with the refresh if there is actually new work to do
2973 "present offset %d ns (refresh %" PRId64 " ns)",
3037 " refresh-rate : %f fps\n"
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1556 milliseconds

12