/cts/tests/tests/graphics/src/android/graphics/cts/ |
FontVariationAxisTest.java | 69 FontVariationAxis[] axes = FontVariationAxis.fromFontVariationSettings(""); local 70 assertNull(axes); 72 axes = FontVariationAxis.fromFontVariationSettings(null); 73 assertNull(axes); 75 axes = FontVariationAxis.fromFontVariationSettings("'wdth' 1"); 76 assertEquals(1, axes.length); 77 assertEquals("wdth", axes[0].getTag()); 78 assertEquals(1.0f, axes[0].getStyleValue(), FLOT_EQUALITY_PREC); 80 axes = FontVariationAxis.fromFontVariationSettings("\"wdth\" 100"); 81 assertEquals(1, axes.length) 154 final FontVariationAxis[] axes = { local [all...] |
/external/guava/guava/src/com/google/common/collect/ |
CartesianList.java | 37 private transient final ImmutableList<List<E>> axes; field in class:CartesianList 53 CartesianList(ImmutableList<List<E>> axes) { 54 this.axes = axes; 55 int[] axesSizeProduct = new int[axes.size() + 1]; 56 axesSizeProduct[axes.size()] = 1; 58 for (int i = axes.size() - 1; i >= 0; i--) { 60 IntMath.checkedMultiply(axesSizeProduct[i + 1], axes.get(i).size()); 70 return (index / axesSizeProduct[axis + 1]) % axes.get(axis).size(); 80 return axes.size() [all...] |
/hardware/libhardware/tests/input/evdev/ |
InputMocks.cpp | 40 // No relative axes 65 // No relative axes 66 // No absolute axes 84 // No relative axes 85 // No absolute axes 103 // No relative axes 104 // No absolute axes 127 // No relative axes 128 // No absolute axes 145 // No relative axes [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Keywords.java | 35 /** Table of axes names to opcode associations. */ 44 /** ancestor axes string. */ 47 /** ancestor-or-self axes string. */ 51 /** attribute axes string. */ 54 /** child axes string. */ 57 /** descendant-or-self axes string. */ 60 /** ancestor axes string. */ 64 /** following axes string. */ 67 /** following-sibling axes string. */ 71 /** parent axes string. * [all...] |
OpCodes.java | 567 /** ancestor axes opcode. */ 570 /** ancestor-or-self axes opcode. */ 573 /** attribute axes opcode. */ 576 /** children axes opcode. */ 579 /** descendants axes opcode. */ 582 /** descendants-of-self axes opcode. */ 585 /** following axes opcode. */ 588 /** following-siblings axes opcode. */ 591 /** parent axes opcode. */ 594 /** preceding axes opcode. * [all...] |
/frameworks/base/core/jni/android/graphics/ |
FontFamily.cpp | 51 std::vector<minikin::FontVariation> axes; member in struct:android::NativeFamilyBuilder 101 for (const auto& axis : builder->axes) { 117 builder->axes.clear(); 122 builder->axes); 143 builder->axes.clear(); 177 builder->axes.clear(); 183 builder->axes.clear(); 199 builder->axes.clear(); 205 builder->axes.clear(); 227 builder->axes.clear() [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
ftmm.h | 88 /* A structure used to model the axes and space of a Multiple Masters */ 94 /* num_axis :: Number of axes. Cannot exceed~4. */ 184 /* A structure used to model the axes and space of a Multiple Masters */ 190 /* num_axis :: The number of axes. The maximum value is~4 for */ 284 /* is larger than the number of axes, ignore the excess */ 285 /* values. If it is smaller than the number of axes, */ 286 /* use default values for the remaining axes. */ 313 /* is larger than the number of axes, ignore the excess */ 314 /* values. If it is smaller than the number of axes, */ 315 /* use default values for the remaining axes. * [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftmm.h | 88 /* A structure used to model the axes and space of a Multiple Masters */ 94 /* num_axis :: Number of axes. Cannot exceed~4. */ 184 /* A structure used to model the axes and space of a Multiple Masters */ 190 /* num_axis :: The number of axes. The maximum value is~4 for */ 284 /* is larger than the number of axes, ignore the excess */ 285 /* values. If it is smaller than the number of axes, */ 286 /* use default values for the remaining axes. */ 313 /* is larger than the number of axes, ignore the excess */ 314 /* values. If it is smaller than the number of axes, */ 315 /* use default values for the remaining axes. * [all...] |
/frameworks/base/graphics/java/android/graphics/ |
FontFamily.java | 92 public boolean addFont(String path, int ttcIndex, FontVariationAxis[] axes, int weight, 101 if (axes != null) { 102 for (FontVariationAxis axis : axes) { 113 public boolean addFontFromBuffer(ByteBuffer font, int ttcIndex, FontVariationAxis[] axes, 118 if (axes != null) { 119 for (FontVariationAxis axis : axes) { 140 FontVariationAxis[] axes) { 144 if (axes != null) { 145 for (FontVariationAxis axis : axes) {
|
/frameworks/base/tools/velocityplot/ |
velocityplot.py | 133 axes = self.fig.add_axes([0.1, top, 0.8, height], 140 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold') 141 axes.set_xlabel('time (s)', fontsize=10, fontweight='bold') 142 axes.set_ylabel(ylabel, fontsize=10, fontweight='bold') 143 axes.set_xticks(range(0, timespan + 1, timeticks)) 144 axes.set_yticks(yticks) 145 axes.grid(True) 147 for label in axes.get_xticklabels(): 149 for label in axes.get_yticklabels() [all...] |
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/test/ |
NestedScrollingParent2Adapter.java | 29 @ViewCompat.ScrollAxis int axes, @ViewCompat.NestedScrollType int type) { 35 @ViewCompat.ScrollAxis int axes, @ViewCompat.NestedScrollType int type) { 58 public void onNestedScrollAccepted(View child, View target, int axes) { 59 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH);
|
/external/freetype/include/freetype/ |
ftmm.h | 88 /* A structure to model the axes and space of a Multiple Masters */ 95 /* num_axis :: Number of axes. Cannot exceed~4. */ 198 /* A structure to model the axes and space of a Adobe MM, TrueType */ 204 /* num_axis :: The number of axes. The maximum value is~4 for */ 314 /* is larger than the number of axes, ignore the excess */ 315 /* values. If it is smaller than the number of axes, */ 316 /* use default values for the remaining axes. */ 344 /* is larger than the number of axes, ignore the excess */ 345 /* values. If it is smaller than the number of axes, */ 346 /* use default values for the remaining axes. * [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
GyroscopeMeasurementTestActivity.java | 177 private int[] getExpectationsDeg(int axes, int rotationAxis, int expectationDeg) { 178 int[] expectationsDeg = new int[axes]; 179 for (int i = 0; i < axes; ++i) { 186 private float[] getThresholdsDeg(int axes, int rotationAxis) { 187 float[] thresholdsDeg = new float[axes]; 188 for (int i = 0; i < axes; ++i) { 189 // tests set a high threshold on the axes where rotation is not expected, to account
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ReverseAxesWalker.java | 21 package org.apache.xpath.axes; 28 * Walker for a reverse axes. 70 * Get the next node in document order on the axes. 72 * @return the next node in document order on the axes, or null. 92 * Tells if this is a reverse axes. Overrides AxesWalker#isReverseAxes. 113 * reverse axes count, for the moment this re-searches the axes
|
AttributeIterator.java | 21 package org.apache.xpath.axes; 28 * attribute axes patterns. 29 * @see org.apache.xpath.axes#ChildTestIterator
|
SelfIteratorNoPredicate.java | 21 package org.apache.xpath.axes; 29 * "." patterns, that is, the self axes without any predicates. 30 * @see org.apache.xpath.axes.LocPathIterator
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncCurrent.java | 26 import org.apache.xpath.axes.LocPathIterator; 27 import org.apache.xpath.axes.PredicatedNodeTest; 30 import org.apache.xpath.axes.SubContextList;
|
/frameworks/minikin/libs/minikin/ |
FontUtils.cpp | 47 void analyzeAxes(const uint8_t* fvar_data, size_t fvar_size, std::unordered_set<uint32_t>* axes) { 54 axes->clear(); 74 axes->insert(tag);
|
FontUtils.h | 25 void analyzeAxes(const uint8_t* fvar_data, size_t fvar_size, std::unordered_set<uint32_t>* axes);
|
/frameworks/native/include/input/ |
KeyLayoutMap.h | 34 // Axis value should be split into two axes 59 * Describes a mapping from keyboard scan codes and joystick axes to Android key codes and axes.
|
/external/eigen/unsupported/Eigen/src/EulerAngles/ |
EulerSystem.h | 51 * Therefore, this could express all the axes {+X,+Y,+Z,-X,-Y,-Z} 74 * Euler rotation is a set of three rotation on fixed axes. (see \ref EulerAngles) 75 * This meta-class store constantly those signed axes. (see \ref EulerAxis) 80 * signed axes{+X,+Y,+Z,-X,-Y,-Z} are supported: 81 * - all axes X, Y, Z in each valid order (see below what order is valid) 91 * Same unsigned axes can't be neighbors, e.g. {X,X,Y} is invalid. 93 * - _tait bryan_ - all unsigned axes are distinct, e.g. {X,Y,Z} 94 * - _proper/classic Euler angles_ - The first and the third unsigned axes is equal, 101 * just use the equal intrinsic opposite order for axes and angles. 102 * I.e axes (A,B,C) becomes (C,B,A), and angles (a,b,c) becomes (c,b,a) [all...] |
/external/skia/include/core/ |
SkFontArguments.h | 43 SkFontArguments& setAxes(const Axis* axes, int axisCount) { 45 reinterpret_cast<const VariationPosition::Coordinate*>(axes);
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
TestedFrameLayout.java | 139 public void onNestedScrollAccepted(View child, View target, int axes) { 140 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); 169 @ViewCompat.ScrollAxis int axes, @ViewCompat.NestedScrollType int type) { 171 && mNestedScrollingDelegate.onStartNestedScroll(child, target, axes, type); 176 @ViewCompat.ScrollAxis int axes, @ViewCompat.NestedScrollType int type) { 178 mNestedScrollingDelegate.onNestedScrollAccepted(child, target, axes, type);
|
/frameworks/base/graphics/java/android/graphics/fonts/ |
FontVariationAxis.java | 177 * @param axes an array of FontVariationAxis. 180 public static @NonNull String toFontVariationSettings(@Nullable FontVariationAxis[] axes) { 181 if (axes == null || axes.length == 0) { 184 return TextUtils.join(",", axes);
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
NestedScrollingParentHelper.java | 62 @ScrollAxis int axes) { 63 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); 75 @ScrollAxis int axes, @NestedScrollType int type) { 76 mNestedScrollAxes = axes; 80 * Return the current axes of nested scrolling for this ViewGroup.
|