Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/libs/hwui/
DFrameInfo.h133 int64_t gap = endtime - starttime; in duration() local
134 gap = starttime > 0 ? gap : 0; in duration()
142 gap -= offset; in duration()
145 return gap > 0 ? gap : 0; in duration()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java250 public int gap; field in Keyboard.Key
318 gap = parent.defaultHorizontalGap; in Key()
346 gap = getDimensionOrFraction(a, in Key()
352 this.x += gap; in Key()
615 x += key.width + key.gap; in Keyboard()
636 totalGap += key.gap; in resize()
647 x += key.width + key.gap; in resize()
669 protected void setHorizontalGap(int gap) { in setHorizontalGap() argument
670 mDefaultHorizontalGap = gap; in setHorizontalGap()
677 protected void setVerticalGap(int gap) { in setVerticalGap() argument
[all …]
DKeyboardView.java616 dimensionSum += Math.min(key.width, key.height) + key.gap; in computeProximityThreshold()
/frameworks/base/tools/orientationplot/
DREADME.txt50 2. Ensure that there is an appropriate gap between adjacent orientation angles
53 point in between the two orientations; that is the gap. The gap should be
59 There should be no gap observed initially. The algorithm should pick one
63 the measured orientation angle is now within the gap between the new
66 In other words, the hysteresis gap applies only when the measured orientation
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java849 int gap = mOrientationHelper.getEndAfterPadding() - endOffset;
851 if (gap > 0) {
852 fixOffset = -scrollBy(-gap, recycler, state);
860 gap = mOrientationHelper.getEndAfterPadding() - endOffset;
861 if (gap > 0) {
862 mOrientationHelper.offsetChildren(gap);
863 return gap + fixOffset;
874 int gap = startOffset - mOrientationHelper.getStartAfterPadding(); in fixLayoutStartGap() local
876 if (gap > 0) { in fixLayoutStartGap()
878 fixOffset = -scrollBy(gap, recycler, state); in fixLayoutStartGap()
[all …]
DStaggeredGridLayoutManager.java1247 int gap = mPrimaryOrientation.getEndAfterPadding() - maxEndLine;
1249 if (gap > 0) {
1250 fixOffset = -scrollBy(-gap, recycler, state);
1254 gap -= fixOffset;
1255 if (canOffsetChildren && gap > 0) {
1256 mPrimaryOrientation.offsetChildren(gap);
1263 int gap = minStartLine - mPrimaryOrientation.getStartAfterPadding();
1265 if (gap > 0) {
1266 fixOffset = scrollBy(gap, recycler, state);
1270 gap -= fixOffset;
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DDrawerArrowDrawable.java261 public void setGapSize(float gap) { in setGapSize() argument
262 if (gap != mBarGap) { in setGapSize()
263 mBarGap = gap; in setGapSize()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java925 float gap = keyframeArray[endIndex + 1].getFraction() - in loadPvh() local
927 distributeKeyframes(keyframeArray, gap, startIndex, endIndex); in loadPvh()
966 private static void distributeKeyframes(Keyframe[] keyframes, float gap, in distributeKeyframes() argument
969 float increment = gap / count; in distributeKeyframes()
/frameworks/base/docs/html/ndk/reference/
Ddoxygen.css53 -moz-column-gap: 1em;
54 -webkit-column-gap: 1em;
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd284 members. To bridge the gap, the compiler generates a couple of synthetic
Dsecurity-ssl.jd272 trust only root CAs directly, which leaves a short gap of trust between the server
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd236 very complex depending on your application. A short gap between when the location is acquired and
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd332 There should be a gap between targets of at least 8-16 dpi. For an optimized tappable experience,
/frameworks/base/core/java/android/widget/
DTextView.java10095 final float gap = textWidth / 3.0f; in start() local
10096 mGhostStart = lineWidth - textWidth + gap; in start()
10098 mGhostOffset = lineWidth + gap; in start()
/frameworks/base/docs/html/about/versions/
Dkitkat.jd656 significant gap.
Dandroid-4.4.jd277 … of a new resolution and the resolution of the output buffers change without a significant gap.</p>
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/api/
Dcurrent.txt14334 field public int gap;
Dsystem-current.txt15282 field public int gap;