Searched defs:remove (Results 51 - 75 of 136) sorted by path

123456

/frameworks/base/libs/hwui/
H A DPathCache.cpp378 mCache.remove(pathsToRemove.itemAt(i));
405 mCache.remove(entry);
413 void PathCache::remove(const SkPath* path, const SkPaint* paint) { function in class:android::uirenderer::PathCache
416 mCache.remove(entry);
H A DProgram.cpp194 void Program::remove() { function in class:android::uirenderer::Program
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp105 void TaskQueue::remove(RenderTask* task) { function in class:android::uirenderer::renderthread::TaskQueue
109 "Cannot remove a task that isn't in the queue!");
200 return 0; // remove the callback
353 void RenderThread::remove(RenderTask* task) { function in class:android::uirenderer::renderthread::RenderThread
355 mQueue.remove(task);
/frameworks/base/location/java/android/location/
H A DGpsStatus.java76 public void remove() { method in class:GpsStatus.SatelliteIterator
H A DLocalListenerHelper.java75 public void remove(@NonNull TListener listener) { method in class:LocalListenerHelper
79 mListeners.remove(listener);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java2277 mDequeuedInputBuffers.remove(index);
2475 mDequeuedInputBuffers.remove(index);
2608 mDequeuedOutputBuffers.remove(index);
2610 info = mDequeuedOutputInfos.remove(index);
2669 mDequeuedOutputBuffers.remove(index);
2671 info = mDequeuedOutputInfos.remove(index);
2775 public void remove(int index) { method in class:MediaCodec.BufferMap
2779 mMap.remove(index);
H A DSubtitleTrack.java141 // remove past cues
143 mActiveCues.remove(cue);
145 it.remove();
174 mCues.remove(cue);
179 mRunsByID.remove(run.mRunID);
190 /* remove all cues (untangle all cross-links) */
417 cues.remove(cue);
419 mCues.remove(timeMs);
446 public void remove(Cue cue) { method in class:SubtitleTrack.CueList
509 public void remove() { method in class:SubtitleTrack.CueList.EntryIterator
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java154 // Update the selection to remove any disappeared IDs.
248 boolean itemChanged = selected ? mSelection.add(id) : mSelection.remove(id);
486 mSelection.remove(id);
758 // Now, iterate through the changes and actually add/remove them to/from the current
766 mProvisionalSelection.remove(id);
805 boolean remove(String id) { method in class:MultiSelectManager.Selection
807 mSelection.remove(id);
1056 mView.getOverlay().remove(mBand);
1761 mOnSelectionChangedListeners.remove(listener);
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMultiValueMap.java52 public T remove(String key, T value) { method in class:MultiValueMap
63 valueIterator.remove();
69 mMap.remove(key);
74 public T remove(T value) { method in class:MultiValueMap
82 valueIterator.remove();
89 iterator.remove();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java298 mAnnounceFilterResult.remove();
626 remove();
630 public void remove() { method in class:SelectPrinterActivity.AnnounceFilterResult
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DPrefs.java109 public static void remove(Context context, @Key String key) { method in class:Prefs
110 get(context).edit().remove(key).apply();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskKeyLruCache.java59 mKeys.remove(taskId);
83 remove(key);
103 final void remove(Task.TaskKey key) { method in class:TaskKeyLruCache
105 mCache.remove(key.id);
106 mKeys.remove(key.id);
H A DTaskStack.java121 mTasks.remove(taskIndex);
142 boolean remove(Task t) { method in class:FilteredTaskList
144 boolean removed = mTasks.remove(t);
595 taskList.remove(t);
596 // Remove it from the group as well, and if it is empty, remove the group
620 mRawTaskList.remove(t);
631 mRawTaskList.remove(t);
860 mGroups.remove(group);
861 mAffinitiesGroups.remove(group.affiliation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerWindowManager.java63 public void remove() { method in class:DividerWindowManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java268 public Entry remove(String key, RankingMap ranking) { method in class:NotificationData
271 removed = mEntries.remove(key);
H A DRemoteInputController.java48 entry /* contains */, null /* remove */);
59 pruneWeakThenRemoveAndContains(null /* contains */, entry /* remove */);
69 mSpinning.remove(key);
89 return pruneWeakThenRemoveAndContains(entry /* contains */, null /* remove */);
96 pruneWeakThenRemoveAndContains(null /* contains */, null /* remove */);
101 * Prunes dangling weak references, removes entries referring to {@param remove} and returns
103 * @param remove if non-null, removes this entry from the active remote inputs
107 NotificationData.Entry contains, NotificationData.Entry remove) {
111 if (item == null || item == remove) {
112 mOpen.remove(
106 pruneWeakThenRemoveAndContains( NotificationData.Entry contains, NotificationData.Entry remove) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java192 mCallbacks.remove(callback);
581 public void remove(Callbacks callback) { method in class:VolumeDialogController.C
582 mCallbackMap.remove(callback);
874 mState.states.remove(stream);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java421 boolean remove(final PendingIntent operation, final IAlarmListener listener) { method in class:AlarmManagerService.Batch
424 Slog.w(TAG, "requested remove() of null operation",
436 alarms.remove(i);
461 boolean remove(final String packageName) { method in class:AlarmManagerService.Batch
464 Slog.w(TAG, "requested remove() of null packageName",
476 alarms.remove(i);
510 alarms.remove(i);
536 boolean remove(final int userHandle) { method in class:AlarmManagerService.Batch
543 alarms.remove(i);
1168 mAlarmBatches.remove(whichBatc
[all...]
H A DConnectivityService.java309 * used to remove a network request, either a listener or a real request
342 * used to remove a pending intent and its associated network request.
550 public void remove(int type, NetworkAgentInfo nai, boolean wasDefault) { method in class:ConnectivityService.LegacyTypeTracker
558 if (!list.remove(nai)) {
579 public void remove(NetworkAgentInfo nai, boolean wasDefault) { method in class:ConnectivityService.LegacyTypeTracker
582 remove(type, nai, wasDefault);
974 } else if (ni.isConnected() && mBlockedAppUids.remove(uid)) {
2215 mNetworkFactoryInfos.remove(msg.obj);
2225 NetworkAgentInfo nai = mNetworkAgentInfos.remove(msg.replyTo);
2229 mNetworkForNetId.remove(na
[all...]
H A DIntentResolver.java193 mFilters.remove(f);
330 public void remove() { method in class:IntentResolver.IteratorWrapper
334 mI.remove();
671 map.remove(name);
H A DNativeDaemonConnector.java487 event = mResponseQueue.remove(sequenceNumber, timeoutMs, logCmd);
608 // The availableResponseCount member is used to track when we can remove this
613 // (it goes to zero) we can remove this object from the mPendingCmds list.
655 PendingCmd pendingCmd = mPendingCmds.remove();
664 // if a matching remove call has already retrieved this we can remove this
666 if (found.availableResponseCount == 0) mPendingCmds.remove(found);
675 public NativeDaemonEvent remove(int cmdNum, long timeoutMs, String logCmd) { method in class:NativeDaemonConnector.ResponseQueue
689 // if a matching add call has already retrieved this we can remove this
691 if (found.availableResponseCount == 0) mPendingCmds.remove(foun
[all...]
H A DTelephonyRegistry.java78 * Eventually we may want to remove the notion of dummy value but for now this
413 remove(r.binder);
425 remove(callback.asBinder());
540 remove(r.binder);
550 remove(r.binder);
558 remove(r.binder);
566 remove(r.binder);
576 remove(r.binder);
584 remove(r.binder);
592 remove(
677 private void remove(IBinder binder) { method in class:TelephonyRegistry
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DTokenCache.java98 TokenLruCache.this.remove(k);
128 Evictor evictor = mTokenEvictors.remove(oldVal.token);
152 // Only cache the token once we can remove it directly or by account.
208 public void remove(String accountType, String token) { method in class:TokenCache
212 public void remove(Account account) { method in class:TokenCache
226 remove(account.type, v.token);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java1009 WaitResult w = mWaitingActivityLaunched.remove(i);
1028 WaitResult w = mWaitingActivityLaunched.remove(i);
1098 list.add(selectedStackList.remove(0));
1316 app.activities.remove(r);
1983 ActivityContainer container = childStacks.remove(containerNdx);
1996 mActivityContainers.remove(stackId);
2127 // resize when we remove task from it below and it is detached from the
2455 // being maximized, i.e. size change. The activity will first remove the old window
2503 // timeout to remove the old window if the replacing window is not coming in time.
2728 mGoingToSleepActivities.remove(
3053 processStoppingActivitiesLocked(boolean remove) argument
[all...]
H A DProcessList.java661 public static final void remove(int pid) { method in class:ProcessList

Completed in 4601 milliseconds

123456