Searched defs:id (Results 401 - 425 of 630) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java247 mActivityChooserContent = (LinearLayout) findViewById(R.id.activity_chooser_view_content);
250 mDefaultActivityButton = (FrameLayout) findViewById(R.id.default_activity_button);
253 mDefaultActivityButtonImage = (ImageView) mDefaultActivityButton.findViewById(R.id.image);
255 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button);
285 (ImageView) expandButton.findViewById(R.id.image);
336 * @param resourceId The content description resource id.
516 * @param resourceId The resource id.
581 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
763 TextView titleView = (TextView) convertView.findViewById(R.id.title);
769 if (convertView == null || convertView.getId() != R.id
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java130 public void performEditorAction(int id) { argument
131 dispatchMessage(obtainMessageII(DO_PERFORM_EDITOR_ACTION, id, 0));
134 public void performContextMenuAction(int id) { argument
135 dispatchMessage(obtainMessageII(DO_PERFORM_CONTEXT_MENU_ACTION, id, 0));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java59 public ActionMenuItem(Context context, int group, int id, int categoryOrder, int ordering, argument
62 mId = id;
H A DMenuPopupHelper.java198 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java429 final int id = event.getPointerId(i);
431 logCoords(type, action, i, mTempCoords, id, event);
435 final int id = event.getPointerId(i);
437 logCoords(type, action, i, mTempCoords, id, event);
442 MotionEvent.PointerCoords coords, int id, MotionEvent event) {
496 .append(type).append(" id ").append(id + 1)
554 final int id = event.getPointerId(index);
555 while (NP <= id) {
563 mActivePointerId = id;
441 logCoords(String type, int action, int index, MotionEvent.PointerCoords coords, int id, MotionEvent event) argument
[all...]
H A DScrollingTabContainerView.java358 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java107 * @param id The unique identifier for the keyframe
109 public void addState(@NonNull int[] stateSet, @NonNull Drawable drawable, int id) { argument
114 mState.addStateSet(stateSet, drawable, id);
600 int addStateSet(@NonNull int[] stateSet, @NonNull Drawable drawable, int id) { argument
602 mStateIds.put(index, id);
/frameworks/base/libs/storage/
H A DIMountService.cpp242 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, argument
247 data.writeString16(id);
264 int32_t finalizeSecureContainer(const String16& id) argument
268 data.writeString16(id);
281 int32_t destroySecureContainer(const String16& id) argument
285 data.writeString16(id);
298 int32_t mountSecureContainer(const String16& id, const String16& key, const int32_t ownerUid) argument
302 data.writeString16(id);
319 int32_t unmountSecureContainer(const String16& id, const bool force) argument
323 data.writeString16(id);
337 isSecureContainerMounted(const String16& id) argument
372 getSecureContainerPath(const String16& id, String16& path) argument
390 getSecureContainerList(const String16& id, String16*& containers) argument
[all...]
/frameworks/base/media/java/android/media/
H A DTimedText.java257 * @param id the font ID.
260 public Font(int id, String name) { argument
261 this.ID = id;
598 int id = parcel.readInt();
604 Font font = new Font(id, name);
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java205 int[] id = new int[1];
210 int result = native_setup(new WeakReference<Visualizer>(this), audioSession, id,
222 mId = id[0];
721 int[] id,
719 native_setup(Object audioeffect_this, int audioSession, int[] id, String opPackageName) argument
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java89 * to the media browse service when connecting and retrieving the root id
242 * Gets the root id.
244 * Note that the root id may become invalid or change when when the
292 * the specified id and subscribes to receive updates when they change.
299 * If the id is already subscribed with a different callback then the new
304 * @param parentId The id of the parent media item whose list of children
340 * Unsubscribes for changes to the children of the specified media id.
343 * this id once this method returns.
346 * @param parentId The id of the parent media item whose list of children
373 * parent's id shoul
903 final String id; field in class:MediaBrowser.Subscription
906 Subscription(String id) argument
[all...]
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java108 * Indicates this session supports the play from media id command.
282 bob.append(", active item id=").append(mActiveItemId);
400 * Get the id of the currently active item in the queue. If there is no
404 * @return The id of the currently active item in the queue or
662 * Returns the resource id of the icon in the {@link MediaSession MediaSession's} package.
664 * @return The resource id of the icon in the {@link MediaSession MediaSession's} package.
699 * Creates a {@link CustomAction} builder with the id, name, and icon set.
704 * @param icon The icon resource id of the {@link CustomAction}. This resource id
719 "You must specify an icon resource id t
963 setActiveQueueItemId(long id) argument
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java263 private static TvInputInfo createTvInputInfo(Context context, ResolveInfo service, String id, argument
291 TvInputInfo input = new TvInputInfo(service, id, parentId, inputType, isHardwareInput);
329 * @param id ID of this TV input. Should be generated via generateInputId*().
335 private TvInputInfo(ResolveInfo service, String id, String parentId, int type, argument
338 mId = id;
556 return "TvInputInfo{id=" + mId
593 * Used to generate an input id from a ComponentName.
595 * @param name the component name for generating an input id.
596 * @return the generated input id for the given {@code name}.
603 * Used to generate an input id fro
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java80 private static final String ATTR_ID = "id";
406 static void writeSingleSetting(int version, XmlSerializer serializer, String id, argument
408 if (id == null || isBinary(id) || name == null || isBinary(name)
414 serializer.attribute(null, ATTR_ID, id);
520 String id = parser.getAttributeValue(null, ATTR_ID);
524 mSettings.put(name, new Setting(name, value, packageName, id));
559 private String id; field in class:SettingsState.Setting
565 public Setting(String name, String value, String packageName, String id) { argument
566 mNextId = Math.max(mNextId, Long.valueOf(id)
570 init(String name, String value, String packageName, String id) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java83 Primitive(int id) { argument
84 mID = id;
92 Mesh(long id, RenderScript rs) { argument
93 super(id, rs);
393 long id = mRS.nMeshCreate(vtx, idx, prim);
394 Mesh newMesh = new Mesh(id, mRS);
537 long id = mRS.nMeshCreate(vtx, idx, prim);
538 Mesh newMesh = new Mesh(id, mRS);
H A DScriptGroup.java111 Closure(long id, RenderScript rs) { argument
112 super(id, rs);
147 long id = rs.nClosureCreate(kernelID.getID(rs), mReturnValue.getID(rs),
150 setID(id);
180 long id = rs.nInvokeClosureCreate(invokeID.getID(rs), mFP.getData(), fieldIDs,
183 setID(id);
381 ScriptGroup(long id, RenderScript rs) { argument
382 super(id, rs);
397 long id = rs.nScriptGroup2Create(name, ScriptC.mCachePath, closureIDs);
398 setID(id);
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java128 userId = ActivityManagerNative.getDefault().getCurrentUser().id;
162 currentProfileIds[i] = profiles.get(i).id;
262 // 2) the calling process' user id is identical to the current user id TSMS thinks.
269 + " calling userId = " + userId + ", foreground user id = "
772 pw.print(" "); pw.print("id="); pw.println(info.getId());
960 String id, String locale, Bundle bundle) {
961 mSciId = id;
959 InternalServiceConnection( String id, String locale, Bundle bundle) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java123 final int id; field in class:ServiceRecord.StartItem
137 id = _id;
166 .append(" id=").append(id).append('}');
181 pw.print(" id="); pw.print(si.id);
400 public StartItem findDeliveredStart(int id, boolean remove) { argument
404 if (si.id == id) {
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java83 // Unique id prefix for overlay displays.
313 public void requestModeInTransactionLocked(int id) { argument
315 if (id == 0) {
320 if (mModes[i].getModeId() == id) {
327 Slog.w(TAG, "Unable to locate mode " + id + ", reverting to default.");
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java300 private native void nativeStopBatching(int id); argument
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java453 * @param id Status code of the error
456 public void error(int id, String description) { argument
458 Log.v(LOGTAG, "TestEventHandler: error() called Id:" + id +
468 if (expectErrorId == id) {
472 " got:"+id);
519 expectDetails.append("SslCertificateError id expected:"+
/frameworks/base/tools/aapt2/
H A DXmlFlattener.cpp231 static bool lessAttributeId(const AttributeToFlatten& a, uint32_t id) { argument
232 return a.resourceId < id;
270 if (!result || !result.value().id.isValid() || !result.value().attr) {
276 attrToFlatten.resourceId = result.value().id.id;
317 if (package && package.value() == u"android" && attrToFlatten.xmlAttr->name == u"id") {
440 reference.id = result.value();
493 ResourceId id { str->context.priority };
494 if (id.id
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java448 public void setNetworkId(int id) { argument
449 mNetworkId = id;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExprModel.java45 // each arg list receives a unique id even if it is the same arguments and method.
171 StaticIdentifierExpr id = (StaticIdentifierExpr) expr;
172 if (id.getUserDefinedType().equals(type)) {
173 return id;
250 final StaticIdentifierExpr id = staticIdentifier(alias);
251 L.d("adding import %s as %s klass: %s", type, alias, id.getClass().getSimpleName());
252 id.setUserDefinedType(type);
254 id.addLocation(location);
257 return id;
286 * Give id t
444 getFlag(int id) argument
[all...]
/frameworks/native/libs/input/
H A DVelocityTracker.cpp248 uint32_t id = iterBits.firstMarkedBit(); local
249 uint32_t index = idBits.getIndexOfBit(id);
250 iterBits.clearBit(id);
252 getEstimator(id, &estimator);
255 id, positions[index].x, positions[index].y,
335 bool VelocityTracker::getVelocity(uint32_t id, float* outVx, float* outVy) const { argument
337 if (getEstimator(id, &estimator) && estimator.degree >= 1) {
347 bool VelocityTracker::getEstimator(uint32_t id, Estimator* outEstimator) const { argument
348 return mStrategy->getEstimator(id, outEstimator);
557 bool LeastSquaresVelocityTrackerStrategy::getEstimator(uint32_t id,
714 uint32_t id = iterIdBits.clearFirstMarkedBit(); local
727 getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const argument
847 getEstimator(uint32_t id, VelocityTracker::Estimator* outEstimator) const argument
[all...]

Completed in 8559 milliseconds

<<11121314151617181920>>