Searched refs:res (Results 201 - 225 of 2052) sorted by relevance

1234567891011>>

/frameworks/base/tools/aapt2/integration-tests/StaticLibTwo/
H A DAndroid.mk24 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DPointerIcon_Delegate.java22 import android.content.res.Resources;
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DConverters.java19 import android.content.res.ColorStateList;
/frameworks/ex/common/java/com/android/common/io/
H A DMoreCloseables.java19 import android.content.res.AssetFileDescriptor;
/frameworks/native/include/android/
H A Dmultinetwork.h93 * - |res| must not be NULL
100 const struct addrinfo *hints, struct addrinfo **res);
/frameworks/support/compat/java/android/support/v4/os/
H A DConfigurationCompat.java21 import android.content.res.Configuration;
/frameworks/support/compat/java/android/support/v4/view/
H A DTintableBackgroundView.java19 import android.content.res.ColorStateList;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintInfo.java19 import android.content.res.ColorStateList;
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp226 XAresult res; local
236 res = xaCreateEngine( &xa, 1, EngineOption, NUM_ENGINE_INTERFACES, itfIidArray, itfRequired);
237 ExitOnError(res);
240 res = (*xa)->Realize(xa, XA_BOOLEAN_FALSE); ExitOnError(res);
244 res = (*xa)->GetInterface(xa, XA_IID_VIDEODECODERCAPABILITIES, (void*)&decItf);
245 ExitOnError(res);
252 res = (*decItf)->GetVideoDecoders(decItf, &numDecoders, NULL); ExitOnError(res);
261 res
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnticipateOvershootInterpolator.java24 import android.content.res.Resources;
25 import android.content.res.Resources.Theme;
26 import android.content.res.TypedArray;
72 public AnticipateOvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { argument
77 a = res.obtainAttributes(attrs, AnticipateOvershootInterpolator);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java20 import android.content.res.Configuration;
21 import android.content.res.Resources;
94 Resources res = mAppContext.getResources();
95 fakeShadows = res.getBoolean(R.bool.config_recents_fake_shadows);
96 svelteLevel = res.getInteger(R.integer.recents_svelte_level);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMoreNinePatchesActivity.java21 import android.content.res.Resources;
52 Resources res = context.getResources();
53 mDrawable1 = res.getDrawable(R.drawable.progress_vertical_holo_dark);
54 mDrawable2 = res.getDrawable(R.drawable.scrubber_progress_vertical_holo_dark);
55 mDrawable3 = res.getDrawable(R.drawable.scrubber_vertical_primary_holo);
/frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
H A DVersionDialog.java27 import android.content.res.Resources;
48 final Resources res = context.getResources();
50 builder.setTitle(res.getText(R.string.upgrade_title));
51 builder.setMessage(res.getString(R.string.upgrade_body,
54 builder.setPositiveButton(res.getText(R.string.upgrade_button),
/frameworks/opt/setupwizard/library/
H A Dcommon-gingerbread.mk10 # $(LOCAL_PATH)/res
33 $(suwlib_dir)/main/res \
34 $(suwlib_dir)/eclair-mr1/res \
35 $(suwlib_dir)/full-support/res
44 LOCAL_RESOURCE_DIR += frameworks/support/v7/appcompat/res
51 LOCAL_RESOURCE_DIR += frameworks/support/v7/recyclerview/res
/frameworks/support/tv-provider/tests/src/android/support/media/tv/
H A DChannelLogoUtilsTest.java22 import android.content.res.Resources;
70 Resources res = getContext().getResources();
73 .authority(res.getResourcePackageName(resId))
74 .appendPath(res.getResourceTypeName(resId))
75 .appendPath(res.getResourceEntryName(resId))
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DAmPmCirclesView.java20 import android.content.res.Resources;
76 Resources res = context.getResources();
77 mUnselectedColor = res.getColor(android.R.color.white);
78 mSelectedColor = res.getColor(R.color.blue);
79 mAmPmTextColor = res.getColor(R.color.ampm_text_color);
81 String typefaceFamily = res.getString(R.string.sans_serif);
88 Float.parseFloat(res.getString(R.string.circle_radius_multiplier));
90 Float.parseFloat(res.getString(R.string.ampm_circle_radius_multiplier));
102 Resources res = context.getResources();
104 mUnselectedColor = res
[all...]
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp92 status_t res; local
94 res = Camera2ClientBase::initialize(providerPtr);
95 if (res != OK) {
96 return res;
132 binder::Status res = binder::Status::ok(); local
134 if ( !(res = checkPidStatus(__FUNCTION__) ).isOk()) {
135 return res;
249 res = STATUS_ERROR(CameraService::ERROR_INVALID_OPERATION,
263 res = STATUS_ERROR(CameraService::ERROR_INVALID_OPERATION,
270 return res;
281 binder::Status res; local
325 binder::Status res; local
385 binder::Status res; local
455 binder::Status res; local
574 binder::Status res; local
626 binder::Status res; local
658 binder::Status res; local
698 binder::Status res; local
951 binder::Status res; local
986 binder::Status res; local
1009 binder::Status res; local
1043 binder::Status res; local
1066 binder::Status res; local
1106 binder::Status res; local
1154 binder::Status res; local
1195 binder::Status res; local
1443 status_t res = checkPid(checkLocation); local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct.cpp355 int res; local
538 res = (*pred++ + block[0+(i<<3)]);
539 CLIP_RESULT(res);
540 *dst++ = res;
541 res = (*pred++ + block[1+(i<<3)]);
542 CLIP_RESULT(res);
543 *dst++ = res;
544 res = (*pred++ + block[2+(i<<3)]);
545 CLIP_RESULT(res);
546 *dst++ = res;
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_ver_half.s41 res RN 3 label
172 LDR res, = 0x00FF00FF
175 AND res, res, tmpb, LSR #5 ;// mask and divide by 32
192 ORR res, res, tmpa
193 STR res, [mb], #16 ;// next row (mb)
216 LDR res, = 0x00FF00FF
219 AND res, res, tmp
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegCompressor.cpp54 status_t res; local
55 res = run("JpegCompressor");
56 if (res != OK) {
58 __FUNCTION__, strerror(-res), res);
61 return res;
162 status_t res = OK; local
164 res = mDone.waitRelative(mBusyMutex, timeout);
166 return (res == OK);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java20 import android.content.res.Resources;
92 private TransitionDrawable(TransitionState state, Resources res) { argument
93 super(state, res);
101 LayerState createConstantState(LayerState state, Resources res) { argument
102 return new TransitionState((TransitionState) state, this, res);
248 TransitionState(TransitionState orig, TransitionDrawable owner, Resources res) { argument
249 super(orig, owner, res);
258 public Drawable newDrawable(Resources res) { argument
259 return new TransitionDrawable(this, res);
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java22 import android.content.res.Configuration;
23 import android.content.res.Resources;
152 * in frameworks/base/core/res/res/values/config.xml or the appropriate device resource overlay.
276 * These constants must match the definition in res/values/config.xml.
344 final Resources res = context.getResources();
345 final DisplayMetrics metrics = res.getDisplayMetrics();
346 final Configuration config = res.getConfiguration();
372 final int configVal = res.getInteger(
400 mFadingMarqueeEnabled = res
[all...]
/frameworks/support/compat/ics/android/support/v4/graphics/drawable/
H A DDrawableWrapperApi14.java19 import android.content.res.ColorStateList;
20 import android.content.res.Resources;
53 DrawableWrapperApi14(@NonNull DrawableWrapperState state, @Nullable Resources res) { argument
55 updateLocalState(res);
74 private void updateLocalState(@Nullable Resources res) { argument
76 final Drawable dr = newDrawableFromState(mState.mDrawableState, res);
85 @Nullable Resources res) {
86 return state.newDrawable(res);
358 DrawableWrapperState(@Nullable DrawableWrapperState orig, @Nullable Resources res) { argument
373 public abstract Drawable newDrawable(@Nullable Resources res); argument
84 newDrawableFromState(@onNull Drawable.ConstantState state, @Nullable Resources res) argument
387 DrawableWrapperStateBase( @ullable DrawableWrapperState orig, @Nullable Resources res) argument
393 newDrawable(@ullable Resources res) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DUserSwitchingDialog.java22 import android.content.res.Resources;
64 Resources res = getContext().getResources();
70 viewMessage = res.getString(R.string.user_logging_out_message, oldUser.name);
73 viewMessage = res.getString(R.string.demo_restarting_message);
75 viewMessage = res.getString(R.string.demo_starting_message);
78 viewMessage = res.getString(R.string.user_switching_message, newUser.name);
/frameworks/opt/photoviewer/
H A DAndroid.mk22 appcompat_res_dirs := appcompat/res res ../../../$(SUPPORT_LIBRARY_ROOT)/v7/appcompat/res ../../../$(SUPPORT_LIBRARY_ROOT)/compat/res
47 activity_res_dirs := activity/res res ../../../$(SUPPORT_LIBRARY_ROOT)/compat/res
68 activity_res_dirs := activity/res res
86 activity_res_dirs := activity/res re
[all...]

Completed in 2218 milliseconds

1234567891011>>