Searched defs:base (Results 126 - 150 of 175) sorted by relevance

1234567

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java409 for (BaseRecyclerViewAnimationsTest.AnimateLogBase base : list) {
410 long id = getItemId(base.viewHolder);
412 target.put(id, log(base));
416 private String log(BaseRecyclerViewAnimationsTest.AnimateLogBase base) { argument
417 return base.getClass().getSimpleName() +
418 ((TextView) base.viewHolder.itemView).getText() + ": " +
419 "[pre:" + log(base.postInfo) +
420 ", post:" + log(base.postInfo) + "]";
H A DBaseStaggeredGridLayoutManagerTest.java68 protected static List<Config> addConfigVariation(List<Config> base, String fieldName, argument
73 for (Config config : base) {
/frameworks/base/core/java/android/content/res/
H A DResources.java664 * truncating the base value to an integer.
699 * rounding the base value, and ensuring that a non-zero base value
735 * @param base The base value of this fraction. In other words, a
737 * @param pbase The parent base value of this fraction. In other
742 * base value.
746 public float getFraction(@FractionRes int id, int base, int pbase) { argument
751 return TypedValue.complexToFraction(value.data, base, pbase);
1475 * that style will be applied on top of the base attribute
[all...]
H A DConfiguration.java64 * to the base density scaling.
2143 * Generate a delta Configuration between <code>base</code> and <code>change</code>. The
2152 public static Configuration generateDelta(Configuration base, Configuration change) { argument
2154 if (base.fontScale != change.fontScale) {
2158 if (base.mcc != change.mcc) {
2162 if (base.mnc != change.mnc) {
2166 base.fixUpLocaleList();
2168 if (!base.mLocaleList.equals(change.mLocaleList)) {
2173 if (base.touchscreen != change.touchscreen) {
2177 if (base
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java896 static int getDimensionOrFraction(TypedArray a, int index, int base, int defValue) { argument
903 return Math.round(a.getFraction(index, base, base, defValue));
/frameworks/base/core/java/android/os/
H A DEnvironment.java244 * Returns the base directory for per-user system directory, device encrypted.
252 * Returns the base directory for per-user system directory, credential encrypted.
925 * Append path segments to each given base path, returning result.
929 public static File[] buildPaths(File[] base, String... segments) { argument
930 File[] result = new File[base.length];
931 for (int i = 0; i < base.length; i++) {
932 result[i] = buildPath(base[i], segments);
938 * Append path segments to given base path, returning result.
942 public static File buildPath(File base, String... segments) { argument
943 File cur = base;
[all...]
H A DStrictMode.java707 public Builder(VmPolicy base) { argument
708 mMask = base.mask;
710 mClassInstanceLimit = base.classInstanceLimit;
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java49 public DynamicLayout(CharSequence base, argument
54 this(base, base, paint, width, align, spacingmult, spacingadd,
61 * that will be updated as the base text is changed.
63 public DynamicLayout(CharSequence base, CharSequence display, argument
68 this(base, display, paint, width, align, spacingmult, spacingadd,
75 * that will be updated as the base text is changed.
79 public DynamicLayout(CharSequence base, CharSequence display, argument
85 this(base, display, paint, width, align, TextDirectionHeuristics.FIRSTSTRONG_LTR,
94 * that will be updated as the base tex
100 DynamicLayout(CharSequence base, CharSequence display, TextPaint paint, int width, Alignment align, TextDirectionHeuristic textDir, float spacingmult, float spacingadd, boolean includepad, int breakStrategy, int hyphenationFrequency, int justificationMode, TextUtils.TruncateAt ellipsize, int ellipsizedWidth) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp694 int32_t writerFormat, uint8_t **base, uint32_t *size, int *pixelStride, int *rowStride) {
697 status_t res = getLockedImageInfo(buffer, idx, writerFormat, base, size,
693 Image_getLockedImageInfo(JNIEnv* env, LockedImage* buffer, int idx, int32_t writerFormat, uint8_t **base, uint32_t *size, int *pixelStride, int *rowStride) argument
H A Dandroid_media_Utils.cpp647 int32_t containerFormat, uint8_t **base, uint32_t *size, int *pixelStride, int *rowStride) {
650 LOG_ALWAYS_FATAL_IF(base == NULL, "base is NULL!!!");
847 *base = pData;
646 getLockedImageInfo(LockedImage* buffer, int idx, int32_t containerFormat, uint8_t **base, uint32_t *size, int *pixelStride, int *rowStride) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java164 * Path to the validated base APK for this session, which may point at an
165 * APK inside the session (when the session defines the base), or it may
166 * point at the existing base APK (when adding splits to an existing app).
754 targetName = "base.apk";
796 // Full installs must include a base package
799 "Full install must include a base package");
806 "Missing existing base package for " + mPackageName);
819 assertApkConsistent("Existing base", existingBase);
821 // Inherit base if not overridden
860 // Only add compiled files associated with the base
956 getRelativePath(File file, File base) argument
[all...]
H A DPackageSettingBase.java43 * Settings base class for pending and resolved classes.
70 * this is path to single base APK file; for cluster packages this is
175 PackageSettingBase(PackageSettingBase base, String realName) { argument
176 super(base);
177 name = base.name;
179 doCopy(base);
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp165 sp<KeyCharacterMap> KeyCharacterMap::combine(const sp<KeyCharacterMap>& base, argument
168 return base;
170 if (base == NULL) {
174 sp<KeyCharacterMap> map = new KeyCharacterMap(*base.get());
274 // For example, the base key behavior will usually be last in the list.
470 // For example, the base key behavior will usually be last in the list.
1138 if (token == "base") {
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp40 | base col1 | base col2 | base col1 | base col2 |
46 | base col1 | base col2 | table | table |diff|flip|
55 | base col1 | dcol 2 | base col1 | dcol 2 |
61 | base col 1 | dcol 2 | table | table |diff|flip|
162 inline int convertDiff(int base, in argument
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp499 // Get a base pointer to the new LOD
500 const Allocation *base = alloc->mHal.state.baseAlloc; local
502 if (base == nullptr) {
512 alloc->mHal.drvState.lod[lod] = base->mHal.drvState.lod[lod + lodBias];
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp570 // Get a base pointer to the new LOD
571 const Allocation *base = alloc->mHal.state.baseAlloc; local
573 if (base == nullptr) {
580 alloc->mHal.drvState.lod[lod] = base->mHal.drvState.lod[lod + lodBias];
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp584 static_assert(!std::is_same<U, UnexpectedU>::value, "should not be member pointer of the base type");
601 "base member pointer should have base class in type");
1411 struct base { enum : uint32_t { baseIndex = 1 }; }; struct
1413 static_assert(C2AddBaseIndex<base, 1>::baseIndex == 1, "should be 1");
/frameworks/base/core/java/android/app/
H A DDownloadManager.java566 private void setDestinationFromBase(File base, String subPath) { argument
570 mDestinationUri = Uri.withAppendedPath(Uri.fromFile(base), subPath);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java57 public ContextWrapper(Context base) { argument
58 mBase = base;
62 * Set the base context for this ContextWrapper. All calls will then be
63 * delegated to the base context. Throws
64 * IllegalStateException if a base context has already been set.
66 * @param base The new base context for this wrapper.
68 protected void attachBaseContext(Context base) { argument
72 mBase = base;
76 * @return the base contex
[all...]
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java291 protected void attachBaseContext(Context base) { argument
292 super.attachBaseContext(base);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1580 private static float computeLog(float t, int base) { argument
1581 return (float) (1 - Math.pow(base, -t));
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1162 private String settingSetIndicatorName(String base) { argument
1163 return base + "_set";
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java1762 public Statement apply(Statement base, FrameworkMethod method, Object target) { argument
1772 return base;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp1024 static bool isIsaMatched(uint32_t base, uint32_t ext) { argument
1025 if (base == ext)
1027 if (base == llvm::ELF::EF_MIPS_ARCH_32 &&
1030 if (base == llvm::ELF::EF_MIPS_ARCH_32R2 &&
1036 if (ext == base)
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 386 milliseconds

1234567