Home
last modified time | relevance | path

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

/frameworks/base/tools/orientationplot/
DREADME.txt48 2. Ensure that there is an appropriate gap between adjacent orientation angles
51 point in between the two orientations; that is the gap. The gap should be
57 There should be no gap observed initially. The algorithm should pick one
61 the measured orientation angle is now within the gap between the new
64 In other words, the hysteresis gap applies only when the measured orientation
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java249 public int gap; field in Keyboard.Key
317 gap = parent.defaultHorizontalGap; in Key()
345 gap = getDimensionOrFraction(a, in Key()
351 this.x += gap; in Key()
602 x += key.width + key.gap; in Keyboard()
623 totalGap += key.gap; in resize()
634 x += key.width + key.gap; in resize()
656 protected void setHorizontalGap(int gap) { in setHorizontalGap() argument
657 mDefaultHorizontalGap = gap; in setHorizontalGap()
664 protected void setVerticalGap(int gap) { in setVerticalGap() argument
[all …]
DKeyboardView.java616 dimensionSum += Math.min(key.width, key.height) + key.gap; in computeProximityThreshold()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java797 int gap = mOrientationHelper.getEndAfterPadding() - endOffset;
799 if (gap > 0) {
800 fixOffset = -scrollBy(-gap, recycler, state);
808 gap = mOrientationHelper.getEndAfterPadding() - endOffset;
809 if (gap > 0) {
810 mOrientationHelper.offsetChildren(gap);
811 return gap + fixOffset;
822 int gap = startOffset - mOrientationHelper.getStartAfterPadding(); in fixLayoutStartGap() local
824 if (gap > 0) { in fixLayoutStartGap()
826 fixOffset = -scrollBy(gap, recycler, state); in fixLayoutStartGap()
[all …]
DStaggeredGridLayoutManager.java1196 int gap = mPrimaryOrientation.getEndAfterPadding() - maxEndLine;
1198 if (gap > 0) {
1199 fixOffset = -scrollBy(-gap, recycler, state);
1203 gap -= fixOffset;
1204 if (canOffsetChildren && gap > 0) {
1205 mPrimaryOrientation.offsetChildren(gap);
1212 int gap = minStartLine - mPrimaryOrientation.getStartAfterPadding();
1214 if (gap > 0) {
1215 fixOffset = scrollBy(gap, recycler, state);
1219 gap -= fixOffset;
[all …]
/frameworks/base/docs/html/reference/renderscript/
Ddoxygen.css33 -moz-column-gap: 1em;
34 -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/core/java/android/widget/
DTextView.java9410 final float gap = textWidth / 3.0f; in start() local
9411 mGhostStart = lineWidth - textWidth + gap; in start()
9413 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/base/api/
Dsystem-current.txt14319 field public int gap;
Dcurrent.txt13599 field public int gap;