/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 | 169 if (getValueAt(index, v)) { 206 if (getValueAt(index, v)) { 282 if (getValueAt(index, v)) { 324 if (getValueAt(index, v)) { 363 if (getValueAt(index, v)) { 402 if (getValueAt(index, v)) { 450 if (getValueAt(index, value)) { 458 getValueAt(index, value); 491 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) { 526 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) [all...] |
/frameworks/base/tools/preload2/src/com/android/preload/ |
DumpTableModel.java | 77 public Object getValueAt(int rowIndex, int columnIndex) {
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
PresetPreference.java | 54 final int value = getValueAt(index);
|
ColorPreference.java | 75 final int value = getValueAt(index); 115 final int argb = getValueAt(index);
|
EdgeTypePreference.java | 64 final int value = getValueAt(index);
|
ListDialogPreference.java | 108 * @see #getValueAt(int) 127 protected int getValueAt(int index) {
|
/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/Messaging/src/com/android/messaging/util/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 | 168 mByteBuffer.putInt((int) tag.getValueAt(i)); 187 mByteBuffer.putShort((short) tag.getValueAt(i));
|
/development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/ |
SimpleStringRecyclerViewAdapter.java | 55 public String getValueAt(int position) {
|
/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 | 46 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...] |