Searched defs:getId (Results 101 - 116 of 116) sorted by relevance

12345

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java1715 public int getId() { method in class:ActionBarView.ExpandedActionViewMenuPresenter
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java469 * @see #getId(int)
487 public int getId(int index) { method in class:LayerDrawable
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java357 public int getId() { method in class:BackStackRecord
H A DFragment.java531 final public int getId() { method in class:Fragment
H A DFragmentManager.java79 * the identifier as returned by {@link #getId} is the only thing that
88 public int getId(); method in interface:FragmentManager.BackStackEntry
2213 int containerId = parent != null ? parent.getId() : 0;
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java113 * AccessibilityActionCompat.ACTION_NEXT_AT_MOVEMENT_GRANULARITY.getId(),
161 * AccessibilityActionCompat.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY.getId(),
204 * AccessibilityActionCompat.ACTION_NEXT_HTML_ELEMENT.getId(), arguments);
225 * AccessibilityActionCompat.ACTION_PREVIOUS_HTML_ELEMENT.getId(), arguments);
282 * info.performAction(AccessibilityActionCompat.ACTION_SET_SELECTION.getId(), arguments);
329 * info.performAction(AccessibilityActionCompat.ACTION_SET_TEXT.getId(), arguments);
357 public int getId() { method in class:AccessibilityNodeInfoCompat.AccessibilityActionCompat
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java2057 public int getId() { method in class:Toolbar.ExpandedActionViewMenuPresenter
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java859 public String getId() { method in class:MediaRouter.RouteInfo
1935 final String id = routeDescriptor.getId();
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java773 long getId() { method in class:Preference
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2149 String8 CameraService::CameraState::getId() const { function in class:android::CameraService::CameraState
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp86 int Camera3Device::getId() const { function in class:android::Camera3Device
1049 if (mInputStream != NULL && id == mInputStream->getId()) {
1550 mInputStream->getId() != inputStreams.data.i32[0]) {
1562 mInputStream->getId(), strerror(-res), res);
1599 stream->getId(), strerror(-res), res);
1707 mInputStream->getId(), strerror(-res), res);
1720 outputStream->getId(), strerror(-res), res);
1749 mInputStream->getId(), strerror(-res), res);
1761 outputStream->getId(), strerror(-res), res);
2493 streamId = stream->getId();
2688 int Camera3Device::RequestThread::getId(const wp<Camera3Device> &device) { function in class:android::Camera3Device::RequestThread
[all...]
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java720 * Returns the ID associated with this view, as per {@link View#getId() View.getId()}.
722 public int getId() { method in class:AssistStructure.ViewNode
727 * If {@link #getId()} is a resource identifier, this is the package name of that
736 * If {@link #getId()} is a resource identifier, this is the type name of that
745 * If {@link #getId()} is a resource identifier, this is the entry name of that
1364 int id = node.getId();
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java982 int actionId = mActions.get(i).getId();
2679 defaultLegacyStandardActions |= action.getId();
2687 parcel.writeInt(action.getId());
2970 return (action.getId() <= LAST_LEGACY_STANDARD_ACTION
2978 if (actionId == currentAction.getId()) {
3275 * info.performAction(AccessibilityAction.ACTION_NEXT_AT_MOVEMENT_GRANULARITY.getId(),
3322 * info.performAction(AccessibilityAction.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY.getId(),
3363 * info.performAction(AccessibilityAction.ACTION_NEXT_HTML_ELEMENT.getId(), arguments);
3382 * info.performAction(AccessibilityAction.ACTION_PREVIOUS_HTML_ELEMENT.getId(), arguments);
3439 * info.performAction(AccessibilityAction.ACTION_SET_SELECTION.getId(), argument
3614 public int getId() { method in class:AccessibilityNodeInfo.AccessibilityAction
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h584 inline int32_t getId() const { return mId; } function in class:android::InputDevice
1008 inline int32_t getDeviceId() { return mDevice->getId(); }
/frameworks/base/core/java/android/view/
H A DView.java1623 * @see #getId()
4482 final int id = mHostView.getId();
4598 final int id = getId();
14780 + "This view's id is " + ViewDebug.resolveId(mContext, getId()) + ". Make sure "
18425 * @see #getId()
18474 public int getId() { method in class:View
18601 int id = getId();
18806 throw new IllegalStateException("View with id " + getId() + ": "
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 564 milliseconds

12345