OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expandedView
(Results
1 - 7
of
7
) sorted by null
/developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java
96
RemoteViews
expandedView
=
98
notification.bigContentView =
expandedView
;
/developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java
96
RemoteViews
expandedView
=
98
notification.bigContentView =
expandedView
;
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java
96
RemoteViews
expandedView
=
98
notification.bigContentView =
expandedView
;
/developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java
225
ImageView
expandedView
= (ImageView) findViewById(R.id.expanded);
227
mUIAnimation = new UIAnimation(containerView, thumbs,
expandedView
, animationDuration,
/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java
225
ImageView
expandedView
= (ImageView) findViewById(R.id.expanded);
227
mUIAnimation = new UIAnimation(containerView, thumbs,
expandedView
, animationDuration,
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java
225
ImageView
expandedView
= (ImageView) findViewById(R.id.expanded);
227
mUIAnimation = new UIAnimation(containerView, thumbs,
expandedView
, animationDuration,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java
267
ExpandedView
v = mExpandedViews.get(i);
268
saveViewUnchecked(v.
expandedView
, v.index);
362
final class
ExpandedView
{
364
ExpandedView
(View v, int i, int t) {
365
expandedView
= v;
372
final View
expandedView
; // expanded view
379
expandedView
.setAlpha(0);
410
grow_anim.setTarget(
expandedView
);
423
shrink_anim.setTarget(
expandedView
);
444
/** list of
ExpandedView
structure *
[
all
...]
Completed in 746 milliseconds