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

12

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h145 nsecs_t refresh; member in struct:android::HWComposer::DisplayConfig
H A DHWComposer_hwc1.cpp179 config.refresh = nsecs_t(1e9 / mFbDev->fps);
391 config.refresh = nsecs_t(values[i]);
471 // this returns the last refresh timestamp.
473 // the refresh period and whatever closest timestamp we have.
478 mDisplayData[disp].configs[configId].refresh);
519 return mDisplayData[disp].configs[currentConfig].refresh;
1185 ", refresh=%" PRId64 ", colorTransform=%d\n",
1188 config.refresh, config.colorTransform);
H A DHWComposer_hwc1.h259 nsecs_t refresh; member in struct:android::HWComposer::DisplayConfig
H A DHWC2.h79 void registerRefreshCallback(RefreshCallback refresh);
H A DHWC2On1Adapter.cpp528 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); local
530 refresh(callbackData, displayId);
2558 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); local
2560 refresh(callbackInfo.data, display);
H A DHWC2.cpp228 void Device::registerRefreshCallback(RefreshCallback refresh) argument
230 mRefresh = refresh;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DAsyncListUtilTest.java154 mAsyncListUtil.refresh();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java618 public boolean refresh(Object info); method in interface:AccessibilityNodeInfoCompat.AccessibilityNodeInfoImpl
1222 public boolean refresh(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
1636 public boolean refresh(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoJellybeanMr2Impl
1637 return AccessibilityNodeInfoCompatJellybeanMr2.refresh(info);
3892 * @return Whether the refresh succeeded.
3894 public boolean refresh() { method in class:AccessibilityNodeInfoCompat
3895 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/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java287 cachedDevice.refresh();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java1090 * Clears the internal cache and forces a refresh of the services from the
1094 public boolean refresh() { method in class:BluetoothGatt
1095 if (DBG) Log.d(TAG, "refresh() - device: " + mDevice.getAddress());
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1307 swipe-to-refresh gesture."
1315 <a href="<?cs var:toroot ?>training/swipe/respond-refresh-request.html"
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java512 // Unlocking the system user may require a refresh
674 public void refresh() { method in class:UserSwitcherController.BaseUserAdapter
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger_hwc1.cpp641 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;
784 mEventQueue.refresh();
915 // Signal a refresh if a transaction modified the window state,
1073 // The HWC doesn't support present fences, so use the refresh
1877 // Only continue with the refresh if there is actually new work to do
2795 "present offset %d ns (refresh %" PRId64 " ns)",
2857 " refresh
[all...]
H A DSurfaceFlinger.cpp616 // Normally it's one full refresh period (to give SF a chance to
622 // differences between the ideal and actual refresh rate.
764 mEventQueue.refresh();
911 // Signal a refresh if a transaction modified the window state,
1079 // The HWC doesn't support present fences, so use the refresh
1858 // Only continue with the refresh if there is actually new work to do
2781 "present offset %d ns (refresh %" PRId64 " ns)",
2843 " 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 347 milliseconds

12