Searched refs:other (Results 251 - 275 of 286) sorted by relevance

<<1112

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java118 * An interface for the RemoteAdapter to notify other classes when adapters
756 // Otherwise, preload other indices as necessary
805 RemoteViewsCacheKey other = (RemoteViewsCacheKey) o;
806 return other.filter.equals(filter) && other.widgetId == widgetId;
1155 // Queue up other indices to be preloaded based on this position
H A DGridView.java1958 final View other = getChildAt(i);
1959 other.getDrawingRect(otherRect);
1960 offsetDescendantRectToMyCoords(other, otherRect);
H A DListView.java2026 * @param lookDown Whether to look down for other positions.
2067 * @param lookDown whether to look down for other positions
2431 // if the global result is going to be some other view within this
3513 * Sets the drawable that will be drawn above all other list content.
3526 * @return The drawable that will be drawn above all other list content
3533 * Sets the drawable that will be drawn below all other list content.
3545 * @return The drawable that will be drawn below all other list content
3581 View other = getChildAt(i);
3582 other.getDrawingRect(otherRect);
3583 offsetDescendantRectToMyCoords(other, otherRec
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java62 * {@link #getSessionToken() session token} to other processes to allow them to
65 * To receive commands, media keys, and other events a {@link Callback} must be
90 * System only flag for a session that needs to have priority over all other
135 * user other than your own you must hold the
661 Token other = (Token) obj;
663 if (other.mBinder != null)
665 } else if (!mBinder.asBinder().equals(other.mBinder.asBinder()))
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java165 public boolean equals(Object other) { argument
166 if (!(other instanceof AgentInfo)) {
169 AgentInfo o = (AgentInfo) other;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp271 // been pressed. When it expires, we preempt dispatch and drop all other pending events.
435 // the touch into the other window.
1678 // Unlike key events, generic motion events don't tend to transfer focus to other
2048 // Notify other system components and prepare to start the next dispatch cycle.
2071 // Notify other system components.
3638 // The fallback keycode cannot change at any other point in the lifecycle.
4040 * by synthesizing a key down but that will cause other problems.
4111 // other value and we need to track the motion so we can send cancellation events for
4267 void InputDispatcher::InputState::copyPointerStateTo(InputState& other) const {
4271 for (size_t j = 0; j < other
4422 copyFrom(const TouchState& other) argument
[all...]
H A DInputDispatcher.h188 * and other system components.
230 /* Intercepts a touch, trackball or other motion event before queueing it.
257 * into other applications.
260 * is safe to call while holding other locks. (Most other methods make no such guarantees!)
329 * window associated with the other channel.
723 void copyPointerStateTo(InputState& other) const;
965 void copyFrom(const TouchState& other);
H A DInputReader.cpp1437 void RawPointerData::copyFrom(const RawPointerData& other) { argument
1438 pointerCount = other.pointerCount;
1439 hoveringIdBits = other.hoveringIdBits;
1440 touchingIdBits = other.touchingIdBits;
1443 pointers[i] = other.pointers[i];
1446 idToIndex[id] = other.idToIndex[id];
1480 void CookedPointerData::copyFrom(const CookedPointerData& other) { argument
1481 pointerCount = other.pointerCount;
1482 hoveringIdBits = other.hoveringIdBits;
1483 touchingIdBits = other
[all...]
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs172 "How to build a user experience that leverages other apps available
207 information with other apps, receive information back, and provide a simple and
563 and other network transactions."
1280 "How to use UI components and other APIs from the more recent versions of Android
1309 impairment or other physical disabilities."
1329 while managing the display of other screen components."
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1463 // Check if we need to destroy any services (if no other app widgets are
2701 // Remove hosts and notify providers in other profiles.
2711 // Remove the providers and notify hosts in other profiles.
2923 // profile and not the other way around.
3270 ProviderId other = (ProviderId) obj;
3271 if (uid != other.uid) {
3275 if (other.componentName != null) {
3278 } else if (!componentName.equals(other.componentName)) {
3355 HostId other = (HostId) obj;
3356 if (uid != other
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java282 * some other type of CharSequence if it is styled.
366 default: return "other";
475 * some other type of CharSequence if it is styled.
690 * @param base The base value of this fraction. In other words, a
692 * @param pbase The parent base value of this fraction. In other
1324 * In other words, a Theme is a set of values for resource attributes;
1364 * <var>other</var>. If both of these themes are from the same
1369 * @param other The existing Theme to copy from.
1371 public void setTo(Theme other) { argument
1372 AssetManager.copyTheme(mTheme, other
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h89 * the first set of regions is larger than the other set of regions. The
1359 // to supply meta-data about the attribute; for all other resource types
1483 // Adds mappings from the other DynamicRefTable
1484 status_t addMappings(const DynamicRefTable& other);
1553 * to follow references to other resources to get the "real" value to
1620 status_t setTo(const Theme& other);
1630 * to follow references to other resources to get the "real" value to
1789 // outData (using free(3)). On failure, any status_t value other than
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java108 OnLongClickDelegate(View other) { argument
109 mOtherView = other;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp395 /// section and all other reference to this symbol should refer to this
435 FragmentRef::Create(*frag, 0x0), (ResolveInfo::Visibility) pSym.other());
437 // output all other alias symbols if any
450 (ResolveInfo::Visibility) alias->other());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp535 (ResolveInfo::Visibility)pSym.other());
537 // Output all other alias symbols if any
556 (ResolveInfo::Visibility)alias->other());
/frameworks/base/core/java/android/text/
H A DLayout.java101 * width, and other standard properties.
121 * width, and other standard properties.
812 * the direction other than the paragraph's primary direction.
1095 float other = Math.abs(getPrimaryHorizontal(aft) - horiz);
1097 if (other < dist) {
1098 dist = other;
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java1640 * @param info The other info.
2551 AccessibilityNodeInfoCompat other = (AccessibilityNodeInfoCompat) obj;
2553 if (other.mInfo != null) {
2556 } else if (!mInfo.equals(other.mInfo)) {
/frameworks/base/
H A DAndroid.mk41 LOCAL_SRC_FILES := $(call find-other-java-files,$(FRAMEWORKS_BASE_SUBDIRS))
647 $(call find-other-html-files, $(html_dirs)) \
653 $(call find-other-java-files, $(dirs_to_document)) \
658 $(call find-other-java-files, $(dirs_to_check_apis)) \
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp106 /// section and all other reference to this symbol should refer to this
150 (ResolveInfo::Visibility)pSym.other());
293 // All other dynamic relocations may lead to run-time relocation
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskPersister.java502 * time to clear out other device tasks that have not been restored on this device
769 private TaskRecord createTaskRecordLocked(OtherDeviceTask other) { argument
770 File file = other.mFile;
/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/rs/
H A DrsAllocation.cpp544 bool Allocation::hasSameDims(const Allocation *other) const {
546 *type1 = other->getType();
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h857 void Swap(GLMessage_DataType* other);
1047 void Swap(GLMessage_FrameBuffer* other);
1149 void Swap(GLMessage* other);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2154 //ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
2182 // undefined, then the other is really a better match.
3143 status_t ResTable::Theme::setTo(const Theme& other) argument
3145 //ALOGI("Setting theme %p from theme %p...\n", this, &other);
3147 //other.dumpToLog();
3149 if (&mTable == &other.mTable) {
3154 if (other.mPackages[i] != NULL) {
3155 mPackages[i] = copy_package(other.mPackages[i]);
3168 if (i == 0 && other.mPackages[i] != NULL) {
3169 mPackages[i] = copy_package(other
5940 addMappings(const DynamicRefTable& other) argument
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java287 // Gets invalidated if we go to other port/input.
309 // Do not need to buffer messages other than above
1095 HotplugEventListenerRecord other = (HotplugEventListenerRecord) obj;
1096 return other.mListener == this.mListener;

Completed in 1090 milliseconds

<<1112