Searched refs:refresh (Results 1 - 14 of 14) sorted by last modified time

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp179 config.refresh = nsecs_t(1e9 / mFbDev->fps);
372 config.refresh = nsecs_t(values[i]);
449 // this returns the last refresh timestamp.
451 // the refresh period and whatever closest timestamp we have.
456 mDisplayData[disp].configs[configId].refresh);
497 return mDisplayData[disp].configs[currentConfig].refresh;
1135 result.appendFormat(" %s%zd: %ux%u, xdpi=%f, ydpi=%f, refresh=%" PRId64 "\n",
1137 config.xdpi, config.ydpi, config.refresh);
H A DHWComposer.h258 nsecs_t refresh; member in struct:android::HWComposer::DisplayConfig
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.cpp147 * buffer updates on VSYNC and performs a refresh immediately
151 * perform the buffer updates immediately, but the refresh only
169 void MessageQueue::refresh() { function in class:android::MessageQueue
H A DMessageQueue.h110 void refresh();
H A DSurfaceFlinger.cpp583 info.fps = float(1e9 / hwConfig.refresh);
591 // Normally it's one full refresh period (to give SF a chance to
597 // differences between the ideal and actual refresh rate.
599 hwConfig.refresh - SF_VSYNC_EVENT_PHASE_OFFSET_NS + 1000000;
714 mEventQueue.refresh();
841 // Signal a refresh if a transaction modified the window state,
966 // The HWC doesn't support present fences, so use the refresh
1742 // Only continue with the refresh if there is actually new work to do
2594 "present offset %d ns (refresh %" PRId64 " ns)",
2651 " refresh
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java56 refresh();
62 if (DEBUG) Slog.v(TAG, "refresh statusview showing:" + showing);
63 refresh();
80 refresh();
115 refresh();
142 private void refresh() { method in class:KeyguardStatusView
215 // DateFormat.getBestDateTimePattern is extremely expensive, and refresh is called often.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java159 refresh();
162 private void refresh() { method in class:PseudoGridView.ViewGroupAdapterBridge
198 refresh();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailView.java51 mAdapter.refresh();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java110 mAdapter.refresh();
188 private void refresh() { method in class:KeyguardUserSwitcher
227 refresh();
H A DUserSwitcherController.java428 public void refresh() { method in class:UserSwitcherController.BaseUserAdapter
/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/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java71 * the cache will either refresh some nodes or evict some nodes.
152 // The node changed so we will just refresh it right now.
153 if (cachedInfo.refresh(true)) {
156 // Weird, we could not refresh. Just evict the entire sub-tree.
H A DAccessibilityNodeInfo.java694 * @return Whether the refresh succeeded.
698 public boolean refresh(boolean bypassCache) { method in class:AccessibilityNodeInfo
721 * @return Whether the refresh succeeded.
723 public boolean refresh() { method in class:AccessibilityNodeInfo
724 return refresh(true);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java1184 * Clears the internal cache and forces a refresh of the services from the
1188 public boolean refresh() { method in class:BluetoothGatt
1189 if (DBG) Log.d(TAG, "refresh() - device: " + mDevice.getAddress());

Completed in 237 milliseconds