Searched defs:set (Results 1 - 25 of 74) sorted by relevance

123

/frameworks/base/services/java/com/android/server/am/
H A DAppErrorResult.java21 public void set(int res) { method in class:AppErrorResult
/frameworks/base/awt/java/awt/
H A DInsets.java157 public void set(int top, int left, int bottom, int right) { method in class:Insets
H A DEventQueue.java69 void set(EventQueueCore newCore) { method in class:EventQueue.EventQueueCoreAtomicReference
318 coreRef.set((newCore != null) ? newCore : new EventQueueCore(this));
/frameworks/base/core/java/android/text/
H A DTextPaint.java48 public void set(TextPaint tp) { method in class:TextPaint
49 super.set(tp);
/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/base/graphics/java/android/graphics/
H A DPoint.java42 public void set(int x, int y) { method in class:Point
H A DPointF.java44 public final void set(float x, float y) { method in class:PointF
52 public final void set(PointF p) { method in class:PointF
H A DColorMatrix.java86 public void set(ColorMatrix src) { method in class:ColorMatrix
93 public void set(float[] src) { method in class:ColorMatrix
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix2f.java38 public void set(int i, int j, float v) { method in class:Matrix2f
H A DMatrix3f.java38 public void set(int i, int j, float v) { method in class:Matrix3f
H A DMatrix4f.java38 public void set(int i, int j, float v) { method in class:Matrix4f
133 set(i,0, ri0);
134 set(i,1, ri1);
135 set(i,2, ri2);
136 set(i,3, ri3);
/frameworks/base/libs/rs/
H A DrsVertexArray.cpp50 void VertexArray::Attrib::set(const Attrib &a) function in class:VertexArray::Attrib
81 mAttribs[mCount].set(a);
H A DrsComponent.cpp26 set(RS_TYPE_NONE, RS_KIND_USER, false, 1);
33 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) function in class:Component
H A DrsLocklessFifo.cpp37 mSignalToWorker.set();
110 mSignalToWorker.set();
136 mSignalToControl.set();
163 mSignalToControl.set();
224 void LocklessCommandFifo::Signal::set() function in class:LocklessCommandFifo::Signal
230 LOGE("LocklessCommandFifo: error %i locking for set condition.", status);
238 LOGE("LocklessCommandFifo: error %i on set condition.", status);
243 LOGE("LocklessCommandFifo: error %i unlocking for set condition.", status);
H A DrsMatrix.h34 inline void set(int i, int j, float v) { function in struct:android::renderscript::Matrix
H A DrsObjectBase.h101 void set(T *ref) { function in class:android::renderscript::ObjectBaseRef
111 void set(const ObjectBaseRef &ref) { function in class:android::renderscript::ObjectBaseRef
112 set(ref.mRef);
/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfo.java54 Set<Class<?>> set = Sets.newHashSet();
55 addTopLevelClassesTo(set);
56 return set;
59 private void addTopLevelClassesTo(Set<Class<?>> set) { argument
60 set.addAll(topLevelClasses);
62 info.addTopLevelClassesTo(set);
/frameworks/base/core/java/android/os/
H A DSystemProperties.java117 public static void set(String key, String val) { method in class:SystemProperties
/frameworks/base/core/java/android/app/
H A DAlarmManager.java137 public void set(int type, long triggerAtTime, PendingIntent operation) { method in class:AlarmManager
139 mService.set(type, triggerAtTime, operation);
150 * <p>Like {@link #set}, except you can also
161 * set a recurring alarm for the top of every hour but the phone was asleep
180 * @see #set
234 * the number of wakeups. Otherwise, the alarm will be set
241 * @see #set
272 * @see #set
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java92 * @param account the {@link Account} whose sync state should be set
97 public static void set(ContentProviderClient provider, Uri uri, method in class:SyncStateContract.Helpers
142 * @param account the {@link Account} whose sync state should be set
162 * @param uri the uri of the specific sync state to set
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java98 public void set(Transformation t) { method in class:Transformation
100 mMatrix.set(t.getMatrix());
/frameworks/base/core/jni/
H A DTimeUtils.h67 void set(int64_t millis);
69 inline void set(int sec, int min, int hour, int mday, int mon, int year, function in class:android::Time
H A DTime.cpp192 Time::set(int64_t millis) function in class:android::Time
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java40 public void set(IBulkCursor bulkCursor) { method in class:BulkCursorToCursorAdaptor
47 // Search for the rowID column index and set it for our parent
56 * Version of set() that does fewer Binder calls if the caller
59 public void set(IBulkCursor bulkCursor, int count, int idIndex) { method in class:BulkCursorToCursorAdaptor
128 // which is what actually makes the data set invalid.
/frameworks/base/include/utils/
H A DAssetDir.h109 void set(const String8& path, FileType type) { function in class:android::AssetDir::FileInfo

Completed in 1372 milliseconds

123