Searched defs:other (Results 251 - 260 of 260) sorted by relevance

<<11

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp466 // The data is at least as big as a ResChunk_header, so we can safely validate the other
2241 // than the other.
2247 // than the other.
2264 // because one doesn't have a language and the other has a matching
2276 // better match if the other resource has a country other than
2303 // See if any of the regions is better than the other.
2385 ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
2414 // undefined, then the other is really a better match.
3424 // be shared by other ResTabl
3586 setTo(const Theme& other) argument
6651 addMappings(const DynamicRefTable& other) argument
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1669 void RawPointerData::copyFrom(const RawPointerData& other) { argument
1670 pointerCount = other.pointerCount;
1671 hoveringIdBits = other.hoveringIdBits;
1672 touchingIdBits = other.touchingIdBits;
1675 pointers[i] = other.pointers[i];
1678 idToIndex[id] = other.idToIndex[id];
1712 void CookedPointerData::copyFrom(const CookedPointerData& other) { argument
1713 pointerCount = other.pointerCount;
1714 hoveringIdBits = other.hoveringIdBits;
1715 touchingIdBits = other
[all...]
H A DInputReader.h171 // Zoom speed applies when the fingers are mostly moving relative to each other
247 * and other system components.
352 void copyFrom(const StylusState& other) { argument
353 when = other.when;
354 pressure = other.pressure;
355 buttons = other.buttons;
356 toolType = other.toolType;
402 * on the input reader thread but the InputReader can receive queries from other system
807 void copyFrom(const RawPointerData& other);
843 void copyFrom(const CookedPointerData& other);
1410 copyFrom(const RawState& other) argument
1438 copyFrom(const CookedState& other) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java123 * The other set of position related methods are in the form of
204 * widgets that snap to a page or other coarse-grained barrier.
862 * on other factors (e.g. its parent's size) but this size calculation cannot depend on the
1111 * <p>In contrast to other adapter-backed views such as {@link android.widget.ListView}
1862 // This is necessary since eatRequest calls can be nested in which case the other
2226 * that differs from other ViewGroups.
3227 * screen as a side-effect of other changes)
3230 * screen as a side-effect of other changes)
3571 // On the other hand, if it is the same view holder instance, we run a
3652 ViewHolder other
11115 copyFrom(SavedState other) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java227 // 3 : introduced "_meta" metadata file; no other format change per se
706 // Where we keep our journal files and other bookkeeping
759 public int compareTo(FullBackupEntry other) { argument
760 if (lastBackup < other.lastBackup) return -1;
761 else if (lastBackup > other.lastBackup) return 1;
1068 // Like other async operations, this is entered with the wakelock held
2603 // OP_TYPE_RESTORE_WAIT. On the other hand, OP_TYPE_BACKUP cannot time out and
2892 // In case of any other error, it's backup transport error.
3501 // Any other error here indicates a transport-level failure. That means
3775 * or one of the other BackupTranspor
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java140 * The other set of position related methods are in the form of
233 * widgets that snap to a page or other coarse-grained barrier.
951 * on other factors (e.g. its parent's size) but this size calculation cannot depend on the
1199 * <p>In contrast to other adapter-backed views such as {@link android.widget.ListView}
1992 // This is necessary since eatRequest calls can be nested in which case the other
2365 * that differs from other ViewGroups.
3405 * screen as a side-effect of other changes)
3408 * screen as a side-effect of other changes)
3761 // On the other hand, if it is the same view holder instance, we run a
3842 ViewHolder other
11642 copyFrom(SavedState other) argument
[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/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 400 milliseconds

<<11