Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 13 of 13) 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.java615 dimensionSum += Math.min(key.width, key.height) + key.gap; in computeProximityThreshold()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java794 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 …]
DStaggeredGridLayoutManager.java1165 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/
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.jd271 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.java9378 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/
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/
Dcurrent.txt13549 field public int gap;