/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1232 final float oldSize = getTextSize(); in measureText() local 1233 setTextSize(oldSize*mCompatScaling); in measureText() 1235 setTextSize(oldSize); in measureText() 1264 final float oldSize = getTextSize(); in measureText() local 1265 setTextSize(oldSize*mCompatScaling); in measureText() 1267 setTextSize(oldSize); in measureText() 1289 final float oldSize = getTextSize(); in measureText() local 1290 setTextSize(oldSize*mCompatScaling); in measureText() 1292 setTextSize(oldSize); in measureText() 1366 final float oldSize = getTextSize(); in breakText() local [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | LevelListDrawable.java | 201 public void growArray(int oldSize, int newSize) { in growArray() argument 202 super.growArray(oldSize, newSize); in growArray() 204 System.arraycopy(mLows, 0, newInts, 0, oldSize); in growArray() 207 System.arraycopy(mHighs, 0, newInts, 0, oldSize); in growArray()
|
D | MipmapDrawable.java | 298 public void growArray(int oldSize, int newSize) { in growArray() argument 299 super.growArray(oldSize, newSize); in growArray() 301 System.arraycopy(mMipmapHeights, 0, newInts, 0, oldSize); in growArray()
|
D | StateListDrawable.java | 305 public void growArray(int oldSize, int newSize) { in growArray() argument 306 super.growArray(oldSize, newSize); in growArray() 308 System.arraycopy(mStateSets, 0, newStateSets, 0, oldSize); in growArray()
|
D | AnimationDrawable.java | 336 public void growArray(int oldSize, int newSize) { in growArray() argument 337 super.growArray(oldSize, newSize); in growArray() 339 System.arraycopy(mDurations, 0, newDurations, 0, oldSize); in growArray()
|
D | DrawableContainer.java | 683 public void growArray(int oldSize, int newSize) { in growArray() argument 685 System.arraycopy(mDrawables, 0, newDrawables, 0, oldSize); in growArray()
|
/frameworks/base/core/java/android/os/ |
D | TokenWatcher.java | 71 int oldSize = mTokens.size(); in acquire() local 81 if (oldSize == 0 && !mAcquired) { in acquire()
|
/frameworks/base/core/java/android/webkit/ |
D | EventLogTags.logtags | 11 70151 browser_text_size_change (oldSize|1|5), (newSize|1|5)
|
/frameworks/media/libvideoeditor/vss/3gpwriter/inc/ |
D | M4MP4W_Utils.h | 81 void* M4MP4W_realloc(M4OSA_MemAddr32 ptr, M4OSA_UInt32 oldSize, M4OSA_UInt32 newSize);
|
/frameworks/media/libvideoeditor/vss/3gpwriter/src/ |
D | M4MP4W_Utils.c | 118 void* M4MP4W_realloc(M4OSA_MemAddr32 ptr, M4OSA_UInt32 oldSize, M4OSA_UInt32 newSize) in M4MP4W_realloc() argument 125 memcpy((void *)ptr2, (void *)ptr, oldSize); in M4MP4W_realloc()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 1062 size_t oldSize = (size_t)ftell(fp); in preProcessImage() local 1064 float factor = ((float)newSize)/oldSize; in preProcessImage() 1144 size_t oldSize = (size_t)ftell(fp); in preProcessImageToCache() local 1201 float factor = ((float)newSize)/oldSize; in preProcessImageToCache()
|
/frameworks/base/media/libstagefright/id3/ |
D | ID3.cpp | 283 size_t oldSize = mSize; in removeUnsynchronizationV2_4() local 340 memset(&mData[mSize], 0, oldSize - mSize); in removeUnsynchronizationV2_4()
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
D | CarouselRS.java | 483 int oldSize = mCards.getAllocation().getType().getX(); in createCards() local 485 mScript.invoke_createCards(oldSize, count); in createCards()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | index.jd | 624 int oldSize = mItemArray.length; 625 int copySize = Math.min(oldSize, newSize); 626 if (newSize == oldSize) return;
|