Home
last modified time | relevance | path

Searched refs:mBitmapSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleOverflow.java54 private int mBitmapSize; field in BubbleOverflow
75 mBitmapSize = mContext.getResources().getDimensionPixelSize(R.dimen.bubble_bitmap_size); in updateDimensions()
109 mBitmapSize - mIconBitmapSize /* inset */); in updateIcon()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp80 const int mBitmapSize = 64; variable
337 typeRGBA_888Builder.setX(mBitmapSize); in main()
338 typeRGBA_888Builder.setY(mBitmapSize); in main()
342 const int image_area = mBitmapSize*mBitmapSize; in main()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp84 const int mBitmapSize = 64; variable
347 typeRGBA_888Builder.setX(mBitmapSize); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
348 typeRGBA_888Builder.setY(mBitmapSize); in Java_com_android_rs_jniallocations_MainActivity_nativeRS()
352 const int image_area = mBitmapSize*mBitmapSize; in Java_com_android_rs_jniallocations_MainActivity_nativeRS()