Searched refs:refresh (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java49 refresh();
55 if (DEBUG) Slog.v(TAG, "refresh statusview showing:" + showing);
56 refresh();
97 refresh();
100 protected void refresh() { method in class:KeyguardStatusView
139 // DateFormat.getBestDateTimePattern is extremely expensive, and refresh is called often.
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h110 void refresh();
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 DSurfaceFlinger.cpp751 mEventQueue.refresh();
992 // The HWC doesn't support present fences, so use the refresh
2544 " refresh-rate : %f fps\n"
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DTaskSwitcherActivity.java220 refresh();
228 refresh();
242 refresh();
270 // HACK refresh carousel
326 private void refresh() { method in class:TaskSwitcherActivity
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp177 if (disp.refresh == 0) {
178 disp.refresh = nsecs_t(1e9 / mFbDev->fps);
179 ALOGW("getting VSYNC period from fb HAL: %lld", disp.refresh);
181 if (disp.refresh == 0) {
182 disp.refresh = nsecs_t(1e9 / 60.0);
184 mDisplayData[HWC_DISPLAY_PRIMARY].refresh);
364 mDisplayData[disp].refresh = nsecs_t(values[i]);
433 return mDisplayData[disp].refresh;
437 // this returns the last refresh timestamp.
439 // the refresh perio
[all...]
H A DHWComposer.h316 nsecs_t refresh; member in struct:android::HWComposer::DisplayData
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfoCache.java122 // The node changed so we will just refresh it right now.
123 if (cachedInfo.refresh(true)) {
126 // Weird, we could not refresh. Just evict the entire sub-tree.
H A DAccessibilityNodeInfo.java635 * @return Whether the refresh succeeded.
639 public boolean refresh(boolean bypassCache) { method in class:AccessibilityNodeInfo
662 * @return Whether the refresh succeeded.
664 public boolean refresh() { method in class:AccessibilityNodeInfo
665 return refresh(false);
/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/bluetooth/
H A DBluetoothGatt.java1172 * Clears the internal cache and forces a refresh of the services from the
1176 public boolean refresh() { method in class:BluetoothGatt
1177 if (DBG) Log.d(TAG, "refresh() - device: " + mDevice.getAddress());

Completed in 376 milliseconds