Searched refs:gap (Results 1 – 19 of 19) sorted by relevance
133 int64_t gap = endtime - starttime; in duration() local134 gap = starttime > 0 ? gap : 0; in duration()142 gap -= offset; in duration()145 return gap > 0 ? gap : 0; in duration()
250 public int gap; field in Keyboard.Key318 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() argument670 mDefaultHorizontalGap = gap; in setHorizontalGap()677 protected void setVerticalGap(int gap) { in setVerticalGap() argument[all …]
616 dimensionSum += Math.min(key.width, key.height) + key.gap; in computeProximityThreshold()
50 2. Ensure that there is an appropriate gap between adjacent orientation angles53 point in between the two orientations; that is the gap. The gap should be59 There should be no gap observed initially. The algorithm should pick one63 the measured orientation angle is now within the gap between the new66 In other words, the hysteresis gap applies only when the measured orientation
849 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() local876 if (gap > 0) { in fixLayoutStartGap()878 fixOffset = -scrollBy(gap, recycler, state); in fixLayoutStartGap()[all …]
1247 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 …]
261 public void setGapSize(float gap) { in setGapSize() argument262 if (gap != mBarGap) { in setGapSize()263 mBarGap = gap; in setGapSize()
925 float gap = keyframeArray[endIndex + 1].getFraction() - in loadPvh() local927 distributeKeyframes(keyframeArray, gap, startIndex, endIndex); in loadPvh()966 private static void distributeKeyframes(Keyframe[] keyframes, float gap, in distributeKeyframes() argument969 float increment = gap / count; in distributeKeyframes()
53 -moz-column-gap: 1em;54 -webkit-column-gap: 1em;
284 members. To bridge the gap, the compiler generates a couple of synthetic
272 trust only root CAs directly, which leaves a short gap of trust between the server
236 very complex depending on your application. A short gap between when the location is acquired and
332 There should be a gap between targets of at least 8-16 dpi. For an optimized tappable experience,
10095 final float gap = textWidth / 3.0f; in start() local10096 mGhostStart = lineWidth - textWidth + gap; in start()10098 mGhostOffset = lineWidth + gap; in start()
656 significant gap.
277 … of a new resolution and the resolution of the output buffers change without a significant gap.</p>
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
14334 field public int gap;
15282 field public int gap;