OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextView
(Results
1 - 4
of
4
) sorted by null
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java
320
final SkewableTextView
nextView
, final Runnable endAction) {
331
nextView
.setVisibility(View.VISIBLE);
332
nextView
.setSkewX(-.5f);
333
nextView
.setTranslationX(mContainer.getWidth());
335
ObjectAnimator nextMover = ObjectAnimator.ofFloat(
nextView
, View.TRANSLATION_X, 0);
338
ObjectAnimator nextSkewer = ObjectAnimator.ofFloat(
nextView
, "skewX", 0);
/frameworks/base/core/java/android/view/
AccessibilityInteractionController.java
510
View
nextView
= root.focusSearch(direction);
511
if (
nextView
!= null) {
512
next =
nextView
.createAccessibilityNodeInfo();
[
all
...]
/frameworks/base/core/java/android/widget/
AbsListView.java
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
Completed in 758 milliseconds