Searched refs:center (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css439 text-align:center;
616 text-align: center;
759 text-align: center; }
1059 background-position: right center;
1071 background: white url('../images/arrows-up-down.png') right center no-repeat;
1412 text-align: center;
1422 text-align: center;
1734 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
2138 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
[all...]
/frameworks/base/core/java/android/widget/
H A DCalendarView.java923 * @param center Whether to center the current date even if it is already visible.
931 public void setDate(long date, boolean animate, boolean center) { argument
936 goTo(mTempDate, animate, true, center);
H A DRemoteViewsAdapter.java675 int center = (mPreloadUpperBound + mPreloadLowerBound) / 2;
676 if (Math.abs(position - center) < mMaxCountSlack) {
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs55 float3 center; // center of a y-axis-aligned infinite cylinder
252 {0.0f, 0.0f, 0.0f }, // center
468 // Construct a matrix based on eye point, center and up direction. Based on the
470 static void loadLookatMatrix(rs_matrix4x4* matrix, float3 eye, float3 center, float3 up)
472 float3 f = normalize(center - eye);
621 const float range = M_PI * 2./3.; // How far we can deviate from center, peak-to-peak
1069 // Computes a hit angle from the center of the carousel to a point on either a plane
1085 const float3 direction = point - carouselCylinder.center;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c2136 i32 center,
2143 H264SwDecMemcpy(fill, ref, (u32)center);
2160 center amount of pixels to copy
2171 i32 center,
2186 for ( ; center; center--)
2132 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2167 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument

Completed in 4725 milliseconds

12