Searched refs:set (Results 26 - 50 of 810) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/util/
H A DIntProperty.java23 * calls to a {@link #set(Object, Integer) set()} function that takes the primitive
38 * A type-specific override of the {@link #set(Object, Integer)} that is faster when dealing
44 final public void set(T object, Integer value) { method in class:IntProperty
H A DMonthDisplayHelper.java54 mCalendar.set(Calendar.YEAR, year);
55 mCalendar.set(Calendar.MONTH, month);
56 mCalendar.set(Calendar.DAY_OF_MONTH, 1);
57 mCalendar.set(Calendar.HOUR_OF_DAY, 0);
58 mCalendar.set(Calendar.MINUTE, 0);
59 mCalendar.set(Calendar.SECOND, 0);
102 * box. For example, if the calendar is set to display the first day of
/frameworks/base/core/java/com/android/internal/view/
H A DWindowManagerPolicyThread.java29 public static void set(Thread thread, Looper looper) { method in class:WindowManagerPolicyThread
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioCodec.h29 virtual int set(int sampleRate, const char *fmtp) = 0;
/frameworks/rs/
H A DrsSignal.h33 void set();
H A DrsMatrix2x2.cpp56 temp.set(i, 0, ri0);
57 temp.set(i, 1, ri1);
H A DrsFBOCache.cpp58 mColorTargets[slot].set(a);
70 mDepthTarget.set(a);
77 mColorTargets[i].set(NULL);
80 mDepthTarget.set(NULL);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiAssociationTest.java83 * Set the frequency band and verify that it has been set.
120 config.allowedGroupCiphers.set(GroupCipher.WEP40);
127 config.allowedGroupCiphers.set(GroupCipher.WEP104);
132 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
133 config.allowedProtocols.set(Protocol.WPA);
134 config.allowedPairwiseCiphers.set(PairwiseCipher.TKIP);
135 config.allowedGroupCiphers.set(GroupCipher.TKIP);
140 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
141 config.allowedProtocols.set(Protocol.RSN);
142 config.allowedPairwiseCiphers.set(PairwiseCiphe
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java165 BitSet set = new BitSet(NUM_OF_ADDRESS);
169 set.set(info.getLogicalAddress());
172 set.set(info.getLogicalAddress());
175 return set;
179 BitSet set = new BitSet(NUM_OF_ADDRESS);
181 set.set(value);
183 return set;
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.java169 // may not set the mSurfaceTexture again on the filter. In some cases, the app
283 mTargetQuad.p0.set(0f, 0.0f);
284 mTargetQuad.p1.set(1f, 0.0f);
285 mTargetQuad.p2.set(0f, 1.0f);
286 mTargetQuad.p3.set(1f, 1.0f);
292 mTargetQuad.p0.set(0.5f - 0.5f / relativeAspectRatio, 0.0f);
293 mTargetQuad.p1.set(0.5f + 0.5f / relativeAspectRatio, 0.0f);
294 mTargetQuad.p2.set(0.5f - 0.5f / relativeAspectRatio, 1.0f);
295 mTargetQuad.p3.set(0.5f + 0.5f / relativeAspectRatio, 1.0f);
299 mTargetQuad.p0.set(0.
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DLevelsV4.java79 satMatrix.set(0, 0, oneMinusS * rWeight + mSaturation);
80 satMatrix.set(0, 1, oneMinusS * rWeight);
81 satMatrix.set(0, 2, oneMinusS * rWeight);
82 satMatrix.set(1, 0, oneMinusS * gWeight);
83 satMatrix.set(1, 1, oneMinusS * gWeight + mSaturation);
84 satMatrix.set(1, 2, oneMinusS * gWeight);
85 satMatrix.set(2, 0, oneMinusS * bWeight);
86 satMatrix.set(2, 1, oneMinusS * bWeight);
87 satMatrix.set(2, 2, oneMinusS * bWeight + mSaturation);
H A DBlur25G.java95 m.set(0, 0, 1.f);
96 m.set(0, 1, 1.f);
97 m.set(0, 2, 1.f);
99 m.set(1, 1, 0.f);
100 m.set(2, 2, 0.f);
101 m.set(3, 3, 0.f);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DLevelsV4.java73 satMatrix.set(0, 0, oneMinusS * rWeight + mSaturation);
74 satMatrix.set(0, 1, oneMinusS * rWeight);
75 satMatrix.set(0, 2, oneMinusS * rWeight);
76 satMatrix.set(1, 0, oneMinusS * gWeight);
77 satMatrix.set(1, 1, oneMinusS * gWeight + mSaturation);
78 satMatrix.set(1, 2, oneMinusS * gWeight);
79 satMatrix.set(2, 0, oneMinusS * bWeight);
80 satMatrix.set(2, 1, oneMinusS * bWeight);
81 satMatrix.set(2, 2, oneMinusS * bWeight + mSaturation);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DLevelsV4.java79 satMatrix.set(0, 0, oneMinusS * rWeight + mSaturation);
80 satMatrix.set(0, 1, oneMinusS * rWeight);
81 satMatrix.set(0, 2, oneMinusS * rWeight);
82 satMatrix.set(1, 0, oneMinusS * gWeight);
83 satMatrix.set(1, 1, oneMinusS * gWeight + mSaturation);
84 satMatrix.set(1, 2, oneMinusS * gWeight);
85 satMatrix.set(2, 0, oneMinusS * bWeight);
86 satMatrix.set(2, 1, oneMinusS * bWeight);
87 satMatrix.set(2, 2, oneMinusS * bWeight + mSaturation);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java205 * <p>Create a new repeating request from repeatingBuilder and set that as the updated
230 repeatingBuilder.set(CaptureRequest.CONTROL_AF_MODE, mCurrentAfMode);
231 requestBuilder.set(CaptureRequest.CONTROL_AF_MODE, mCurrentAfMode);
233 repeatingBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER,
235 requestBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER,
245 * <p>Create a new repeating request from repeatingBuilder and set that as the updated
271 repeatingBuilder.set(CaptureRequest.CONTROL_AF_MODE, mCurrentAfMode);
272 requestBuilder.set(CaptureRequest.CONTROL_AF_MODE, mCurrentAfMode);
274 repeatingBuilder.set(CaptureRequest.CONTROL_AF_TRIGGER,
276 requestBuilder.set(CaptureReques
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DOutline.java53 set(src);
120 public void set(@NonNull Outline src) { method in class:Outline
125 mPath.set(src.mPath);
132 mRect.set(src.mRect);
165 mRect.set(left, top, right, bottom);
220 mPath.set(convexPath);
/frameworks/base/core/java/android/app/
H A DIAlarmManager.aidl30 void set(int type, long triggerAtTime, long windowLength,
/frameworks/base/core/java/android/view/animation/
H A DClipRectAnimation.java42 mFromRect.set(fromClip);
43 mToRect.set(toClip);
/frameworks/base/libs/hwui/
H A DRevealClip.h34 void set(bool shouldClip, float x, float y, float radius) { function in class:android::uirenderer::RevealClip
51 outBounds->set(mX - mRadius, mY - mRadius,
/frameworks/base/tools/aapt/
H A DOutputSet.h20 #include <set>
51 virtual const std::set<OutputEntry>& getEntries() const = 0;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithDisappearingItemBug.java61 AnimationSet set = new AnimationSet(true);
65 set.addAnimation(animation);
72 set.addAnimation(animation);
75 new LayoutAnimationController(set, 0.5f);
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisible.java61 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
69 rect.set(0, 0, topBlob.getWidth(), topBlob.getHeight());
77 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
85 rect.set(0, 0, bottomBlob.getWidth(), bottomBlob.getHeight());
/frameworks/base/services/core/java/com/android/server/
H A DMountServiceIdler.java101 calendar.set(Calendar.HOUR, 0);
102 calendar.set(Calendar.MINUTE, 0);
103 calendar.set(Calendar.SECOND, 0);
104 calendar.set(Calendar.MILLISECOND, 0);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DRevealActivity.java66 AnimatorSet set = new AnimatorSet();
67 set.playTogether(animator);
68 set.setDuration(DURATION);
69 set.start();
/frameworks/base/tools/layoutlib/bridge/src/android/os/
H A DLooper_Accessor.java31 sMainLooper.set(null, null);

Completed in 1893 milliseconds

1234567891011>>