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

123456789

/frameworks/base/core/java/android/view/
H A DView.java6155 final int range = computeVerticalScrollRange();
6159 extent, range);
6161 extent, range, offset);
6182 final int range = computeHorizontalScrollRange();
6186 extent, range);
6188 extent, range, offset);
12210 final int[] range = forward ? iterator.following(current) : iterator.preceding(current);
12211 if (range == null) {
12214 final int segmentStart = range[0];
12215 final int segmentEnd = range[
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp3244 /* void glGetShaderPrecisionFormat ( GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision ) */
3253 GLint *range = (GLint *) 0; local
3261 _exceptionMessage = "range == null";
3279 range = range_base + rangeOffset;
3307 (GLint *)range,
3325 /* void glGetShaderPrecisionFormat ( GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision ) */
3337 GLint *range = (GLint *) 0; local
3344 _exceptionMessage = "range == null";
3347 range = (GLint *)getPointer(_env, range_buf, (jarray*)&_rangeArray, &_rangeRemaining, &_rangeBufferOffset);
3367 if (range
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1091 const InputDeviceInfo::MotionRange& range = ranges.itemAt(i); local
1092 const char* label = getAxisLabel(range.axis);
1098 snprintf(name, sizeof(name), "%d", range.axis);
1102 name, range.source, range.min, range.max, range.flat, range.fuzz,
1103 range.resolution);
2059 dump += StringPrintf(INDENT4 "%s: unknown range\
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp71 // OMX errors are directly mapped into status_t range if
2196 ALOGW("compression level %d outside [0..8] range, "
2201 ALOGW("compression level %d outside [0..8] range, "
5326 int32_t range, standard, transfer; local
5327 convertCodecColorAspectsToPlatformAspects(aspects, &range, &standard, &transfer);
5330 if (range == 0) {
5331 range = (dataSpace & HAL_DATASPACE_RANGE_MASK) >> HAL_DATASPACE_RANGE_SHIFT;
5341 if (range != 0) {
5342 mOutputFormat->setInt32("color-range", range);
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java972 long range = getCharClusterRange(minOffset);
973 selectionStart = TextUtils.unpackRangeStartFromLong(range);
974 selectionEnd = TextUtils.unpackRangeEndFromLong(range);
1010 * Get the minimum range of paragraphs that contains startOffset and endOffset.
1851 // be redrawn after they get scrolled into drawing range.
1933 // brings this range of text back to the top left corner of the viewport
1996 * Invalidates all the sub-display lists that overlap the specified character range
2256 * the current cursor position or selection range. This method is consistent with the
2595 final long range = getCharClusterRange(start + DRAG_SHADOW_MAX_TEXT_LENGTH);
2596 end = TextUtils.unpackRangeEndFromLong(range);
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h452 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
595 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
H A Dgl2ext.h3080 typedef GLuint (GL_APIENTRYP PFNGLGENPATHSNVPROC) (GLsizei range);
3081 typedef void (GL_APIENTRYP PFNGLDELETEPATHSNVPROC) (GLuint path, GLsizei range);
3157 GL_APICALL GLuint GL_APIENTRY glGenPathsNV (GLsizei range);
3158 GL_APICALL void GL_APIENTRY glDeletePathsNV (GLuint path, GLsizei range);
/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h535 (static_cast<uint32_t>(t.range) << 24) |
/frameworks/base/media/java/android/media/
H A DExifInterface.java1972 long[] range = new long[2];
1973 range[0] = mThumbnailOffset;
1974 range[1] = mThumbnailLength;
1976 return range;
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py252 for serial_num_index in range(4, len(raw_output), 2):
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py503 for i in range(0,n):
982 """Generate interfaces for the specified API type and range of versions"""
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp281 mBufferInfo.range = bufferSize;
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java986 * <p>The value of brightness. The unit is the APEX value. Ordinarily it is given in the range
999 * <p>The exposure bias. The unit is the APEX value. Ordinarily it is given in the range of
1012 * in the range of 00.00 to 99.99, but it is not limited to this range.</p>
1794 * The range of values is from 0.00 to 359.99.</p>
1820 * The range of values is from 0.00 to 359.99.</p>
1916 * The range of values is from 0.00 to 359.99.</p>
2627 * The contant used by {@link #TAG_SUBJECT_DISTANCE_RANGE} to denote the subject distance range
2632 * The contant used by {@link #TAG_SUBJECT_DISTANCE_RANGE} to denote the subject distance range
2637 * The contant used by {@link #TAG_SUBJECT_DISTANCE_RANGE} to denote the subject distance range
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec186 arg: #2#1 v, range(-1,1)
200 arg: #2#1 v, range(-1,1)
232 arg: #2#1 v, range(-1,1)
248 arg: #2#1 v, range(-1,1)
257 arg: #2#1 v, range(-1,1)
271 arg: #2#1 v, range(-1,1)
303 arg: #2#1 v, range(-1,1)
319 arg: #2#1 v, range(-1,1)
328 arg: #2#1 v, range(-1,1)
342 arg: #2#1 v, range(
[all...]
H A Drs_graphics.spec454 If start and len are also specified, draw specified index range of part of a mesh using the current context state.
475 arg: uint start, "starting index in the range"
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1623 const InputDeviceInfo::MotionRange* range = info.getMotionRange(axis, source); local
1624 ASSERT_TRUE(range != NULL) << "Axis: " << axis << " Source: " << source;
1625 ASSERT_EQ(axis, range->axis) << "Axis: " << axis << " Source: " << source;
1626 ASSERT_EQ(source, range->source) << "Axis: " << axis << " Source: " << source;
1627 ASSERT_NEAR(min, range->min, EPSILON) << "Axis: " << axis << " Source: " << source;
1628 ASSERT_NEAR(max, range->max, EPSILON) << "Axis: " << axis << " Source: " << source;
1629 ASSERT_NEAR(flat, range->flat, EPSILON) << "Axis: " << axis << " Source: " << source;
1630 ASSERT_NEAR(fuzz, range->fuzz, EPSILON) << "Axis: " << axis << " Source: " << source;
2176 // Initially there may not be a valid motion range.
2182 // When the bounds are set, then there should be a valid motion range
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewLayoutTest.java1681 int[] range = beforeState.get() ? beforeRange : afterRange;
1682 layoutRange(recycler, range[0], range[1]);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h452 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
595 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
H A Dgl31.h454 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
597 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
H A Dgl32.h454 typedef void (GL_APIENTRYP PFNGLGETSHADERPRECISIONFORMATPROC) (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
597 GL_APICALL void GL_APIENTRY glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision);
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h2081 VkDeviceSize range; member in struct:VkBufferViewCreateInfo
2446 VkDeviceSize range; member in struct:VkDescriptorBufferInfo
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java10600 private static boolean withinRange(Pair<LocalDate, LocalDate> range, LocalDate date) { argument
10601 return (!date.isBefore(range.first) && !date.isAfter(range.second));
10646 // is within range of the current freeze period, assume the device was off
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp91 // range checked; guaranteed to NUL-terminate within the stated number of available slots
5202 "Res_value::data_type has changed. The range checks in this "
5331 // Magnitude needs entire range, so no fractional part.
5732 accessor->reportError(accessorCookie, "Integer value out of range");
6395 // Check that the entry idx is within range of the declared entry count (ResTable_typeSpec).
6595 LOG_ALWAYS_FATAL("Package id out of range");
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 926 milliseconds

123456789