Searched defs:gap (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DFrameInfo.h141 int64_t gap = endtime - starttime; local
142 gap = starttime > 0 ? gap : 0;
150 gap -= offset;
153 return gap > 0 ? gap : 0;
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java889 // figure out the start/end parameters of the current gap
890 // in fractions and distribute the gap among those keyframes
899 float gap = keyframeArray[endIndex + 1].getFraction() -
901 distributeKeyframes(keyframeArray, gap, startIndex, endIndex);
923 * Utility function to set fractions on keyframes to cover a gap in which the
925 * in this gap. For example, a gap of 1 keyframe in the range 0-1 will be at .5, a gap
936 * @param gap The total gap w
940 distributeKeyframes(Keyframe[] keyframes, float gap, int startIndex, int endIndex) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java250 * Returns the max gap between the bars when they are parallel to each other.
259 * Sets the max gap between the bars when they are parallel to each other.
261 * @param gap the gap in pixels
265 public void setGapSize(float gap) { argument
266 if (gap != mBarGap) {
267 mBarGap = gap;
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java85 /** Horizontal gap default for all rows */
94 /** Default gap between rows */
166 /** Default horizontal gap between keys in this row. */
168 /** Vertical gap following this row. */
245 /** Width of the key, not including the gap */
247 /** Height of the key, not including the gap */
249 /** The horizontal gap before this key */
250 public int gap; field in class:Keyboard.Key
318 gap = parent.defaultHorizontalGap;
346 gap
669 setHorizontalGap(int gap) argument
677 setVerticalGap(int gap) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp409 // with the minimum gap in measurements.
416 const nsecs_t gap = tmono2 - tmono; local
417 if (i == 0 || gap < bestGap) {
418 bestGap = gap;
/frameworks/av/services/audioflinger/
H A DThreads.cpp284 // with the minimum gap in measurements.
291 const nsecs_t gap = tmono2 - tmono; local
292 if (i == 0 || gap < bestGap) {
293 bestGap = gap;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 54 milliseconds