Searched defs:getType (Results 126 - 150 of 175) sorted by relevance

1234567

/frameworks/base/rs/java/android/renderscript/
H A DScript.java514 public Type getType() { method in class:Script.FieldBase
515 return mAllocation.getType();
H A DAllocation.java522 public Type getType() { method in class:Allocation
1018 if (!mType.equals(a.getType())) {
2932 Type type = alloc.getType();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java72 public FrameType getType() { method in class:FrameManager.FrameSlot
H A DBackingStore.java349 public abstract int getType(); method in class:BackingStore.Backing
435 switch (backing.getType()) {
456 public int getType() { method in class:BackingStore.ObjectBacking
543 public int getType() { method in class:BackingStore.BitmapBacking
647 public int getType() { method in class:BackingStore.TextureBacking
774 public int getType() { method in class:BackingStore.ByteBufferBacking
884 public int getType() { method in class:BackingStore.AllocationBacking
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java255 public String getType() { method in class:SimpleSessionDescription.Media
/frameworks/rs/
H A DrsAllocation.h127 const Type * getType() const {return mHal.state.type;} function in class:android::renderscript::Allocation
204 p += x * getType()->getElementSizeBytes();
/frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatKitKat.java177 static int getType(Object info) { method in class:AccessibilityNodeInfoCompatKitKat.RangeInfo
178 return ((AccessibilityNodeInfo.RangeInfo) info).getType();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java47 Type inType = ain.getType();
553 public Type getType() { method in class:Script.FieldBase
554 return mAllocation.getType();
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java105 public int getType(int column) { method in class:AbstractCursor
H A DCursorWindow.java286 * @deprecated Use {@link #getType(int, int)} instead.
290 return getType(row, column) == Cursor.FIELD_TYPE_NULL;
301 * @deprecated Use {@link #getType(int, int)} instead.
305 int type = getType(row, column);
316 * @deprecated Use {@link #getType(int, int)} instead.
320 return getType(row, column) == Cursor.FIELD_TYPE_INTEGER;
330 * @deprecated Use {@link #getType(int, int)} instead.
334 return getType(row, column) == Cursor.FIELD_TYPE_FLOAT;
345 * @deprecated Use {@link #getType(int, int)} instead.
349 int type = getType(ro
370 public int getType(int row, int column) { method in class:CursorWindow
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java209 public final Class<T> getType() { method in class:CameraMetadataNative.Key
/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java221 public int getType() { method in class:VolumeInfo
264 return isPrimary() && (getType() == TYPE_PUBLIC);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java133 public int getType() { method in class:AccessibilityWindowInfo
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java106 public int getType() { method in class:Icon
476 if (mType != otherIcon.getType()) {
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java395 public char getType() { method in class:PathParser_Delegate.PathDataNode
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DVenueNameElement.java55 public VenueType getType() { method in class:VenueNameElement
/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java725 * @see Intent#getType()
727 public String getType() { method in class:ShareCompat.IntentReader
728 return mIntent.getType();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java742 public int getType() { method in class:BluetoothDevice
/frameworks/base/core/java/android/content/
H A DContentProvider.java79 * <li>{@link #getType} which returns the MIME type of data in the content provider</li>
248 public String getType(Uri uri) { method in class:ContentProvider.Transport
251 return ContentProvider.this.getType(uri);
713 * {@link #getType(Uri)} or {@link #getStreamTypes(Uri, String)} requests.
1041 public abstract @Nullable String getType(@NonNull Uri uri); method in class:ContentProvider
1219 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1246 * @see #getType(android.net.Uri)
1282 * <p class="note">For use in Intents, you will want to implement {@link #getType}
1316 * @see #getType(android.net.Uri)
1347 * <p class="note">For use in Intents, you will want to implement {@link #getType}
[all...]
/frameworks/base/core/java/android/hardware/
H A DSensor.java829 public int getType() { method in class:Sensor
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java355 public int getType() { method in class:RadioManager.BandDescriptor
440 if (mType != other.getType())
691 public int getType() { method in class:RadioManager.BandConfig
692 return mDescriptor.getType();
921 mDescriptor = new BandDescriptor(descriptor.getRegion(), descriptor.getType(),
936 mDescriptor = new BandDescriptor(config.getRegion(), config.getType(),
952 mDescriptor.getType(), mDescriptor.getLowerLimit(),
1095 mDescriptor = new BandDescriptor(descriptor.getRegion(), descriptor.getType(),
1106 mDescriptor = new BandDescriptor(config.getRegion(), config.getType(),
1118 mDescriptor.getType(), mDescripto
[all...]
/frameworks/base/core/java/android/view/
H A DDisplay.java398 public int getType() { method in class:Display
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java692 public Type getType() { return type; } method in class:AbstractMessageParser.Token
702 info.add(getType().toString());
1251 switch (token.getType()) {
1315 throw new AssertionError("unknown token type: " + token.getType());
1437 public String getType(boolean isSend) { method in class:AbstractMessageParser.Part
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java358 public int getType() { method in class:TvInputInfo
895 type = sHardwareTypeToTvInputType.get(mTvInputHardwareInfo.getType(), TYPE_TUNER);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java619 int getType() { method in class:HdmiCecLocalDevice

Completed in 598 milliseconds

1234567