Searched refs:gap (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tools/orientationplot/ |
D | README.txt | 48 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/ |
D | Keyboard.java | 249 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 …]
|
D | KeyboardView.java | 615 dimensionSum += Math.min(key.width, key.height) + key.gap; in computeProximityThreshold()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | LinearLayoutManager.java | 794 int gap = mOrientationHelper.getEndAfterPadding() - endOffset; 796 if (gap > 0) { 797 fixOffset = -scrollBy(-gap, recycler, state); 805 gap = mOrientationHelper.getEndAfterPadding() - endOffset; 806 if (gap > 0) { 807 mOrientationHelper.offsetChildren(gap); 808 return gap + fixOffset; 819 int gap = startOffset - mOrientationHelper.getStartAfterPadding(); in fixLayoutStartGap() local 821 if (gap > 0) { in fixLayoutStartGap() 823 fixOffset = -scrollBy(gap, recycler, state); in fixLayoutStartGap() [all …]
|
D | StaggeredGridLayoutManager.java | 1165 int gap = mPrimaryOrientation.getEndAfterPadding() - maxEndLine; 1167 if (gap > 0) { 1168 fixOffset = -scrollBy(-gap, recycler, state); 1172 gap -= fixOffset; 1173 if (canOffsetChildren && gap > 0) { 1174 mPrimaryOrientation.offsetChildren(gap); 1181 int gap = minStartLine - mPrimaryOrientation.getStartAfterPadding(); 1183 if (gap > 0) { 1184 fixOffset = scrollBy(gap, recycler, state); 1188 gap -= fixOffset; [all …]
|
/frameworks/base/docs/html/reference/renderscript/ |
D | doxygen.css | 33 -moz-column-gap: 1em; 34 -webkit-column-gap: 1em;
|
/frameworks/base/docs/html/training/articles/ |
D | perf-tips.jd | 284 members. To bridge the gap, the compiler generates a couple of synthetic
|
D | security-ssl.jd | 271 trust only root CAs directly, which leaves a short gap of trust between the server
|
/frameworks/base/docs/html/guide/topics/location/ |
D | strategies.jd | 236 very complex depending on your application. A short gap between when the location is acquired and
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 9378 final float gap = textWidth / 3.0f; in start() local 9379 mGhostStart = lineWidth - textWidth + gap; in start() 9381 mGhostOffset = lineWidth + gap; in start()
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 656 significant gap.
|
D | android-4.4.jd | 277 … of a new resolution and the resolution of the output buffers change without a significant gap.</p>
|
/frameworks/base/api/ |
D | current.txt | 13549 field public int gap;
|