/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_metadata.cc | 11 refreshing(false),
|
file_system_metadata.h | 24 bool refreshing; member in struct:drive::FileSystemMetadata
|
file_system.cc | 866 metadata.refreshing = change_list_loader_->IsRefreshing(); [all...] |
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
ActionBarHelperHoneycomb.java | 47 public void setRefreshActionItemState(boolean refreshing) { 56 if (refreshing) {
|
ActionBarHelper.java | 87 public abstract void setRefreshActionItemState(boolean refreshing);
|
ActionBarHelperBase.java | 110 public void setRefreshActionItemState(boolean refreshing) { 116 refreshButton.setVisibility(refreshing ? View.GONE : View.VISIBLE); 119 refreshIndicator.setVisibility(refreshing ? View.VISIBLE : View.GONE);
|
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/ |
SwipeRefreshListFragment.java | 75 * refreshing or not. 85 * that it is refreshing or not. 89 public void setRefreshing(boolean refreshing) { 90 mSwipeRefreshLayout.setRefreshing(refreshing);
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/ |
SwipeRefreshListFragment.java | 75 * refreshing or not. 85 * that it is refreshing or not. 89 public void setRefreshing(boolean refreshing) { 90 mSwipeRefreshLayout.setRefreshing(refreshing);
|
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/ |
SwipeRefreshListFragment.java | 75 * refreshing or not. 85 * that it is refreshing or not. 89 public void setRefreshing(boolean refreshing) { 90 mSwipeRefreshLayout.setRefreshing(refreshing);
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
cryptohome.js | 23 '(Auto-refreshing page every ' + interval + 's)';
|
drive_internals.js | 197 (localMetadata['account-metadata-refreshing'] ? ' (refreshing)' : '');
|
/frameworks/support/v4/java/android/support/v4/widget/ |
SwipeRefreshLayout.java | 193 * near the top of the refreshing content. This position is a consistent 216 * of the refreshing content. This position is a consistent location, but 337 * @param refreshing Whether or not the view should show refresh progress. 339 public void setRefreshing(boolean refreshing) { 340 if (refreshing && mRefreshing != refreshing) { 342 mRefreshing = refreshing; 354 setRefreshing(refreshing, false /* notify */); 393 private void setRefreshing(boolean refreshing, final boolean notify) { 394 if (mRefreshing != refreshing) { [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
EntryListFragment.java | 298 * @param refreshing True if an active sync is occuring, false otherwise 301 public void setRefreshActionButtonState(boolean refreshing) { 308 if (refreshing) { 339 // we'll set the status to "not refreshing".
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
EntryListFragment.java | 298 * @param refreshing True if an active sync is occuring, false otherwise 301 public void setRefreshActionButtonState(boolean refreshing) { 308 if (refreshing) { 339 // we'll set the status to "not refreshing".
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
EntryListFragment.java | 298 * @param refreshing True if an active sync is occuring, false otherwise 301 public void setRefreshActionButtonState(boolean refreshing) { 308 if (refreshing) { 339 // we'll set the status to "not refreshing".
|
/bionic/libc/tools/ |
genlibgcc_compat.py | 39 * When refreshing toolchains for new versions or using different architecture
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ManageSimMessages.java | 377 setTitle(getString(R.string.refreshing));
|
/frameworks/base/core/java/android/app/admin/ |
DevicePolicyManager.java | [all...] |
IDevicePolicyManager.aidl | 100 void setActiveAdmin(in ComponentName policyReceiver, boolean refreshing, int userHandle);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/ |
background.js | 256 'Focusing and refreshing count...'); 295 'Refreshing now and rescheduling.'); 318 'Refreshing count...');
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth_device_list.js | 166 * after refreshing the list.
|
/external/chromium_org/remoting/webapp/ |
oauth2.js | 314 * Call a function with an access token, refreshing it first if necessary.
|
session_connector_impl.js | 519 // The plugin will be re-created when the host finished refreshing
|
/external/chromium_org/ui/file_manager/image_loader/ |
request.js | 254 // then forces refreshing the access token.
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
drive_internals_ui.cc | 550 local_metadata.SetBoolean("account-metadata-refreshing", metadata.refreshing); [all...] |