Searched refs:current (Results 101 - 125 of 252) sorted by relevance

1234567891011

/frameworks/base/core/tests/hosttests/test-apps/UpdateExternalLocTestApp_v1_ext/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/UpdateExternalLocTestApp_v2_none/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Auto/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_External/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_Internal/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/core/tests/hosttests/test-apps/VersatileTestApp_None/
H A DAndroid.mk23 LOCAL_SDK_VERSION := current
/frameworks/base/libs/androidfw/tests/data/basic/
H A Dbuild18 PATH_TO_FRAMEWORK_RES=$(gettop)/prebuilts/sdk/current/android.jar
/frameworks/base/tests/AccessoryDisplay/common/
H A DAndroid.mk21 LOCAL_SDK_VERSION := current
/frameworks/base/tests/Camera2Tests/CameraToo/
H A DAndroid.mk20 LOCAL_SDK_VERSION := current
/frameworks/ex/camera2/public/
H A DAndroid.mk21 #LOCAL_SDK_VERSION := current
/frameworks/ex/camera2/utils/
H A Dutils.mk20 LOCAL_SDK_VERSION := current
/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp142 size_t current = (size_t)mWordBreaker.current(); local
164 if (i + 1 == current) {
210 if (paint != nullptr || current == end || mCharWidths[current] > 0) {
212 addWordBreak(current, mWidth, postBreak, penalty, 0);
214 lastBreak = current;
216 current = (size_t)mWordBreaker.next();
224 // needed (ie when word exceeds current line width)
/frameworks/native/libs/ui/
H A DRegion.cpp98 const Rect* current = end - 1; local
99 int lastTop = current->top;
103 dst.add(*current);
104 current--;
105 } while (current->top == lastTop && current >= begin);
113 while (current >= begin) {
114 if (current->top != (current + 1)->top) {
116 if ((spanDirection == direction_RTL && current
[all...]
/frameworks/opt/photoviewer/
H A DAndroid.mk30 LOCAL_SDK_VERSION := current
51 LOCAL_SDK_VERSION := current
72 LOCAL_SDK_VERSION := current
88 LOCAL_SDK_VERSION := current
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicConvolve3x3.cpp198 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1));
199 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0);
201 const uchar4 *py1 = (const uchar4 *)(pin + stride * info->current.y);
245 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1));
246 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0);
248 const uchar2 *py1 = (const uchar2 *)(pin + stride * info->current.y);
290 uint32_t y1 = rsMin((int32_t)info->current.y + 1, (int32_t)(info->dim.y-1));
291 uint32_t y2 = rsMax((int32_t)info->current.y - 1, 0);
293 const uchar *py1 = (const uchar *)(pin + stride * info->current.y);
335 uint32_t y1 = rsMin((int32_t)info->current
[all...]
H A DrsCpuIntrinsicYuvToRGB.cpp124 const uchar *Y = pinY + (info->current.y * strideY);
134 const uchar *u = pinU + ((info->current.y >> 1) * strideU);
138 const uchar *v = pinV + ((info->current.y >> 1) * strideV);
140 //ALOGE("pinY, %p, Y, %p, info->current.y, %d, strideY, %d", pinY, Y, info->current.y, strideY);
141 //ALOGE("pinU, %p, U, %p, info->current.y, %d, strideU, %d", pinU, u, info->current.y, strideU);
142 //ALOGE("pinV, %p, V, %p, info->current.y, %d, strideV, %d", pinV, v, info->current.y, strideV);
150 ((info->current
[all...]
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java62 * Gets value at the given column for the current row.
132 int current = start;
135 if (current == end) {
140 localData[current++] = columnValue;
143 if (current != end) {
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java75 Slog.i(TAG, "Not installing, new version is <= current version");
128 Slog.i(TAG, "Couldn't find current metadata, assuming first update");
147 Slog.i(TAG, "Failed to read current content, assuming first update!");
165 private boolean verifyVersion(int current, int alternative) { argument
166 return (current < alternative);
169 private boolean verifyPreviousHash(String current, String required) { argument
175 return current.equals(required);
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk30 LOCAL_SDK_VERSION := current
54 LOCAL_SDK_VERSION := current
/frameworks/support/graphics/drawable/
H A DAndroid.mk28 LOCAL_SDK_VERSION := current
58 LOCAL_SDK_VERSION := current
/frameworks/support/v4/tests/java/android/support/v4/view/
H A DViewPagerActions.java160 int current = viewPager.getCurrentItem();
161 viewPager.setCurrentItem(current + 1, smoothScroll);
188 int current = viewPager.getCurrentItem();
189 viewPager.setCurrentItem(current - 1, smoothScroll);
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
H A DAsn1Oid.java33 byte current = payload.get();
34 long seg01 = current & Asn1Decoder.ByteMask;
42 current = 0;
46 current = payload.get();
47 segValue |= current & Asn1Decoder.MoreData;
48 if ((current & Asn1Decoder.MoreBit) == 0) {
55 if ((current & Asn1Decoder.MoreBit) != 0)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s41 ; * quantized coefficient residuals (PQF) of the current
49 ; * [in] curQP quantization parameter of the current block. curQP may
50 ; * equal to predQP especially when the current block and
61 ; * alpha) of the current block
63 ; * the quantized coefficients (QF) of the current
/frameworks/base/core/java/android/util/
H A DTimeUtils.java70 TimeZone current = TimeZone.getDefault();
71 String currentName = current.getID();
72 int currentOffset = current.getOffset(when);
73 boolean currentDst = current.inDaylightTime(d);
76 // If the current time zone is from the right country
82 return current;
87 // country that has the correct current offset and DST.
89 // haven't encountered the current time zone yet.)
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFocusManager.java218 * Given a PgUp/PgDn event and the current view, find the position of the target view.
220 * <li>The position of the topmost (or bottom-most) visible item, if the current item is not
222 * <li>The position of an item that is one page's worth of items up (or down) if the current
233 int current = mView.getChildAdapterPosition(view);
237 if (current > first) {
238 // If the current item isn't the first item, target the first item.
241 // If the current item is the first item, target the item one page up.
242 int target = current - pageSize;
248 if (current < last) {
249 // If the current ite
[all...]

Completed in 1508 milliseconds

1234567891011