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

12

/frameworks/support/v7/recyclerview/src/android/support/v7/util/
H A DThreadUtil.java32 void refresh(int generation); method in interface:ThreadUtil.BackgroundCallback
H A DAsyncListUtil.java100 refresh();
117 return; // Will update range will the refresh result arrives.
129 public void refresh() { method in class:AsyncListUtil
131 mBackgroundProxy.refresh(++mRequestedGeneration);
180 // Invalid range may arrive soon after the refresh.
303 public void refresh(int generation) {
H A DMessageThreadUtil.java96 public void refresh(int generation) {
144 callback.refresh(msg.arg1);
/frameworks/support/v4/jellybean-mr2/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatJellybeanMr2.java59 public static boolean refresh(Object info) { method in class:AccessibilityNodeInfoCompatJellybeanMr2
60 return ((AccessibilityNodeInfo) info).refresh();
/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();
117 refresh();
144 private void refresh() { method in class:KeyguardStatusView
221 // DateFormat.getBestDateTimePattern is extremely expensive, and refresh is called often.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java122 mAdapter.refresh();
200 private void refresh() { method in class:KeyguardUserSwitcher
239 refresh();
246 refresh();
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackageItem.java74 return; // Don't refresh for shadow user.
76 mPackageInfo.refresh(s, this);
H A DShortcutPackageInfo.java120 public void refresh(ShortcutService s, ShortcutPackageItem pkg) { method in class:ShortcutPackageInfo
122 s.wtf("Attempted to refresh package info for shadow package " + pkg.getPackageName()
/frameworks/native/services/surfaceflinger/
H A DMessageQueue.h108 void refresh();
H A DMessageQueue.cpp138 * buffer updates on VSYNC and performs a refresh immediately
142 * perform the buffer updates immediately, but the refresh only
156 void MessageQueue::refresh() { function in class:android::MessageQueue
/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/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DThreadUtilTest.java75 public void refresh(int generation) {
77 setResultData("refresh", generation);
130 public void refresh() throws InterruptedException { method in class:ThreadUtilTest
131 initWait("refresh");
134 mBackgroundProxy.refresh(2);
135 Object[] data = waitFor("refresh");
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java58 private int refresh = 0; // 0 is no refresh else refresh = downsample field in class:VrView
192 refresh = 1;
326 refresh = 0;
329 refresh = downSample;
453 if (refresh != 0) {
454 render(refresh);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailView.java54 mAdapter.refresh();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPointPreference.java85 refresh();
150 public void refresh() { method in class:AccessPointPreference
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java62 // We just bound to the service, so refresh the UI for any connected A2DP devices.
73 device.refresh();
H A DHidProfile.java57 // We just bound to the service, so refresh the UI for any connected HID devices.
68 device.refresh();
H A DPbapClientProfile.java64 // We just bound to the service, so refresh the UI for any connected PBAP devices.
75 device.refresh();
H A DCachedBluetoothDevice.java268 refresh();
417 void refresh() { method in class:CachedBluetoothDevice
560 refresh();
642 // will completely refresh the device list when this happens.
H A DA2dpSinkProfile.java62 // We just bound to the service, so refresh the UI for any connected A2DP devices.
73 device.refresh();
H A DHeadsetProfile.java65 // We just bound to the service, so refresh the UI for any connected HFP devices.
77 device.refresh();
H A DHfpClientProfile.java66 // We just bound to the service, so refresh the UI for any connected HFP devices.
78 device.refresh();
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();
/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.

Completed in 2304 milliseconds

12