Searched refs:other (Results 176 - 197 of 197) sorted by relevance

12345678

/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java1130 * @param info The other info.
1962 AccessibilityNodeInfoCompat other = (AccessibilityNodeInfoCompat) obj;
1964 if (other.mInfo != null) {
1967 } else if (!mInfo.equals(other.mInfo)) {
/frameworks/base/
H A DAndroid.mk37 LOCAL_SRC_FILES := $(call find-other-java-files,$(FRAMEWORKS_BASE_SUBDIRS))
465 $(call find-other-html-files, $(html_dirs)) \
471 $(call find-other-java-files, $(dirs_to_document)) \
476 $(call find-other-java-files, $(dirs_to_check_apis)) \
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java2775 public int compareTo(ImeSubtypeListItem other) { argument
2779 if (TextUtils.isEmpty(other.mImeName)) {
2782 if (!TextUtils.equals(mImeName, other.mImeName)) {
2783 return mImeName.toString().compareTo(other.mImeName.toString());
2785 if (TextUtils.equals(mSubtypeName, other.mSubtypeName)) {
2791 if (other.mIsSystemLocale) {
2797 if (other.mIsSystemLanguage) {
2803 if (TextUtils.isEmpty(other.mSubtypeName)) {
2806 return mSubtypeName.toString().compareTo(other.mSubtypeName.toString());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java108 OnLongClickDelegate(View other) { argument
109 mOtherView = other;
/frameworks/base/services/input/
H A DInputDispatcher.h188 * and other system components.
233 /* Intercepts a touch, trackball or other motion event before queueing it.
260 * into other applications.
263 * is safe to call while holding other locks. (Most other methods make no such guarantees!)
332 * window associated with the other channel.
725 void copyPointerStateTo(InputState& other) const;
953 void copyFrom(const TouchState& other);
H A DInputReader.cpp1426 void RawPointerData::copyFrom(const RawPointerData& other) { argument
1427 pointerCount = other.pointerCount;
1428 hoveringIdBits = other.hoveringIdBits;
1429 touchingIdBits = other.touchingIdBits;
1432 pointers[i] = other.pointers[i];
1435 idToIndex[id] = other.idToIndex[id];
1469 void CookedPointerData::copyFrom(const CookedPointerData& other) { argument
1470 pointerCount = other.pointerCount;
1471 hoveringIdBits = other.hoveringIdBits;
1472 touchingIdBits = other
[all...]
/frameworks/base/core/java/android/text/
H A DLayout.java100 * width, and other standard properties.
120 * width, and other standard properties.
811 * the direction other than the paragraph's primary direction.
1094 float other = Math.abs(getPrimaryHorizontal(aft) - horiz);
1096 if (other < dist) {
1097 dist = other;
/frameworks/base/core/java/android/widget/
H A DGridView.java1870 final View other = getChildAt(i);
1871 other.getDrawingRect(otherRect);
1872 offsetDescendantRectToMyCoords(other, otherRect);
H A DListView.java1991 * @param lookDown Whether to look down for other positions.
2032 * @param lookDown whether to look down for other positions
2396 // if the global result is going to be some other view within this
3480 * Sets the drawable that will be drawn above all other list content.
3493 * @return The drawable that will be drawn above all other list content
3500 * Sets the drawable that will be drawn below all other list content.
3512 * @return The drawable that will be drawn below all other list content
3548 View other = getChildAt(i);
3549 other.getDrawingRect(otherRect);
3550 offsetDescendantRectToMyCoords(other, otherRec
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp230 /// section and all other reference to this symbol should refer to this
278 (ResolveInfo::Visibility)pSym.other());
280 // output all other alias symbols if any
296 (ResolveInfo::Visibility)alias->other());
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java71 * currently attached to the grid as children. All other adapter positions do not have
82 * Whenever layout parameters for a known LayoutRecord change, other LayoutRecords before
84 * of columns it spans changes, all bets for other items in the same direction are off
474 // There may be other offscreen views, but we need to maintain
491 // There may be other offscreen views, but we need to maintain
1444 public LayoutParams(ViewGroup.LayoutParams other) { argument
1445 super(other);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h666 void Swap(GLMessage_DataType* other);
856 void Swap(GLMessage_FrameBuffer* other);
958 void Swap(GLMessage* other);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1873 //ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
1901 // undefined, then the other is really a better match.
2560 // This is for finding typeStrings and other common package stuff.
2718 status_t ResTable::Theme::setTo(const Theme& other) argument
2720 //ALOGI("Setting theme %p from theme %p...\n", this, &other);
2722 //other.dumpToLog();
2724 if (&mTable == &other.mTable) {
2729 if (other.mPackages[i] != NULL) {
2730 mPackages[i] = copy_package(other.mPackages[i]);
2743 if (i == 0 && other
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java227 * some other type of CharSequence if it is styled.
311 default: return "other";
420 * some other type of CharSequence if it is styled.
635 * @param base The base value of this fraction. In other words, a
637 * @param pbase The parent base value of this fraction. In other
1181 * In other words, a Theme is a set of values for resource attributes;
1218 * <var>other</var>. If both of these themes are from the same
1223 * @param other The existing Theme to copy from.
1225 public void setTo(Theme other) { argument
1226 AssetManager.copyTheme(mTheme, other
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp99 /// section and all other reference to this symbol should refer to this
147 (ResolveInfo::Visibility)pSym.other());
149 // output all other alias symbols if any
165 (ResolveInfo::Visibility)alias->other());
1391 // All other dynamic relocations may lead to run-time relocation
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java639 final Slider other = mOtherSlider;
/frameworks/base/include/androidfw/
H A DResourceTypes.h77 * the first set of regions is larger than the other set of regions. The
1194 // to supply meta-data about the attribute; for all other resource types
1317 * to follow references to other resources to get the "real" value to
1384 status_t setTo(const Theme& other);
1394 * to follow references to other resources to get the "real" value to
1547 // outData (using free(3)). On failure, any status_t value other than
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp364 bool operator < (const Attribute& other) const {
367 EGLint rhs(other.v);
590 // for displays other than the main display, so we always
2761 * the calling thread to be reused (on the other side) and not
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp91 /// section and all other reference to this symbol should refer to this
138 (ResolveInfo::Visibility)pSym.other());
/frameworks/base/core/java/android/app/
H A DActivityThread.java130 * broadcasts, and other operations on it as the activity
223 final ProviderKey other = (ProviderKey) o;
224 return Objects.equal(authority, other.authority) && userId == other.userId;
1831 // Heap info - other areas
3235 // have a chance for any other pending work (in particular memory
4605 // There was a race! Some other client managed to acquire
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java324 // Lock for state used when installing and doing other long running
1260 // Consider this significant, and wipe away all other
4392 PackageParser.Provider other = mProvidersByAuthority.get(names[j]);
4396 + ((other != null && other.getComponentName() != null)
4397 ? other.getComponentName().getPackageName() : "?"));
4579 * In other words, we're going to unpack the binaries
4862 PackageParser.Provider other = mProvidersByAuthority.get(names[j]);
4866 + ((other != null && other
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1363 // TODO: need to take care other possible output sections
2390 /// isSymbolPreemtible - whether the symbol can be preemted by other
2395 if (pSym.other() != ResolveInfo::Default)

Completed in 841 milliseconds

12345678