/frameworks/base/libs/hwui/ |
D | FrameInfo.h | 137 int64_t gap = endtime - starttime; in duration() local 138 gap = starttime > 0 ? gap : 0; in duration() 146 gap -= offset; in duration() 149 return gap > 0 ? gap : 0; in duration()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | LinearLayoutManagerBaseConfigSetTest.java | 244 int gap = helper.getDecoratedStart(vh.itemView); in dontRecycleViewsTranslatedOutOfBoundsFromStart() local 245 scrollBy(gap); in dontRecycleViewsTranslatedOutOfBoundsFromStart() 246 gap = helper.getDecoratedStart(vh.itemView); in dontRecycleViewsTranslatedOutOfBoundsFromStart() 247 assertThat("test sanity", gap, is(0)); in dontRecycleViewsTranslatedOutOfBoundsFromStart() 278 int gap = helper.getEnd() - helper.getDecoratedEnd(vh.itemView); in dontRecycleViewsTranslatedOutOfBoundsFromEnd() local 279 scrollBy(-gap); in dontRecycleViewsTranslatedOutOfBoundsFromEnd() 280 gap = helper.getEnd() - helper.getDecoratedEnd(vh.itemView); in dontRecycleViewsTranslatedOutOfBoundsFromEnd() 281 assertThat("test sanity", gap, is(0)); in dontRecycleViewsTranslatedOutOfBoundsFromEnd()
|
D | StaggeredGridLayoutManagerBaseConfigSetTest.java | 752 int gap = helper.getDecoratedStart(vh.itemView); in dontRecycleViewsTranslatedOutOfBoundsFromStart() local 753 scrollBy(gap); in dontRecycleViewsTranslatedOutOfBoundsFromStart() 754 gap = helper.getDecoratedStart(vh.itemView); in dontRecycleViewsTranslatedOutOfBoundsFromStart() 755 assertThat("test sanity", gap, is(0)); in dontRecycleViewsTranslatedOutOfBoundsFromStart() 789 int gap = helper.getEnd() - helper.getDecoratedEnd(vh.itemView); in dontRecycleViewsTranslatedOutOfBoundsFromEnd() local 790 scrollBy(-gap); in dontRecycleViewsTranslatedOutOfBoundsFromEnd() 791 gap = helper.getEnd() - helper.getDecoratedEnd(vh.itemView); in dontRecycleViewsTranslatedOutOfBoundsFromEnd() 792 assertThat("test sanity", gap, is(0)); in dontRecycleViewsTranslatedOutOfBoundsFromEnd()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 250 public int gap; field in Keyboard.Key 318 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() argument 670 mDefaultHorizontalGap = gap; in setHorizontalGap() 677 protected void setVerticalGap(int gap) { in setVerticalGap() argument [all …]
|
D | KeyboardView.java | 625 dimensionSum += Math.min(key.width, key.height) + key.gap; in computeProximityThreshold()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 50 2. Ensure that there is an appropriate gap between adjacent orientation angles 53 point in between the two orientations; that is the gap. The gap should be 59 There should be no gap observed initially. The algorithm should pick one 63 the measured orientation angle is now within the gap between the new 66 In other words, the hysteresis gap applies only when the measured orientation
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | LinearLayoutManager.java | 873 int gap = mOrientationHelper.getEndAfterPadding() - endOffset; 875 if (gap > 0) { 876 fixOffset = -scrollBy(-gap, recycler, state); 884 gap = mOrientationHelper.getEndAfterPadding() - endOffset; 885 if (gap > 0) { 886 mOrientationHelper.offsetChildren(gap); 887 return gap + fixOffset; 898 int gap = startOffset - mOrientationHelper.getStartAfterPadding(); in fixLayoutStartGap() local 900 if (gap > 0) { in fixLayoutStartGap() 902 fixOffset = -scrollBy(gap, recycler, state); in fixLayoutStartGap() [all …]
|
D | StaggeredGridLayoutManager.java | 1363 int gap = mPrimaryOrientation.getEndAfterPadding() - maxEndLine; 1365 if (gap > 0) { 1366 fixOffset = -scrollBy(-gap, recycler, state); 1370 gap -= fixOffset; 1371 if (canOffsetChildren && gap > 0) { 1372 mPrimaryOrientation.offsetChildren(gap); 1382 int gap = minStartLine - mPrimaryOrientation.getStartAfterPadding(); 1384 if (gap > 0) { 1385 fixOffset = scrollBy(gap, recycler, state); 1389 gap -= fixOffset; [all …]
|
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/ |
D | DrawerArrowDrawable.java | 261 public void setGapSize(float gap) { in setGapSize() argument 262 if (gap != mBarGap) { in setGapSize() 263 mBarGap = gap; in setGapSize()
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 899 float gap = keyframeArray[endIndex + 1].getFraction() - in loadPvh() local 901 distributeKeyframes(keyframeArray, gap, startIndex, endIndex); in loadPvh() 940 private static void distributeKeyframes(Keyframe[] keyframes, float gap, in distributeKeyframes() argument 943 float increment = gap / count; in distributeKeyframes()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiQualifiedNetworkSelector.java | 300 long gap = mClock.elapsedRealtime() - mLastQualifiedNetworkSelectionTimeStamp; in needQualifiedNetworkSelection() local 301 if (gap < MINIMUM_QUALIFIED_NETWORK_SELECTION_INTERVAL) { in needQualifiedNetworkSelection() 303 + gap + " ms!"); in needQualifiedNetworkSelection()
|
/frameworks/base/media/java/android/media/ |
D | Cea708CaptionRenderer.java | 1910 float gap = Math.min(1 - scaleCol, scaleCol); in initWindow() local 1944 scaleStartCol = scaleCol - gap; in initWindow() 1945 scaleEndCol = scaleCol + gap; in initWindow() 1963 float gap = Math.min(1 - scaleRow, scaleRow); in initWindow() local 1964 scaleStartRow = scaleRow - gap; in initWindow() 1965 scaleEndRow = scaleRow + gap; in initWindow()
|
/frameworks/base/docs/html/ndk/reference/ |
D | doxygen.css | 53 -moz-column-gap: 1em; 54 -webkit-column-gap: 1em;
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 412 const nsecs_t gap = tmono2 - tmono; in getMonoToBoottimeOffset() local 413 if (i == 0 || gap < bestGap) { in getMonoToBoottimeOffset() 414 bestGap = gap; in getMonoToBoottimeOffset()
|
/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/docs/html/design/wear/ |
D | watchfaces.jd | 332 There should be a gap between targets of at least 8-16 dpi. For an optimized tappable experience,
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 291 const nsecs_t gap = tmono2 - tmono; in adjustTimebaseOffset() local 292 if (i == 0 || gap < bestGap) { in adjustTimebaseOffset() 293 bestGap = gap; in adjustTimebaseOffset()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 10304 final float gap = textWidth / 3.0f; in start() local 10305 mGhostStart = lineWidth - textWidth + gap; in start() 10307 mGhostOffset = lineWidth + gap; in start()
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 655 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/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13597 field public int gap;
|
/frameworks/base/api/ |
D | current.txt | 18917 field public int gap;
|
D | system-current.txt | 20118 field public int gap;
|