HomeSort by relevance Sort by last modified time
    Searched full:resid (Results 251 - 275 of 577) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/
android_util_AssetManager.cpp 695 jint resid)
703 if (!am->getResources().getResourceName(resid, true, &name)) {
738 jint resid)
746 if (!am->getResources().getResourceName(resid, true, &name)) {
758 jint resid)
766 if (!am->getResources().getResourceName(resid, true, &name)) {
782 jint resid)
790 if (!am->getResources().getResourceName(resid, true, &name)) {
1188 uint32_t resid = 0; local
1437 uint32_t resid = 0; local
1611 uint32_t resid = 0; local
1725 uint32_t resid = 0; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 379 * Decode resource with ResId into reuse bitmap without scaling, verifying expected hasAlpha
381 private void decodeResourceWithReuse(Bitmap reuse, int resId, boolean hasAlpha) {
387 Bitmap output = BitmapFactory.decodeResource(mRes, resId, options);
589 private InputStream obtainInputStream(int resId) {
590 return mRes.openRawResource(resId);
606 * @param resId Original file. It will be copied into the new file.
611 private String obtainPath(int resId, long offset) throws IOException {
621 InputStream is = obtainInputStream(resId);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LevelListDrawableTest.java 185 private XmlResourceParser getResourceParser(int resId) throws XmlPullParserException,
188 resId);
  /cts/tests/tests/security/src/android/security/cts/
PackageSignatureTest.java 118 private Signature getSignature(int resId) throws NotFoundException, IOException {
119 InputStream input = mContext.getResources().openRawResource(resId);
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 151 private void createSampleImage(File imagefile, int resid) {
156 source = getContext().getResources().openRawResource(resid);
RadioGroup_LayoutParamsTest.java 156 private AttributeSet getAttributeSet(int resId) {
157 XmlPullParser parser = mContext.getResources().getLayout(resId);
  /external/fio/engines/
posixaio.c 134 io_u->resid = io_u->xfer_buflen;
138 io_u->resid = io_u->xfer_buflen - retval;
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 237 void setHintText(int resId) {
238 text.setText(resId);
777 * @param resId
779 public void setLeftHintText(int resId) {
781 mLeftSlider.setHintText(resId);
807 * @param resId
809 public void setRightHintText(int resId) {
811 mRightSlider.setHintText(resId);
    [all...]
ActionBarView.java 676 public void setIcon(int resId) {
677 setIcon(resId != 0 ? mContext.getDrawable(resId) : null);
691 public void setLogo(int resId) {
692 setLogo(resId != 0 ? mContext.getDrawable(resId) : null);
    [all...]
  /frameworks/base/docs/html/training/backward-compatible-ui/
new-implementation.jd 73 public CompatTab setText(int resId) {
75 mTab.setText(resId);
older-implementation.jd 81 public CompatTab setText(int resId) {
84 mText = mActivity.getResources().getText(resId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
IntentTile.java 197 public PackageDrawableIcon(String pkg, int resId) {
199 mResId = resId;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 161 int resID, Type constants) {
163 fb.setShader(res, resID);
  /frameworks/base/tools/aapt2/
BinaryResourceParser.cpp 486 const ResourceId resId = { mTable->getPackageId(), header->typeId, entry->entryId };
498 if (!mTable->markPublicAllowMangled(name, resId, source)) {
504 auto cacheIter = mIdIndex.find(resId);
506 mIdIndex.insert({ resId, name });
600 const ResourceId resId = { mTable->getPackageId(), type->id, it.index() };
646 if (!mTable->markPublicAllowMangled(name, resId, mSource.line(0))) {
653 auto cacheIter = mIdIndex.find(resId);
655 mIdIndex.insert({ resId, name });
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
TransitionHelperKitkat.java 228 static Object loadTransition(Context context, int resId) {
229 return TransitionInflater.from(context).inflateTransition(resId);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 94 public LazyLoadedBitmap(int resId) {
95 mResId = resId;
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 423 int resId = R.string.notification_ongoing_call;
425 resId = R.string.notification_ongoing_call_wifi;
430 resId = R.string.notification_incoming_call_wifi;
432 resId = R.string.notification_incoming_call;
435 resId = R.string.notification_on_hold;
437 resId = R.string.notification_dialing;
440 resId = R.string.notification_requesting_video_call;
443 return resId;
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControl.java 133 int resId, String[] keys) {
135 context, resId, mPreferenceGroup, keys);
SecondLevelIndicatorControlBar.java 148 int resId, String[] keys) {
150 super.addOtherSettingIndicator(context, resId, keys);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
Utils.java 61 public static Drawable loadDrawable(PackageManager pm, String pkg, int resId) {
63 return pm.getResourcesForApplication(pkg).getDrawable(resId, null);
  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 167 private void sendResponse(int resId) {
171 args.putInt(StkAppService.RES_ID, resId);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.java 143 final int resId = res.getIdentifier(name, "string", resourcePackageName);
144 return res.getString(resId);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]
  /frameworks/base/core/java/android/app/
ActionBar.java 255 * @param resId Resource ID of a layout to inflate into the ActionBar.
259 public abstract void setCustomView(@LayoutRes int resId);
269 * @param resId Resource ID of a drawable to show as an icon.
274 public abstract void setIcon(@DrawableRes int resId);
299 * @param resId Resource ID of a drawable to show as a logo.
304 public abstract void setLogo(@DrawableRes int resId);
395 * @param resId Resource ID of title string to set
400 public abstract void setTitle(@StringRes int resId);
418 * @param resId Resource ID of subtitle string to set
423 public abstract void setSubtitle(@StringRes int resId);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
plistlib.py 114 def readPlistFromResource(path, restype='plst', resid=0):
125 plistData = Res.Get1Resource(restype, resid).data
130 def writePlistToResource(rootObject, path, restype='plst', resid=0):
142 Res.Get1Resource(restype, resid).RemoveResource()
146 res.AddResource(restype, resid, '')

Completed in 2714 milliseconds

<<11121314151617181920>>