Searched defs:type (Results 126 - 150 of 940) sorted by relevance

1234567891011>>

/frameworks/support/compat/java/android/support/v4/view/
H A DNestedScrollingChild2.java44 * Begin a nestable scroll operation along the given axes, for the given input type.
49 * of a touch scroll type this corresponds to the initial {@link MotionEvent#ACTION_DOWN}.
74 * @param type the type of input which cause this scroll event
82 boolean startNestedScroll(@ScrollAxis int axes, @NestedScrollType int type); argument
85 * Stop a nested scroll in progress for the given input type.
89 * @param type the type of input which cause this scroll event
92 void stopNestedScroll(@NestedScrollType int type); argument
95 * Returns true if this view has a nested scrolling parent for the given input type
104 hasNestedScrollingParent(@estedScrollType int type) argument
130 dispatchNestedScroll(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
154 dispatchNestedPreScroll(int dx, int dy, @Nullable int[] consumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) argument
[all...]
/frameworks/av/camera/include/camera/ndk/
H A DNdkCameraMetadata.h49 * ACameraMetadata is opaque type that provides access to read-only camera metadata like camera
73 /// Number of type fields
78 * Definition of rational data type in {@link ACameraMetadata}.
102 * The data type of this metadata entry.
105 * same type.</p>
107 uint8_t type; member in struct:ACameraMetadata_entry
117 * <p>The type field above defines which union member pointer is valid. The count field above
147 * The data type of this metadata entry.
150 * same type.</p>
152 uint8_t type; member in struct:ACameraMetadata_const_entry
[all...]
/frameworks/av/include/camera/ndk/
H A DNdkCameraMetadata.h49 * ACameraMetadata is opaque type that provides access to read-only camera metadata like camera
73 /// Number of type fields
78 * Definition of rational data type in {@link ACameraMetadata}.
102 * The data type of this metadata entry.
105 * same type.</p>
107 uint8_t type; member in struct:ACameraMetadata_entry
117 * <p>The type field above defines which union member pointer is valid. The count field above
147 * The data type of this metadata entry.
150 * same type.</p>
152 uint8_t type; member in struct:ACameraMetadata_const_entry
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h38 TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end, const T* data);
64 TiffEntryImpl<T>::TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end, argument
66 : mTag(tag), mType(static_cast<uint16_t>(type)), mCount(count), mEnd(end) {
67 count = (type == RATIONAL || type == SRATIONAL) ? count * 2 : count;
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.cpp49 AudioShelvingFilter::AudioShelvingFilter(ShelfType type, int nChannels, argument
51 : mType(type),
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DIOProfile.h78 audio_devices_t profileType = mSupportedDevices[k]->type();
99 sp<DeviceDescriptor> getSupportedDeviceByAddress(audio_devices_t type, String8 address) const argument
101 return mSupportedDevices.getDevice(type, address);
/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.h69 int type, int count, int indentation);
96 uint8_t type; member in struct:android::TagMonitor::MonitorEvent
/frameworks/av/services/radio/
H A DHidlUtils.cpp55 halConfig->type = static_cast<Band>(config->type);
64 if (halConfig->type == Band::FM) {
99 config->type = static_cast<radio_band_t>(halConfig->type);
110 if (halConfig->type == Band::FM) {
151 radio_metadata_type_t type = static_cast<radio_metadata_key_t>(halMetadata[i].type); local
154 switch (type) {
174 ALOGW("%s invalid metadata type
[all...]
/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java23 * A {@link Parcelable} value type that contains information about an account authenticator.
27 final public String type; field in class:AuthenticatorDescription
51 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, argument
53 if (type == null) throw new IllegalArgumentException("type cannot be null");
55 this.type = type;
64 public AuthenticatorDescription(String type, String packageName, int labelId, int iconId, argument
66 this(type, packageName, labelId, iconId, smallIconId, prefId, false);
71 * to identify the authenticator by its type
74 newKey(String type) argument
79 AuthenticatorDescription(String type) argument
[all...]
H A DChooseAccountTypeActivity.java66 for (String type : validAccountTypes) {
67 setOfAllowableAccountTypes.add(type);
78 final String type = entry.getKey();
81 && !setOfAllowableAccountTypes.contains(type)) {
96 setResultAndFinish(mAuthenticatorInfosToDisplay.get(0).desc.type);
110 setResultAndFinish(mAuthenticatorInfosToDisplay.get(position).desc.type);
115 private void setResultAndFinish(final String type) { argument
117 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, type);
121 + "selected account type " + type);
[all...]
/frameworks/base/core/java/android/appwidget/
H A DPendingHostUpdate.java33 final int type; field in class:PendingHostUpdate
56 private PendingHostUpdate(int appWidgetId, int type) { argument
58 this.type = type;
63 type = in.readInt();
65 switch (type) {
89 dest.writeInt(type);
90 switch (type) {
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceCallback.java71 * @param type Requested Report Type.
77 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { argument
78 Log.d(TAG, "onGetReport: device=" + device + " type=" + type + " id=" + id + " bufferSize="
87 * @param type Report Type.
91 public void onSetReport(BluetoothDevice device, byte type, byte id, byte[] data) { argument
92 Log.d(TAG, "onSetReport: device=" + device + " type=" + type + " id=" + id);
H A DBluetoothServerSocket.java37 * <p>The most common type of Bluetooth socket is RFCOMM, which is the type
78 * @param type type of socket
85 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) argument
88 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null);
96 * @param type type of socket
105 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port, argument
109 mSocket = new BluetoothSocket(type,
125 BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) argument
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java31 public static final int CHUNK_MPRS = type("MPRS");
32 public static final int CHUNK_MPRE = type("MPRE");
33 public static final int CHUNK_MPSS = type("MPSS");
34 public static final int CHUNK_MPSE = type("MPSE");
35 public static final int CHUNK_MPRQ = type("MPRQ");
36 public static final int CHUNK_SPSS = type("SPSS");
37 public static final int CHUNK_SPSE = type("SPSE");
76 Log.v("ddm-heap", "Handling " + name(request.type) + " chunk");
77 int type = request.type;
166 handleMPSEOrSPSE(Chunk request, String type) argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureLibrary.java51 public void setSequenceType(int type) { argument
52 mStore.setSequenceType(type);
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java29 * Super type token; allows capturing generic types at runtime by forcing them to be reified.
43 * <p>See <a href="http://gafter.blogspot.com/2007/05/limitation-of-super-type-tokens.html">
44 * http://gafter.blogspot.com/2007/05/limitation-of-super-type-tokens.html</a>
52 * Create a new type reference for {@code T}.
54 * @throws IllegalArgumentException if {@code T}'s actual type contains a type variable
65 * Prohibit type references with type variables such as
69 * Since the "T" there is not known without an instance of T, type equality would
71 * some of the type safet
87 TypeReference(Type type) argument
104 SpecializedBaseTypeReference(Type type) argument
139 createSpecializedTypeReference(Type type) argument
162 getRawType(Type type) argument
216 getComponentType(Type type) argument
271 containsTypeVariable(Type type) argument
369 toString(Type type, StringBuilder out) argument
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkKey.java38 // type, so that all networks appear the same and can be scored without concern to the network type
39 // itself. However, because no such cross-type identifier currently exists in the Android framework,
41 // devices, we need to provide identifying details about each specific network type (wifi, cell,
42 // etc.) so that clients can pull out these details depending on the type of network.
51 * The type of this network.
54 public final int type; field in class:NetworkKey
57 * Information identifying a Wi-Fi network. Only set when {@link #type} equals
122 this.type = TYPE_WIFI;
127 type
[all...]
H A DWifiLinkQualityInfo.java28 /* Indicates Wifi network type such as b/g etc*/
76 * returns Wifi network type
77 * @return network type or {@link android.net.LinkQualityInfo#UNKNOWN_INT}
86 public void setType(int type) { argument
87 mType = type;
/frameworks/base/core/java/android/os/
H A DHardwarePropertiesManager.java104 * @param type type of requested device temperature, one of {@link #DEVICE_TEMPERATURE_CPU},
117 public @NonNull float[] getDeviceTemperatures(@DeviceTemperatureType int type, argument
119 switch (type) {
130 return mService.getDeviceTemperatures(mContext.getOpPackageName(), type,
140 Log.w(TAG, "Unknown device temperature type.");
/frameworks/base/core/java/android/view/
H A DWindowInfo.java40 public int type; field in class:WindowInfo
65 window.type = other.type;
98 parcel.writeInt(type);
121 builder.append(", type=").append(type);
134 type = parcel.readInt();
154 type = 0;
/frameworks/base/core/java/android/widget/
H A DEditText.java48 * Choosing the input type configures the keyboard type that is shown, acceptable characters,
112 public void setText(CharSequence text, BufferType type) { argument
H A DExpandableListPosition.java35 * This data type represents a child position
40 * This data type represents a group position
62 * What type of position this ExpandableListPosition represents
64 public int type; field in class:ExpandableListPosition
70 type = 0;
77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos);
98 elp.type = CHILD;
101 elp.type = GROUP;
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { argument
108 elp.type
[all...]
/frameworks/base/core/jni/android/graphics/
H A DDrawFilter.cpp44 virtual bool filter(SkPaint* paint, Type type) { argument
45 SkPaintFlagsDrawFilter::filter(paint, type);
/frameworks/base/core/jni/
H A Dandroid_backup_BackupDataInput.cpp58 int type = 0; local
60 err = reader->ReadNextHeader(&done, &type);
69 switch (type) {
85 ALOGD("Unknown header type: 0x%08x\n", type);
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java87 View originalView, ActionMode.Callback callback, int type) {
89 return super.startActionModeForChild(originalView, callback, type);
86 startActionModeForChild( View originalView, ActionMode.Callback callback, int type) argument

Completed in 8341 milliseconds

1234567891011>>