HomeSort by relevance Sort by last modified time
    Searched full:stackview (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /cts/tests/tests/appwidget/res/layout/
collection_widget_layout.xml 18 <StackView xmlns:android="http://schemas.android.com/apk/res/android"
22 </StackView>
  /development/samples/StackWidget/
_index.html 3 to create a widget containing a <a href="../../../reference/android/widget/StackView.html"><code>StackView</code></a>
23 How to make a widget with a <a href="../../../reference/android/widget/StackView.html"><code>StackView</code></a>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsTransitionComposer.java 58 private static AppTransitionAnimationSpecCompat composeAnimationSpec(TaskStackView stackView,
71 // height (stackView height) and when transitioning to fullscreen app, the code below would
72 // force the task thumbnail to full stackView height immediately causing the transition
75 stackView.getStack().getFrontMostTask()) {
76 taskRect.bottom = taskRect.top + stackView.getMeasuredHeight();
97 final TaskStackView stackView, int windowingMode, int activityType, Rect windowRect) {
99 TaskView taskView = stackView.getChildViewForTask(task);
100 TaskStackLayoutAlgorithm stackLayout = stackView.getStackAlgorithm();
120 AppTransitionAnimationSpecCompat spec = composeAnimationSpec(stackView, taskView,
RecentsView.java     [all...]
TaskStackAnimationHelper.java 116 public TaskStackAnimationHelper(Context context, TaskStackView stackView) {
117 mStackView = stackView;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 41 <StackView ></StackView>
completion1-expected-completion12.txt 41 <StackView ></StackView>
completion9-expected-completion64.txt 41 <StackView ></StackView>
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
StackActivity.java 27 import android.widget.StackView;
38 StackView stack = findViewById(R.id.stack_view);
  /development/samples/HoneycombGallery/
_index.html 12 <li>For information on how to implement <a href="../../../reference/android/widget/StackView.html"><code>StackView</code></a>
13 and other adapter-based app widgets, see <a href="../StackWidget/index.html">StackView App Widget</a></li>
  /cts/tests/tests/widget/res/layout/
remoteviews_adapter.xml 21 <StackView
remoteviews_good.xml 82 <StackView
  /frameworks/base/tests/HwAccelerationTest/res/layout/
stack.xml 25 <StackView
  /packages/apps/Gallery2/res/layout/
appwidget_main.xml 37 <StackView
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsWidgetTest.java 52 import android.widget.StackView;
112 private StackView mStackView;
279 mStackView = (StackView) mAppWidgetHostView.findViewById(R.id.remoteViews_stack);
305 // And wait until the underlying StackView has been updated to switch to the requested
317 mStackView = (StackView) mAppWidgetHostView.findViewById(R.id.remoteViews_stack);
343 // And wait until the underlying StackView has been updated to switch to the expected
355 mStackView = (StackView) mAppWidgetHostView.findViewById(R.id.remoteViews_stack);
375 mStackView = (StackView) mAppWidgetHostView.findViewById(R.id.remoteViews_stack);
RemoteViewsTest.java 70 import android.widget.StackView;
423 assertTrue(mRemoteViews.onLoadClass(StackView.class));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
TaskViewFocusFrame.java 54 public TaskViewFocusFrame(Context context, TaskStackView stackView,
57 mSv = stackView;
  /development/samples/StackWidget/res/layout/
widget_layout.xml 20 <StackView xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/core/java/android/widget/
StackView.java 52 public class StackView extends AdapterViewAnimator {
53 private final String TAG = "StackView";
154 public StackView(Context context) {
161 public StackView(Context context, AttributeSet attrs) {
168 public StackView(Context context, AttributeSet attrs, int defStyleAttr) {
175 public StackView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
178 attrs, com.android.internal.R.styleable.StackView, defStyleAttr, defStyleRes);
214 // This sets the form of the StackView, which is currently to have the perspective-shifted
    [all...]
RemoteViews.java 105 * <li>{@link android.widget.StackView}</li>
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java     [all...]
  /frameworks/base/core/res/res/values/
styles_device_defaults.xml 127 <style name="Widget.DeviceDefault.StackView" parent="Widget.Material.StackView"/>
140 <style name="Widget.DeviceDefault.Light.StackView" parent="Widget.Material.Light.StackView"/>
styles_material.xml 614 <style name="Widget.Material.StackView">
    [all...]
styles_holo.xml 368 <style name="Widget.Holo.StackView">
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 359 class="android.widget.StackView"

Completed in 687 milliseconds

1 2 3 4 5 6 7