Searched refs:set (Results 101 - 125 of 1117) sorted by relevance

1234567891011>>

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleForeground.java142 bounds.set(outerX - r, outerY - r, outerX + r, outerY + r);
190 final AnimatorSet set = new AnimatorSet();
191 set.play(tweenOrigin).with(tweenRadius).with(opacity);
193 return set;
259 final AnimatorSet set = new AnimatorSet();
260 set.play(tweenOrigin).with(tweenRadius).with(opacity);
261 set.addListener(mAnimationListener);
263 return set;
312 final RenderNodeAnimatorSet set = new RenderNodeAnimatorSet();
313 set
[all...]
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp87 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
90 set->addPropertyAnimator(holder, interpolator, startDelay, duration, repeatCount);
148 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
150 set->start(listener);
154 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
156 set->reverse(listener);
160 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
161 set->end();
165 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); local
166 set
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java187 BitSet set = new BitSet(NUM_OF_ADDRESS);
191 set.set(info.getLogicalAddress());
194 set.set(info.getLogicalAddress());
197 return set;
201 BitSet set = new BitSet(NUM_OF_ADDRESS);
203 set.set(value);
205 return set;
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteDialogHelper.java39 * The framework should set the dialog width properly, but somehow it doesn't work, hence
71 * Compares two lists and returns a set of items which exist
76 * @return A set of items which contains newly added items while
80 HashSet<E> set = new HashSet<>(after);
81 set.removeAll(before);
82 return set;
86 * Compares two lists and returns a set of items which exist
91 * @return A set of items which contains removed items while
95 HashSet<E> set = new HashSet<>(before);
96 set
[all...]
/frameworks/base/core/java/android/os/
H A DSystemService.java62 SystemProperties.set("ctl.start", name);
67 SystemProperties.set("ctl.stop", name);
72 SystemProperties.set("ctl.restart", name);
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGpsStatusTest.java77 set(mStatus, testTtff);
86 set(otherStatus, testTtff);
89 set(mStatus, otherStatus);
105 set(mStatus, otherStatus);
118 set(mStatus, otherStatus);
133 set(mStatus, otherStatus);
148 set(mStatus, otherStatus);
163 set(mStatus, otherStatus);
235 private static void set(GpsStatus status, int ttff) throws Exception { method in class:GpsStatusTest
242 private static void set(GpsStatu method in class:GpsStatusTest
254 private static void set( method in class:GpsStatusTest
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DMatrix2f.java38 * @param dataArray values to set the matrix to, must be 4
71 * @param x column of the value to set
72 * @param y row of the value to set
74 public void set(int x, int y, float v) { method in class:Matrix2f
142 set(i,0, ri0);
143 set(i,1, ri1);
/frameworks/native/services/surfaceflinger/
H A DTransform.h73 void set(float tx, float ty);
74 void set(float a, float b, float c, float d);
75 status_t set(uint32_t flags, float w, float h);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix2f.java41 * @param dataArray values to set the matrix to, must be 4
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:Matrix2f
145 set(i,0, ri0);
146 set(i,1, ri1);
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DUsage.cpp37 status_t Element<audio_usage_t>::set<routing_strategy>(routing_strategy strategy) function in class:android::audio_policy::Element
/frameworks/base/core/java/android/animation/
H A DPointFEvaluator.java77 mPoint.set(x, y);
/frameworks/base/core/java/android/webkit/
H A DDateSorter.java126 c.set(Calendar.HOUR_OF_DAY, 0);
127 c.set(Calendar.MINUTE, 0);
128 c.set(Calendar.SECOND, 0);
129 c.set(Calendar.MILLISECOND, 0);
/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp59 dirty.set(0.0f, 0.0f, width, height);
65 mLayer->clipRect.set(dirty);
176 TextureVertex::set(mesh++, r->left, r->top, u1, v1);
177 TextureVertex::set(mesh++, r->right, r->top, u2, v1);
178 TextureVertex::set(mesh++, r->left, r->bottom, u1, v2);
179 TextureVertex::set(mesh++, r->right, r->bottom, u2, v2);
221 layer->layer.set(0.0f, 0.0f, width, height);
222 layer->texCoords.set(0.0f, height / float(layer->getHeight()),
262 layer->layer.set(0.0f, 0.0f, width, height);
263 layer->texCoords.set(0.
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DDataUsageGraph.java79 r.set(usageRight + mMarkerWidth, 0, w, h);
84 r.set(0, 0, w, h);
90 r.set(0, 0, usageRight, h);
97 r.set(warningLeft, 0, warningLeft + mMarkerWidth, h);
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java40 // The display device does not manage these properties itself, they are set by
47 // The display device owns its surface, but it should only set it
173 mCurrentLayerStackRect.set(layerStackRect);
178 mCurrentDisplayRect.set(displayRect);
203 viewport.logicalFrame.set(mCurrentLayerStackRect);
209 viewport.physicalFrame.set(mCurrentDisplayRect);
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DHandler_Delegate.java54 sCallbacks.set(callback);
/frameworks/rs/
H A DrsMatrix2x2.h32 inline void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix2x2
H A DrsMatrix3x3.h32 inline void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix3x3
H A DrsObjectBase.h123 set(ref);
132 void set(T *ref) { function in class:android::renderscript::ObjectBaseRef
142 void set(const ObjectBaseRef &ref) { function in class:android::renderscript::ObjectBaseRef
143 set(ref.mRef);
H A DrsProgramRaster.cpp50 state->mLast.set(this);
70 mDefault.set(ProgramRaster::getProgramRaster(rsc, false, RS_CULL_BACK).get());
87 returnRef.set(existing);
94 returnRef.set(pr);
/frameworks/support/v17/tests/src/android/support/v17/leanback/app/wizard/
H A DGuidedDatePickerTest.java216 cal.set(Calendar.YEAR, 2016);
217 cal.set(Calendar.MONTH, Calendar.JANUARY);
218 cal.set(Calendar.DAY_OF_MONTH, 30);
298 currentCal.set(Calendar.DAY_OF_MONTH, 1);
299 currentCal.set(Calendar.MONTH, oldMonthValue);
301 currentCal.set(Calendar.MONTH, newMonthValue);
326 currCal.set(Calendar.YEAR, 2016);
327 currCal.set(Calendar.MONTH, Calendar.JULY);
328 currCal.set(Calendar.DAY_OF_MONTH, 15);
331 minCal.set(Calenda
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java97 /** Not set up for a transition. */
613 AnimationSet set = new AnimationSet(false);
614 set.addAnimation(scale);
615 set.addAnimation(alpha);
616 set.setDetachWallpaper(true);
617 a = set;
657 rect.set(mDefaultNextAppTransitionAnimationSpec.rect);
671 rect.set(spec.rect);
797 AnimationSet set = new AnimationSet(false);
798 set
[all...]
/frameworks/av/camera/
H A DCameraParameters2.cpp92 void CameraParameters2::set(const char *key, const char *value) function in class:android::CameraParameters2
110 void CameraParameters2::set(const char *key, int value)
114 set(key, str);
121 set(key, str);
165 ALOGW("%s: Key1 (%s) was not set", __FUNCTION__, key1);
168 ALOGW("%s: Key2 (%s) was not set", __FUNCTION__, key2);
239 set(CameraParameters::KEY_PREVIEW_SIZE, str);
269 set(CameraParameters::KEY_VIDEO_SIZE, str);
288 set(CameraParameters::KEY_PREVIEW_FRAME_RATE, fps);
307 set(CameraParameter
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DLaunchingTaskPositioner.java90 mAvailableRect.set(0, 0, mDisplayWidth, mDisplayHeight);
92 mAvailableRect.set(stackBounds);
106 * Tries to set task's bound in a way that it won't collide with any other task. By colliding
173 mTmpProposal.set(mAvailableRect.left, mAvailableRect.bottom - height,
180 mTmpProposal.set(mAvailableRect.right - width, mAvailableRect.bottom - height,
187 mTmpProposal.set(mAvailableRect.left, mAvailableRect.top,
194 mTmpProposal.set(mAvailableRect.right - width, mAvailableRect.top,
201 mTmpProposal.set(mDefaultFreeformStartX, mDefaultFreeformStartY,
208 mTmpOriginal.set(proposal);
218 proposal.set(mTmpOrigina
[all...]
/frameworks/base/tools/aapt2/
H A DResourceValues.cpp266 bool set = false; local
268 if (!set) {
269 set = true;
277 if (!set) {
278 set = true;
286 if (!set) {
287 set = true;
295 if (!set) {
296 set = true;
304 if (!set) {
[all...]

Completed in 5191 milliseconds

1234567891011>>