Searched refs:gap (Results 1 – 14 of 14) 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 | 616 dimensionSum += Math.min(key.width, key.height) + key.gap; in computeProximityThreshold()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | LinearLayoutManager.java | 797 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 …]
|
D | StaggeredGridLayoutManager.java | 1196 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/ |
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 | 272 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 | 9410 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/ |
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 | system-current.txt | 14319 field public int gap;
|
D | current.txt | 13599 field public int gap;
|