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

1234567891011>>

/frameworks/base/core/java/android/content/
H A DContext.java105 * SharedPreference loading flag: when set, the file on disk will
117 * explicitly set if desired.
124 * Database open flag: when set, the database is opened with write-ahead
144 * consider's the target service's process to be. When set, the only way
151 * {@link #BIND_ADJUST_WITH_ACTIVITY} set for them in order to achieve
158 * calls to unbind. When this flag is set, the callstack of the following
181 * the app itself. When set, the platform will try to have the out of
396 AttributeSet set, int[] attrs) {
397 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
408 AttributeSet set, in
395 obtainStyledAttributes( AttributeSet set, int[] attrs) argument
407 obtainStyledAttributes( AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
[all...]
/frameworks/base/core/java/android/os/
H A DLooper.java80 sThreadLocal.set(new Looper(quitAllowed));
H A DAsyncTask.java249 * Indicates the current status of the task. Each status will be set only once
283 mTaskInvoked.set(true);
466 mCancelled.set(true);
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java61 * latter is provided by the context set with the {@link #setContext}
162 field.set(this, null);
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java233 void set(InternalInsetsInfo other) { method in class:ViewTreeObserver.InternalInsetsInfo
234 contentInsets.set(other.contentInsets);
235 visibleInsets.set(other.visibleInsets);
236 touchableRegion.set(other.touchableRegion);
/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java50 SocketTagger.set(new NetworkManagementSocketTagger());
/frameworks/base/include/androidfw/
H A DAssetDir.h109 void set(const String8& path, FileType type) { function in class:android::AssetDir::FileInfo
/frameworks/base/libs/hwui/
H A DMatrix.h141 inline void set(int i, int j, float v) { function in class:android::uirenderer::Matrix4
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DEventHole.java91 info.touchableRegion.set(0, 0, top.getWidth(), top.getHeight());
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetFrame.java405 mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(mFrameHeight, getMeasuredHeight()));
406 mForegroundRect.set(mFrameStrokeAdjustment, mFrameStrokeAdjustment,getMeasuredWidth() -
460 mForegroundRect.set(mFrameStrokeAdjustment, mFrameStrokeAdjustment,
463 mBackgroundRect.set(0, 0, getMeasuredWidth(), Math.min(h, mFrameHeight));
/frameworks/base/services/java/com/android/server/
H A DSamplingProfilerService.java66 // Note: needs listening at event ATTRIB rather than CLOSE_WRITE, because we set the
118 SystemProperties.set("persist.sys.profiler_ms", samplingProfilerMs.toString());
/frameworks/base/services/java/com/android/server/am/
H A DAppErrorDialog.java97 mResult.set(msg.what);
H A DStrictModeViolationDialog.java94 mResult.set(msg.what);
/frameworks/base/services/java/com/android/server/location/
H A DMockProvider.java109 mLocation.set(l);
/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java84 mWindowHandle.touchableRegion.set(0, 0, dw, dh);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DBroadcastInterceptingContext.java61 set(intent);
/frameworks/compile/libbcc/tools/build/
H A Dgen-build-info.py114 lib_list = list(set(sys.argv[2:]))
/frameworks/compile/llvm-ndk-cc/
H A Dllvm-ndk-cc.cpp4 #include <set>
/frameworks/native/include/utils/
H A DBlobCache.h45 // set inserts a new binary value into the cache and associates it with the
52 // will be in the cache after set returns. Note, however, that a subsequent
53 // call to set may evict old key/value pairs from the cache.
60 void set(const void* key, size_t keySize, const void* value,
120 // clean evicts a randomly chosen set of entries from the cache such that
220 // BlobCache::set with a keySize parameter larger than mMaxKeySize will
225 // BlobCache::set with a valueSize parameter larger than mMaxValueSize will
230 // includes space for both keys and values. When a call to BlobCache::set
232 // pair passed to BlobCache::set will not be cached or other cache entries
245 // Cache entries are added to it by the 'set' metho
[all...]
/frameworks/rs/driver/
H A DrsdVertexArray.cpp54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, function in class:RsdVertexArray::Attrib
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
H A DAndroidJUnit4ClassRunner.java111 field.set(test, value);
/frameworks/base/core/java/android/provider/
H A DBrowserContract.java54 * the dirty flag is not automatically set and the "syncToNetwork" parameter
55 * is set to false when calling
538 * @see android.provider.SyncStateContract.Helpers#set
540 public static void set(ContentProviderClient provider, Account account, byte[] data) method in class:BrowserContract.SyncState
542 SyncStateContract.Helpers.set(provider, CONTENT_URI, account, data);
712 * If set to non-0 the user has opted into bookmark sync.
/frameworks/base/core/java/android/text/
H A DTextLine.java40 * <p>Call set to prepare the instance for use, then either draw, measure,
131 void set(TextPaint paint, CharSequence text, int start, int limit, int dir, method in class:TextLine
248 emojiRect.set(x + h, y + bmAscent,
626 wp.set(mPaint);
887 wp.set(mPaint);
896 wp.set(mPaint);
913 wp.set(mPaint);
946 wp.set(mPaint);
965 * Render a text run with the set-up paint.
1012 wp.set(mPain
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java411 * is set as the source.
755 * is set as the parent.
784 outBounds.set(mBoundsInParent.left, mBoundsInParent.top,
802 mBoundsInParent.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
811 outBounds.set(mBoundsInScreen.left, mBoundsInScreen.top,
829 mBoundsInScreen.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
1250 * is {@link View#NO_ID} the root is set as the labeled.
1307 * is {@link View#NO_ID} the root is set as the label.
1632 mBoundsInParent.set(other.mBoundsInParent);
1633 mBoundsInScreen.set(othe
[all...]
/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java167 thumbRect.set(bounds.left, bounds.top + offset,
170 thumbRect.set(bounds.left + offset, bounds.top,

Completed in 725 milliseconds

1234567891011>>