HomeSort by relevance Sort by last modified time
    Searched refs:getValueAt (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
TypedArray_Delegate.java 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ProfilesTableModel.java 39 public Object getValueAt(int row, int column) {
PropertiesTableModel.java 62 public Object getValueAt(int row, int column) {
  /frameworks/base/core/java/android/content/res/
TypedArray.java 148 if (getValueAt(index, v)) {
180 if (getValueAt(index, v)) {
252 if (getValueAt(index, v)) {
286 if (getValueAt(index, v)) {
320 if (getValueAt(index, v)) {
355 if (getValueAt(index, v)) {
394 if (getValueAt(index, value)) {
423 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) {
745 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) {
770 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value))
    [all...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
ColorPreference.java 74 final int value = getValueAt(index);
114 final int argb = getValueAt(index);
PresetPreference.java 54 final int value = getValueAt(index);
EdgeTypePreference.java 64 final int value = getValueAt(index);
ListDialogPreference.java 107 * @see #getValueAt(int)
126 protected int getValueAt(int index) {
  /packages/apps/Camera/src/com/android/camera/
Exif.java 46 int orient = (int) tag.getValueAt(0);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java 482 return (int) mStripSizeTag.getValueAt(0);
493 return (int) mJpegSizeTag.getValueAt(0);
595 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0));
599 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0));
604 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0));
609 registerCompressedImage(tag.getValueAt(0));
621 registerUncompressedStrip(i, tag.getValueAt(i));
623 registerUncompressedStrip(i, tag.getValueAt(i));
    [all...]
ExifModifier.java 167 mByteBuffer.putInt((int) tag.getValueAt(i));
186 mByteBuffer.putShort((short) tag.getValueAt(i));
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java 482 return (int) mStripSizeTag.getValueAt(0);
493 return (int) mJpegSizeTag.getValueAt(0);
595 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0));
599 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0));
604 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0));
609 registerCompressedImage(tag.getValueAt(0));
621 registerUncompressedStrip(i, tag.getValueAt(i));
623 registerUncompressedStrip(i, tag.getValueAt(i));
    [all...]
ExifModifier.java 167 mByteBuffer.putInt((int) tag.getValueAt(i));
186 mByteBuffer.putShort((short) tag.getValueAt(i));
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 482 return (int) mStripSizeTag.getValueAt(0);
493 return (int) mJpegSizeTag.getValueAt(0);
595 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0));
599 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0));
604 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0));
609 registerCompressedImage(tag.getValueAt(0));
621 registerUncompressedStrip(i, tag.getValueAt(i));
623 registerUncompressedStrip(i, tag.getValueAt(i));
    [all...]
ExifModifier.java 168 mByteBuffer.putInt((int) tag.getValueAt(i));
187 mByteBuffer.putShort((short) tag.getValueAt(i));
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java 482 return (int) mStripSizeTag.getValueAt(0);
493 return (int) mJpegSizeTag.getValueAt(0);
595 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0));
599 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0));
604 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0));
609 registerCompressedImage(tag.getValueAt(0));
621 registerUncompressedStrip(i, tag.getValueAt(i));
623 registerUncompressedStrip(i, tag.getValueAt(i));
    [all...]
ExifModifier.java 167 mByteBuffer.putInt((int) tag.getValueAt(i));
186 mByteBuffer.putShort((short) tag.getValueAt(i));
  /packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java 484 return (int) mStripSizeTag.getValueAt(0);
495 return (int) mJpegSizeTag.getValueAt(0);
597 registerIfd(IfdId.TYPE_IFD_EXIF, tag.getValueAt(0));
601 registerIfd(IfdId.TYPE_IFD_GPS, tag.getValueAt(0));
606 registerIfd(IfdId.TYPE_IFD_INTEROPERABILITY, tag.getValueAt(0));
611 registerCompressedImage(tag.getValueAt(0));
623 registerUncompressedStrip(i, tag.getValueAt(i));
625 registerUncompressedStrip(i, tag.getValueAt(i));
    [all...]
ExifModifier.java 169 mByteBuffer.putInt((int) tag.getValueAt(i));
188 mByteBuffer.putShort((short) tag.getValueAt(i));
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 88 TValue getValueAt(unsigned int index) {
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 777 mStopValue = getValueAt(currentTime);
786 private float getValueAt(long currentTime) {
823 final float value = getValueAt(currentTime);
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
GridLayoutManagerActivity.java 45 String item = mAdapter.getValueAt(position);
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
SimpleStringAdapter.java 50 public String getValueAt(int position) {
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 776 mStopValue = getValueAt(currentTime);
785 private float getValueAt(long currentTime) {
822 final float value = getValueAt(currentTime);
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 71 DecodeSession *session = (DecodeSession*) decodeSessionMap.getValueAt(i);
78 ConvertSession *convSession = (ConvertSession*) convertSessionMap.getValueAt(i);

Completed in 614 milliseconds

1 2 3