Searched defs:refresh (Results 1 - 6 of 6) 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
/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
/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/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());
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h316 nsecs_t refresh; member in struct:android::HWComposer::DisplayData
/frameworks/base/core/java/android/view/accessibility/
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);

Completed in 194 milliseconds