OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeInfinite
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/openexr/Imath/
ImathBox.h
104
void
makeInfinite
();
192
inline void Box<T>::
makeInfinite
()
375
void
makeInfinite
();
448
inline void Box<Vec2<T> >::
makeInfinite
()
617
void
makeInfinite
();
691
inline void Box<Vec3<T> >::
makeInfinite
()
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewSyncTests.java
83
static ValueAnimator
makeInfinite
(ValueAnimator a) {
148
return
makeInfinite
(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
158
return
makeInfinite
(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
164
return
makeInfinite
(ObjectAnimator.ofPropertyValuesHolder(view, pvhX, pvhY));
192
view ->
makeInfinite
(ObjectAnimator.ofInt(view, "offset", 10, 30)),
252
view ->
makeInfinite
(ObjectAnimator.ofPropertyValuesHolder(view,
272
return
makeInfinite
(ObjectAnimator.ofPropertyValuesHolder(view,
292
return
makeInfinite
(ObjectAnimator.ofPropertyValuesHolder(view,
Completed in 350 milliseconds