Searched refs:set (Results 226 - 250 of 810) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DConnectivityController.java88 jobStatus.connectivityConstraintSatisfied.set(mNetworkConnected);
89 jobStatus.unmeteredConstraintSatisfied.set(mNetworkUnmetered);
H A DIdleController.java75 taskStatus.idleConstraintSatisfied.set(mIdleTracker.isIdle());
93 task.idleConstraintSatisfied.set(isIdle);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java150 Log.e("test", "Entry set hash codes differ: map=0x"
157 Log.e("test", "Failed calling equals on map entry set against array set");
162 Log.e("test", "Failed calling equals on array entry set against map set");
167 Log.e("test", "Key set hash codes differ: map=0x"
174 Log.e("test", "Failed calling equals on map key set against array set");
179 Log.e("test", "Failed calling equals on array key set against map set");
211 compareSets(HashSet set, ArraySet array) argument
312 dump(Set set, ArraySet array) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DInputPort.java26 * {@link #pullFrame()} on an input port. If the input port is set to wait for an input frame
63 mField.set(mFilter, frameValues.getValues());
66 mField.set(mFilter, frameValue.getValue());
221 * When set to true, the Filter will not be scheduled for processing unless there is a Frame
H A DFrameValues.java128 Array.set(curValue, index, value);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java132 rsParams.set(paramList.get(i), i, false);
171 mField.set(item, 0, true);
H A DShaderParam.java102 rsParams.set(paramList.get(i), i, false);
154 mField.set(mData, 0, true);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java80 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) {
82 TypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set, attrs,
78 obtainStyledAttributes( Resources thisResources, Theme thisTheme, AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java68 mCdmaSubscriptionSource.set(subscriptionSource);
190 mCdmaSubscriptionSource.set(newSubscriptionSource);
/frameworks/rs/driver/
H A DrsdPath.cpp153 attribs[0].set(GL_FLOAT, 2, 8, false, (size_t)vtx, "ATTRIB_position");
154 attribs[1].set(GL_FLOAT, 4, 16, false, (size_t)color, "ATTRIB_color");
/frameworks/rs/
H A DrsProgramFragment.cpp44 ALOGE("Attempting to set fixed function emulation color on user program");
45 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program");
49 ALOGE("Unable to set fixed function emulation color because allocation is missing");
50 rsc->setError(RS_ERROR_BAD_SHADER, "Unable to set fixed function emulation color because allocation is missing");
67 state->mLast.set(this);
125 mDefault.set(pf);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java416 ViewPropertyAnimatorCompatSet set = new ViewPropertyAnimatorCompatSet();
417 set.play(buttonAnimator);
427 set.play(a);
432 return set;
443 ViewPropertyAnimatorCompatSet set = new ViewPropertyAnimatorCompatSet();
444 set.play(buttonAnimator);
454 set.play(a);
459 return set;
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DAsyncTaskPoolMonitorTest.java52 isIdle.set(true);
78 isIdle.set(true);
H A DIdlingResourceIntegrationTest.java107 isIdle.set(true);
123 isIdle.set(false);
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
H A DDatePickerHelper.java26 * will set date specified in a Calendar object.
191 cal.set(Calendar.YEAR, year);
192 cal.set(Calendar.MONTH, month);
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.h65 void set(int L, int halfNumCoefs,
122 Constants mConstants; // current set of coefficient parameters
/frameworks/base/core/java/android/os/
H A DBatteryProperties.java36 public void set(BatteryProperties other) { method in class:BatteryProperties
H A DSystemProperties.java122 public static void set(String key, String val) { method in class:SystemProperties
/frameworks/base/graphics/java/android/graphics/
H A DPoint.java45 public void set(int x, int y) { method in class:Point
/frameworks/base/media/java/android/media/
H A DFaceDetector.java60 point.set(mMidPointX, mMidPointY);
132 * to the <var>maxFaces</var> value set at initialization
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java38 public void set(float x, float y) { method in class:Point
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowIconsView.java63 v.set(notification.icon.getStatusBarIcon());
/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredComponent.java36 private static final String TAG_SET = "set";
40 private static final String ATTR_SET = "set"; // number
60 public PreferredComponent(Callbacks callbacks, int match, ComponentName[] set, argument
68 if (set != null) {
69 final int N = set.length;
74 ComponentName cn = set[i];
133 mParseError = "No name in set tag in preferred activity "
138 mParseError = "Too many set tags in preferred activity "
145 mParseError = "Bad set name " + name + " in preferred activity "
164 mParseError = "Not enough set tag
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipOutlineActivity.java74 mRect.set(0, 0, w, h);
H A DProjectionActivity.java65 // TODO: set projection flag
68 mRectF.set(0, -h, w, 2 * h);

Completed in 6884 milliseconds

1234567891011>>