Searched refs:set (Results 276 - 300 of 810) sorted by relevance

<<11121314151617181920>>

/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DTimeController.java158 job.deadlineConstraintSatisfied.set(true);
185 job.timeDelayConstraintSatisfied.set(true);
251 mAlarmService.set(AlarmManager.ELAPSED_REALTIME, alarmTimeElapsed, pi);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java174 mTransformComponents.set(index, c);
182 mComponentField.set(c.getRSData(), c.mParentIndex, true);
203 mComponentField.set(ith.getRSData(), i, false);
/frameworks/base/tools/aapt/tests/
H A DResourceFilter_test.cpp170 std::set<ConfigDescription> configs;
182 std::set<ConfigDescription> configsToMatch;
188 std::set<ConfigDescription> configsToNotMatch;
/frameworks/compile/slang/
H A Dslang_rs_reflection.h23 #include <set>
73 // This is set by startClass() and will change for the multiple classes generated.
115 std::set<std::string> mTypesToCheck;
118 std::set<std::string> mFieldPackerTypes;
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp136 status_t Loader::driver_t::set(void* hnd, int32_t api) function in class:android::Loader::driver_t
183 hnd->set( load_driver("GLESv1_CM", cnx, GLESv1_CM), GLESv1_CM );
184 hnd->set( load_driver("GLESv2", cnx, GLESv2), GLESv2 );
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java129 mWaitingApnsPermanentFailureCountDown.set(mWaitingApns.size());
171 mWaitingApns.clear(); // when teardown the connection and set to IDLE
188 log("set reason as " + reason + ",current state " + mState);
217 log("set enabled as " + enabled + ", current state is " + mDataEnabled.get());
219 mDataEnabled.set(enabled);
228 log("set mDependencyMet as " + met + " current state is " + mDependencyMet.get());
230 mDependencyMet.set(met);
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DTransitionHelperKitkat.java47 TransitionSet set = new TransitionSet();
48 set.setOrdering(sequential ? TransitionSet.ORDERING_SEQUENTIAL :
50 return set;
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
H A DIdlingResourceRegistry.java108 idleState.set(position, resource.isIdleNow());
133 idleState.set(i, resources.get(i).isIdleNow());
227 idleState.set(m.arg1, true);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java316 test.set(true);
502 expectedOnMeasureStateCount.set(15);
731 invalidatedOffsets.set(false);
744 // set item decorator, should invalidate
745 invalidatedOffsets.set(true);
752 invalidatedOffsets.set(false);
759 invalidatedOffsets.set(true);
767 layoutCount.set(3);
768 invalidatedOffsets.set(false);
775 layoutCount.set(
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DMatrix4f.java40 * @param dataArray values to set the matrix to, must be 16
73 * @param x column of the value to set
74 * @param y row of the value to set
76 public void set(int x, int y, float v) { method in class:Matrix4f
238 set(i,0, ri0);
239 set(i,1, ri1);
240 set(i,2, ri2);
241 set(i,3, ri3);
267 * with the right and bottom clipping planes set to the given
268 * values. Left and top clipping planes are set t
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java260 * This is set after IWindowSession.relayout() has been called at
270 * even if it is not currently visible for layout. This is set
497 mContainingFrame.set(pf);
500 mDisplayFrame.set(df);
541 mParentFrame.set(pf);
550 mOverscanFrame.set(of);
551 mContentFrame.set(cf);
552 mVisibleFrame.set(vf);
553 mDecorFrame.set(dcf);
554 mStableFrame.set(s
[all...]
H A DWindowStateAnimator.java146 /** This is set when there is no Surface */
148 /** This is set after the Surface has been created but before the window has been drawn. During
151 /** This is set after the window has finished drawing for the first time but before its surface
154 /** This is set during the time after the window's drawing has been committed, and before its
537 mSize.set(w, h);
582 mPosition.set(x, y);
592 mSize.set(w, h);
604 mWindowCrop.set(crop);
802 w.mLastSystemDecorRect.set(0, 0, 0, 0);
803 mLastClipRect.set(
[all...]
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DUiTest.java95 testData.set(dataItem, 0, true);
204 mPvStarAlloc.set(i, 0, true);
266 mTextureAllocs.set(texElem, i, false);
275 mSampleTextAllocs.set(textElem, i, false);
284 mSampleListViewAllocs.set(textElem, i, false);
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp41 set(orientation, 0, 0);
111 void Transform::set(float tx, float ty) function in class:android::Transform
124 void Transform::set(float a, float b, float c, float d) function in class:android::Transform
133 status_t Transform::set(uint32_t flags, float w, float h) function in class:android::Transform
235 out.set(transform(reg.bounds()));
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix4f.java41 * @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);
240 set(i,1, ri1);
241 set(i,2, ri2);
242 set(i,3, ri3);
268 * with the right and bottom clipping planes set to the given
269 * values. Left and top clipping planes are set t
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java341 * Generate a set according to the BYDAY rules. For each day of the month, determine
342 * if its day of the week is included. If so, append it to the day set.
349 // For each month day, see if it's part of the set. (This makes some assumptions
446 t.set(day, realMonth, realYear);
460 Log.i(TAG, "set t=" + t + " " + realMonth + "/" + day + "/" + realYear);
466 t.set(day, realMonth, realYear);
469 Log.i(TAG, "set t=" + t + " " + t.month
486 * Fill in a bit set containing the days of the month on which this
648 mIterator.set(rangeStartMillis);
653 mIterator.set(rangeEndMilli
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java441 mTranslateRect.set(mTempSrc);
474 mTranslateRect.set(mTempSrc);
574 * Returns the bound photo data if set. Otherwise, {@code null}.
638 throw new IllegalArgumentException("Cannot set crop after view has been laid out");
681 mMatrix.set(mOriginalMatrix);
728 mTranslateRect.set(mDrawable.getBounds());
766 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
878 mTempSrc.set(0, 0, dwidth, dheight);
880 mTempDst.set(mCropRect);
882 mTempDst.set(
[all...]
/frameworks/base/core/java/android/text/format/
H A DTime.java191 set(other);
373 * ends with "Z" then the timezone is set to UTC. If the date-time string
375 * field of this Time class is set to true and the <code>hour</code>,
376 * <code>minute</code>, and <code>second</code> fields are set to zero;
378 * <code>allDay</code> is set to false. The fields <code>weekDay</code>,
379 * <code>yearDay</code>, and <code>gmtoff</code> are always set to zero,
380 * and the field <code>isDst</code> is set to -1 (unknown). To set those
519 * the {@link #allDay} field is set to true and the {@link #hour},
520 * {@link #minute}, and {@link #second} fields are set t
744 public void set(long millis) { method in class:Time
765 public void set(Time that) { method in class:Time
784 public void set(int second, int minute, int hour, int monthDay, int month, int year) { method in class:Time
807 public void set(int monthDay, int month, int year) { method in class:Time
[all...]
H A DDateUtils.java262 * past will be reported as "0 minutes ago" if this is set to MINUTE_IN_MILLIS. Pass one of
283 * this is set to MINUTE_IN_MILLIS. Pass one of 0,
372 * the past will be reported as "0 minutes ago" if this is set to
427 startTime.set(day);
431 currentTime.set(today);
593 time.set(when);
599 time.set(System.currentTimeMillis());
702 * If FORMAT_SHOW_TIME is set, the time is shown as part of the date range.
707 * If FORMAT_SHOW_WEEKDAY is set, then the weekday is shown.
710 * If FORMAT_SHOW_YEAR is set, the
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java108 * <li> <b>States</b>: a compound drawable that selects one of a set of
110 * <li> <b>Levels</b>: a compound drawable that selects one of a set of
140 * Draw in its bounds (set via setBounds) respecting optional effects such
141 * as alpha (set via setAlpha) and color filter (set via setColorFilter).
164 mBounds.set(left, top, right, bottom);
186 bounds.set(mBounds);
344 * @return A {@link Callback} instance or null if no callback was set.
512 * Returns the current color filter, or {@code null} if none set.
514 * @return the current color filter, or {@code null} if none set
1274 obtainAttributes( Resources res, Theme theme, AttributeSet set, int[] attrs) argument
[all...]
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java408 throw new MmsException("Content-Type must be set.");
557 Set<Entry<Integer, Integer>> set;
568 set = ENCODED_STRING_COLUMN_INDEX_MAP.entrySet();
569 for (Entry<Integer, Integer> e : set) {
574 set = TEXT_STRING_COLUMN_INDEX_MAP.entrySet();
575 for (Entry<Integer, Integer> e : set) {
580 set = OCTET_COLUMN_INDEX_MAP.entrySet();
581 for (Entry<Integer, Integer> e : set) {
586 set = LONG_COLUMN_INDEX_MAP.entrySet();
587 for (Entry<Integer, Integer> e : set) {
[all...]
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java56 * - The Window background alpha is set to 0
63 * - Shared elements positions and size are set to match the end state of the calling
99 * - Shared elements positions and size are set to match the end state of the calling
306 // Add the targets to a set containing transition so that transition
308 TransitionSet set = new TransitionSet();
313 set.addTarget(view);
315 set.excludeTarget(view, true);
321 set.addTransition(transition);
325 set = new TransitionSet().addTransition(set);
[all...]
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp99 bool set(int mode, int socket, sockaddr_storage *remote,
165 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote, function in class:__anon1439::AudioStream
476 bool set(int sampleRate, int sampleCount);
572 bool AudioGroup::set(int sampleRate, int sampleCount) function in class:__anon1439::AudioGroup
593 if (!mChain->set(AudioStream::NORMAL, pair[1], NULL, NULL,
655 // or stop-set-restart threads seems too heavy. Will investigate later.
810 if (track->set(AUDIO_STREAM_VOICE_CALL, sampleRate, AUDIO_FORMAT_PCM_16_BIT,
815 record->set(AUDIO_SOURCE_VOICE_COMMUNICATION, sampleRate, AUDIO_FORMAT_PCM_16_BIT,
975 int sampleCount = (codec ? codec->set(sampleRate, codecSpec) : -1);
985 if (!stream->set(mod
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DParameterUtils.java173 * @return a new face with the optional features set
351 * <p>Since all api1 camera devices only support a discrete set of zooms, we have
392 actualCrop.set(activeArray);
466 reportedCropRegion.set(bestReportedCropRegion);
467 previewCropRegion.set(bestPreviewCropRegion);
668 // set scaledRect to unzoomedStreamCrop
734 * to set the parameters to a specific zoom index, or to report back to the user what the
832 normalizedIntersected.set(RECTANGLE_EMPTY);
845 previewMetering.set(RECTANGLE_EMPTY);
983 reportedMetering.set(RECTANGLE_EMPT
[all...]
/frameworks/base/core/java/android/view/
H A DFocusFinder.java77 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);

Completed in 916 milliseconds

<<11121314151617181920>>