Searched defs:isRemoved (Results 1 - 8 of 8) sorted by relevance

/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DCallbackRegistry.java214 if (index < 0 || isRemoved(index)) {
225 private boolean isRemoved(int index) { method in class:CallbackRegistry
313 if (!isRemoved(i)) {
329 if (!isRemoved(i)) {
348 if (!isRemoved(i)) {
383 if (!isRemoved(i)) {
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h588 bool isRemoved = false; local
593 while (!isRemoved) {
594 isRemoved = true;
597 isRemoved = false;
601 if (!isRemoved) {
/frameworks/data-binding/internal-prebuilts/com/android/databinding/baseLibrary/1.0-rc3/
H A DbaseLibrary-1.0-rc3.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-baseLibrary.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java755 public boolean isRemoved() { method in class:ExpandableNotificationRow
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3186 if (mState.mTrackOldChangeHolders && holder.isUpdated() && !holder.isRemoved()
3408 && !viewHolder.isRemoved() && !viewHolder.shouldIgnore()) {
3657 if (DEBUG && holder.mPosition == -1 && !holder.isRemoved()) {
4039 if (holder != null && !holder.isRemoved() && getAdapterPositionFor(holder) == position) {
4055 if (holder != null && !holder.isRemoved()) {
4098 if (holder != null && !holder.isRemoved() && holder.getItemId() == id) {
4793 if (holder.isRemoved()) {
5031 if (DEBUG && holder.isRemoved()) {
5264 if (holder.isInvalid() && !holder.isRemoved() && !mAdapter.hasStableIds()) {
5359 && !holder.isInvalid() && (mState.mInPreLayout || !holder.isRemoved())) {
9564 boolean isRemoved() { method in class:RecyclerView.ViewHolder
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 611 milliseconds