OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setChangeBoundsStartDelay
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
TransitionHelper.java
110
public void
setChangeBoundsStartDelay
(Object changeBounds, View view, int startDelay);
112
public void
setChangeBoundsStartDelay
(Object changeBounds, int viewId, int startDelay);
114
public void
setChangeBoundsStartDelay
(Object changeBounds, String className,
267
public void
setChangeBoundsStartDelay
(Object changeBounds, View view, int startDelay) {
271
public void
setChangeBoundsStartDelay
(Object changeBounds, int viewId, int startDelay) {
275
public void
setChangeBoundsStartDelay
(Object changeBounds, String className,
423
public void
setChangeBoundsStartDelay
(Object changeBounds, View view, int startDelay) {
424
TransitionHelperKitkat.
setChangeBoundsStartDelay
(changeBounds, view, startDelay);
428
public void
setChangeBoundsStartDelay
(Object changeBounds, int viewId, int startDelay) {
429
TransitionHelperKitkat.
setChangeBoundsStartDelay
(changeBounds, viewId, startDelay)
[
all
...]
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
TransitionHelperKitkat.java
140
static void
setChangeBoundsStartDelay
(Object changeBounds, int viewId, int startDelay) {
144
static void
setChangeBoundsStartDelay
(Object changeBounds, View view, int startDelay) {
148
static void
setChangeBoundsStartDelay
(Object changeBounds, String className, int startDelay) {
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 400 milliseconds