OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withLayer
(Results
1 - 11
of
11
) sorted by null
/development/samples/devbytes/animation/PictureViewer/src/com/example/android/pictureviewer/
PictureViewer.java
76
prevImageView.animate().alpha(0).
withLayer
();
77
nextImageView.animate().alpha(1).
withLayer
().
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java
228
mViewPropertyAnimator.
withLayer
();
271
public LauncherViewPropertyAnimator
withLayer
() {
Workspace.java
[
all
...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java
616
.
withLayer
()
625
.
withLayer
()
637
.
withLayer
()
650
.
withLayer
()
677
.
withLayer
()
726
.
withLayer
()
801
.
withLayer
()
867
.
withLayer
()
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java
630
mSearchAndRemoveViewContainer.animate().
withLayer
().alpha(0)
634
mFragmentsFrame.animate().
withLayer
()
658
mSearchAndRemoveViewContainer.animate().
withLayer
().alpha(1).translationY(0)
667
mFragmentsFrame.animate().
withLayer
().translationY(0).setDuration(ANIMATION_DURATION)
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java
320
v.animate().
withLayer
().scaleX(s).scaleY(s).alpha(1f).setDuration(animationLen);
329
// we don't have .
withLayer
() on general Animators
391
squatter.animate().
withLayer
()
/frameworks/base/core/java/android/view/
ViewPropertyAnimator.java
694
* result in some inconsistency, including having the layer type restored to its pre-
withLayer
()
700
public ViewPropertyAnimator
withLayer
() {
[
all
...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java
[
all
...]
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
Completed in 2935 milliseconds