Searched refs:remove (Results 376 - 400 of 421) sorted by relevance

<<11121314151617

/frameworks/base/core/java/android/view/
H A DViewGroup.java395 // Used to animate add/remove changes in layout
3372 // Don't prevent other add transitions from completing, but cancel remove
3565 * you need to remove more views.
3571 * @param view the view to remove from the group
3579 * you need to remove more views.
3585 * @param start the index of the first view to remove from the group
3586 * @param count the number of views to remove from the group
3599 * @param index the position in the group of the view to remove
3614 * @param start the first position in the group of the range of views to remove
3615 * @param count the number of views to remove
[all...]
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java180 tokens.remove(i);
515 formatStart.remove(key);
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.cpp138 "failed to remove the oldest entry. "
580 mBuffer.remove();
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp495 sAudioTrackCallBackCookies.remove(lpCookie);
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp233 DrmManagerClientImpl::remove(uniqueId);
/frameworks/base/media/java/android/media/
H A DAudioManager.java1873 // remove locally
1875 mAudioFocusIdListenerMap.remove(getIdForAudioFocusListener(l));
2183 // FIXME remove because we are not using intents anymore between AudioService and RcDisplay
2196 // FIXME remove because we are not using intents anymore between AudioService and RcDisplay
2206 // FIXME remove because we are not using intents anymore between AudioService and RcDisplay
2218 // FIXME remove because we are not using intents anymore between AudioService and RcDisplay
2230 // FIXME remove because we are not using intents anymore between AudioService and RcDisplay
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java189 mStorageMap.remove(storage.getPath());
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1296 event = mEventQueue.remove(0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java542 // Should remove the default image in the frame
821 mRecentTaskDescriptions.remove(ad);
830 // Currently, either direction means the same thing, so ignore direction and remove
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java714 NotificationData.Entry entry = mNotificationData.remove(key);
902 // It failed to add cleanly. Log, and remove the view from the panel.
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java862 mClients.remove(client.asBinder());
3152 enabledSubtypeSet.remove(subtypeHashCode);
3310 // currently enabled. Skip it to remove from the
3405 subtypeHistory.remove(ime);
3597 mSubtypesMap.remove(imiId);
H A DPowerManagerService.java1112 PokeLock rLock = mPokeLocks.remove(token);
3001 return this.remove(index);
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java539 results.remove(i);
H A DUsageStatsService.java101 // To remove last-resume time stats when a pacakge is removed.
647 * Start watching packages to remove stats when a package is uninstalled.
655 mLastResumeTimes.remove(packageName);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java227 // Completely remove from window manager after exit animation?
613 * that will remove the surface, or its app token has been hidden.
648 * that will remove the surface.
817 mAttachedWindow.mChildWindows.remove(this);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnection.java730 mApnList.remove(apnContext);
H A DDataConnectionTracker.java229 // TODO: See if we can remove INTENT_RECONNECT_ALARM
231 // CDMA. If so we can then remove the need for
601 /** TODO: See if we can remove */
680 mDataConnectionAsyncChannels.remove(dcac.dataConnection.getDataConnectionId());
860 // TODO - remove this cdma-only hack and support multiple DCs.
871 // TODO - remove this cdma-only hack and support multiple DCs.
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java527 if (call != null) call.connections.remove(conn);
/frameworks/base/tools/aapt/
H A DZipFile.cpp878 status_t ZipFile::remove(ZipEntry* pEntry) function in class:ZipFile
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp831 mOut.remove(0, bwr.write_consumed);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java118 "BSE " + bse + " set remove fragment #" + mOps[pos]);
391 public FragmentTransaction remove(Fragment fragment) { method in class:BackStackRecord
/frameworks/base/core/java/android/content/
H A DIntent.java1950 * Broadcast Action: User has expressed the desire to remove the external storage media.
4810 * @param category The category to remove.
4816 mCategories.remove(category);
5635 mExtras.remove(name);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp913 // remove where there are opaque FB layers. however, on some
1072 ssize_t index = mCurrentState.layersSortedByZ.remove(layerBase);
1083 // go away, then remove it from the main list (through a transaction).
1310 ssize_t idx = mLayerPurgatory.remove(l);
/frameworks/base/core/java/android/text/
H A DTextUtils.java314 * not remove any empty strings from the result. For example split("a,", "," ) returns {"a", ""}.
332 * split is empty. This returns []. This does not remove any empty strings from the result.
418 public void remove() { method in class:TextUtils.SimpleStringSplitter
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1313 dependencies.remove(key);

Completed in 1156 milliseconds

<<11121314151617