/frameworks/base/core/java/android/text/method/ |
QwertyKeyListener.java | 498 String set = PICKER_SETS.get(c); local 499 if (set == null) { 505 view, content, set, insert).show(); local
|
/frameworks/base/core/java/android/view/ |
Display.java | 91 * If this flag is set then the display device supports compositing protected buffers. 93 * If this flag is not set then the display device may not support compositing 104 * if the flag is not set then the application may choose not to show content on this 118 * If this flag is set then the display device has a secure video output 122 * If this flag is not set then the display device may not have a secure video 139 * not be visible. For example, if the flag is not set then the application may 422 outSize.set(0, 0, mTempMetrics.widthPixels, mTempMetrics.heightPixels); 509 outRect.set(mDisplayInfo.overscanLeft, mDisplayInfo.overscanTop, 600 * @param outSize Set to the real size of the display.
|
FocusFinder.java | 77 mFocusedRect.set(focusedRect); 194 focusedRect.set(rootRight, rootBottom, rootRight, rootBottom); 200 focusedRect.set(rootLeft, rootTop, rootLeft, rootTop); 207 mBestCandidateRect.set(focusedRect); 236 mBestCandidateRect.set(mOtherRect); 561 closestBounds.set(touchableBounds);
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 32 * If AnimationSet sets any properties that its children also set 41 * <li>duration, repeatMode, fillBefore, fillAfter: These properties, when set 48 * release, the values set in XML were ignored for AnimationSet). That is, calling 78 * @param attrs Attribute set from which to read values 116 * @param shareInterpolator Pass true if all of the animations in this set 203 * every child in this set 213 * Add a child animation to this animation set. 318 * The duration hint of an animation set is the maximum of the duration 339 region.set(left, top, right, bottom); 363 * The transformation of an animation set is the concatenation of all of it [all...] |
/frameworks/base/core/java/com/android/internal/backup/ |
LocalTransport.java | 58 // The single hardcoded restore set always has the same (nonzero!) token 109 // Each 'record' in the restore set is kept in its own file, named by 111 // record operations and building a set of all the updates to apply 124 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize 196 // one hardcoded restore set 197 RestoreSet set = new RestoreSet("Local disk image", "flash", RESTORE_TOKEN); local 198 RestoreSet[] array = { set }; 203 // The hardcoded restore set always has the same token 233 // The restore set is the concatenation of the individual record blobs,
|
/frameworks/base/core/jni/android/graphics/ |
Matrix.cpp | 59 static void set(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { function in class:android::SkMatrixGlue 252 srcPt[i].set(SkFloatToScalar(src[x]), SkFloatToScalar(src[y])); 253 dstPt[i].set(SkFloatToScalar(dst[x]), SkFloatToScalar(dst[y])); 277 // we allocate twice the count, 1 set for src, 1 for dst 285 srcPt[i].set(SkFloatToScalar(srcArray[i << 1]), 344 matrix->set(i, SkFloatToFixed(src[i])); 347 matrix->set(j, SkFloatToFract(src[j])); 351 matrix->set(i, src[i]); 367 {"native_set","(II)V", (void*) SkMatrixGlue::set},
|
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentProviderOperationTest.java | 32 import java.util.Set; 146 // Return cursor over specific set of values 165 // Return cursor over specific set of values 181 // Return cursor over specific set of values 197 // Return cursor over specific set of values 211 final Set<Entry<String, Object>> valueSet = contentValues.valueSet(); 391 field.set(builder, selArgsBackRef); 400 field.set(builder, valuesBackReferences); 409 field.set(builder, selection); 418 field.set(builder, selArgs) [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
NinePatchDrawable.java | 76 * to ensure that the drawable has correctly set its target density. 108 * to ensure that the drawable has correctly set its target density. 143 * Set the density scale at which this drawable will be rendered. This 157 * Set the density scale at which this drawable will be rendered. 169 * Set the density at which this drawable will be rendered. 243 padding.set(mPadding.right, mPadding.top, mPadding.left, mPadding.bottom); 245 padding.set(mPadding);
|
ShapeDrawable.java | 137 mShapeState.mPadding.set(left, top, right, bottom); 153 mShapeState.mPadding.set(padding); 191 padding.set(mShapeState.mPadding); 204 * Called from the drawable's draw() method after the canvas has been set 244 * Set the alpha level for this drawable [0..255]. Note that this drawable
|
StateListDrawable.java | 79 * Add a new image/string ID to the set of images. 212 * Gets the state set at an index. 214 * @param index The index of the state set. 215 * @return The state set at the index. 238 * Gets the index of the drawable with the provided state set. 240 * @param stateSet the state set to look up 241 * @return the index of the provided state set, or -1 if not found 257 final int[] set = sets[i]; local 258 if (set != null) { 259 mStateListState.mStateSets[i] = set.clone() [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 41 * @param dataArray values to set the matrix to, must be 16 74 * @param x column of the value to set 75 * @param y row of the value to set 77 public void set(int x, int y, float v) { method in class:Matrix4f 239 set(i,0, ri0); method 240 set(i,1, ri1); method 241 set(i,2, ri2); method 242 set(i,3, ri3); method 247 * Set current values to be an orthographic projection matrix 267 * Set current values to be an orthographic projection matri [all...] |
/frameworks/base/media/java/android/media/ |
MediaCodec.java | 129 public void set( method in class:MediaCodec.BufferInfo 309 * This indicates that no key has been set to perform the requested 386 public void set( method in class:MediaCodec.CryptoInfo 495 * set of output buffers returned by {@link #getOutputBuffers} from 523 * {@link #BUFFER_FLAG_END_OF_STREAM} set. This may only be used with
|
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditor.java | 37 * <li>Add a set of MediaItems</li> 38 * <li>Apply a set of Transitions between MediaItems</li> 138 * this value is set to 0; at the end, the value is set to 100. 160 * this value is set to 0; at the end, the value is set to 100. 209 void set(Bitmap overlayBitmap, int renderingMode) { method in class:VideoEditor.OverlayData 495 * storyboard, the project thumbnail will be set to a black frame and the 513 * Note: The project thumbnail will be set to a black frame and the aspect 677 * Set the aspect ratio used in the preview and the export movie [all...] |
/frameworks/base/obex/javax/obex/ |
ObexHelper.java | 45 * This class defines a set of helper methods for the implementation of Obex. 69 * android note set as 0xFFFE to match remote MPS 245 temp.set(Calendar.YEAR, Integer.parseInt(dateString.substring( 247 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring( 249 temp.set(Calendar.DAY_OF_MONTH, Integer.parseInt(dateString 251 temp.set(Calendar.HOUR_OF_DAY, Integer.parseInt(dateString 253 temp.set(Calendar.MINUTE, Integer.parseInt(dateString 255 temp.set(Calendar.SECOND, Integer.parseInt(dateString 336 * @param nullOut <code>true</code> if the header should be set to [all...] |
/frameworks/base/services/java/com/android/server/ |
IdleMaintenanceService.java | 154 mAlarmService.set(AlarmManager.ELAPSED_REALTIME_WAKEUP, triggetRealTimeMillis,
|
ServiceWatcher.java | 87 HashSet<Signature> set = new HashSet<Signature>(); local 89 set.addAll(Arrays.asList(sigs)); 90 sigSets.add(set);
|
/frameworks/base/services/java/com/android/server/display/ |
PersistentDataStore.java | 142 mRememberedWifiDisplays.set(index, display);
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
RsBenchRS.java | 144 allTests.set(mIndividualTests[i], i, false);
|
TorusTest.java | 110 testData.set(dataItem, 0, true);
|
/frameworks/rs/ |
rsFont.h | 57 void set(int32_t l, int32_t r, int32_t t, int32_t b) { function in struct:android::renderscript::Font::Rect
|
/frameworks/support/v4/java/android/support/v4/view/ |
PagerTabStrip.java | 33 * Add it as a child of a ViewPager in your layout file and set its 124 * Set the color of the tab indicator bar. 126 * @param color Color to set as an 0xRRGGBB value. The high byte (alpha) is ignored. 135 * Set the color of the tab indicator bar from a color resource. 191 * Set whether this tab strip should draw a full-width underline in the 204 * This defaults to true if no background is set. 283 r.set(left, top, right, bottom);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix4f.java | 41 * @param dataArray values to set the matrix to, must be 16 74 * @param x column of the value to set 75 * @param y row of the value to set 77 public void set(int x, int y, float v) { method in class:Matrix4f 239 set(i,0, ri0); method 240 set(i,1, ri1); method 241 set(i,2, ri2); method 242 set(i,3, ri3); method 247 * Set current values to be an orthographic projection matrix 267 * Set current values to be an orthographic projection matri [all...] |
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
results_holder.c | 97 /** Set to non-zero if there as a large magnetic field. See inv_get_large_mag_field() for getting this variable. 98 * @param[in] state value to set for magnetic field strength. Should be non-zero if it is large. 105 /** Gets the accel state set by inv_set_acc_state() 114 * @param[in] state value to set accel state to. 138 long set; local 149 /* Equivalent to set = state, but #define's may change. */ 151 set = INV_MSG_MOTION_EVENT; 153 set = INV_MSG_NO_MOTION_EVENT; 154 inv_set_message(set, (INV_MSG_MOTION_EVENT | INV_MSG_NO_MOTION_EVENT), 0); 327 * it is set with inv_set_accel_bias_found( [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
results_holder.c | 137 /** Set to non-zero if there as a large magnetic field. See inv_get_large_mag_field() for getting this variable. 138 * @param[in] state value to set for magnetic field strength. Should be non-zero if it is large. 145 /** Gets the accel state set by inv_set_acc_state() 154 * @param[in] state value to set accel state to. 178 long set; local 189 /* Equivalent to set = state, but #define's may change. */ 191 set = INV_MSG_MOTION_EVENT; 193 set = INV_MSG_NO_MOTION_EVENT; 194 inv_set_message(set, (INV_MSG_MOTION_EVENT | INV_MSG_NO_MOTION_EVENT), 0); 405 * it is set with inv_set_accel_bias_found( [all...] |
/hardware/libhardware/include/hardware/ |
hwcomposer.h | 78 * compositionType is used to specify this layer's type and is set by either 83 * also set, otherwise, this field is preserved between (*prepare)() 87 * Always set by the caller before calling (*prepare)(), this value 95 * Always set by the caller before calling (*prepare)(), this value 99 * this layer should be ignored during set(). 106 * This value cannot be set by the HWC implementation. 110 * Set by the caller before calling (*prepare)() ONLY when the 111 * HWC_GEOMETRY_CHANGED flag is also set. 113 * Set by the HWC implementation during (*prepare)(), this indicates 120 * Set by the HWC implementation during (*prepare)(), this indicate 522 int (*set)(struct hwc_composer_device_1 *dev, member in struct:hwc_composer_device_1 [all...] |