HomeSort by relevance Sort by last modified time
    Searched full:transitiontype (Results 1 - 19 of 19) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/
TransitionType.java 24 public class TransitionType {
54 public static TransitionType[] getTransitions(Context context) {
55 final TransitionType[] transitions = new TransitionType[8];
56 transitions[0] = new TransitionType(
59 transitions[1] = new TransitionType(
62 transitions[2] = new TransitionType(
65 transitions[3] = new TransitionType(
68 transitions[4] = new TransitionType(
71 transitions[5] = new TransitionType(
    [all...]
TransitionsAdapter.java 32 private final TransitionType[] mTransitions;
43 mTransitions = TransitionType.getTransitions(context);
49 public TransitionType[] getTransitions() {
86 final TransitionType transitionType = mTransitions[position];
87 final int type = transitionType.getType();
91 viewHolder.mNameView.setText(transitionType.getName());
102 TransitionType.TRANSITION_RESOURCE_IDS[(Integer)data]);
TransitionsActivity.java 85 final int transitionType = getIntent().getIntExtra(PARAM_TRANSITION_TYPE, -1);
86 if (transitionType >= 0) {
88 final TransitionType[] transitions = mAdapter.getTransitions();
90 if (transitions[i].getType() == transitionType) {
128 ((TransitionType)mAdapter.getItem(position)).getType());
  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java 160 int transitionType = LayoutTransition.APPEARING;
161 mLayoutTransition.setStartDelay(transitionType, delay);
162 assertEquals(delay, mLayoutTransition.getStartDelay(transitionType));
167 int transitionType = LayoutTransition.CHANGE_APPEARING;
168 mLayoutTransition.setStagger(transitionType, duration);
169 assertEquals(duration, mLayoutTransition.getStagger(transitionType));
186 ViewGroup container, View view, int transitionType) {
189 this.mTransitionType = transitionType;
194 ViewGroup container, View view, int transitionType) {
197 this.mTransitionType = transitionType;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTransition.java 30 import com.android.videoeditor.TransitionType;
287 return TransitionType.TRANSITION_TYPE_CROSSFADE;
292 return TransitionType.TRANSITION_TYPE_ALPHA_CONTOUR;
296 return TransitionType.TRANSITION_TYPE_ALPHA_DIAGONAL;
304 return TransitionType.TRANSITION_TYPE_FADE_BLACK;
308 return TransitionType.TRANSITION_TYPE_SLIDING_BOTTOM_OUT_TOP_IN;
312 return TransitionType.TRANSITION_TYPE_SLIDING_LEFT_OUT_RIGHT_IN;
316 return TransitionType.TRANSITION_TYPE_SLIDING_RIGHT_OUT_LEFT_IN;
320 return TransitionType.TRANSITION_TYPE_SLIDING_TOP_OUT_BOTTOM_IN;
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api_constants.cc 16 const char kTransitionTypeKey[] = "transitionType";
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 319 * Enables the specified transitionType for this LayoutTransition object.
324 * {@link #CHANGING} transitionType.
326 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
329 public void enableTransitionType(int transitionType) {
330 switch (transitionType) {
350 * Disables the specified transitionType for this LayoutTransition object.
353 * @param transitionType One of {@link #CHANGE_APPEARING}, {@link #CHANGE_DISAPPEARING},
356 public void disableTransitionType(int transitionType) {
357 switch (transitionType) {
377 * Returns whether the specified transitionType is enabled for this LayoutTransition object
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 110 * @typedef {{url: string, transitionType: NavigationCollector.NavigationType,
147 transitionType: null
205 this.pending_[id].transitionType = data.transitionType;
233 transitionType: this.pending_[id].transitionType,
262 transitionType: this.pending_[id].transitionType,
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayout.java 54 import com.android.videoeditor.TransitionType;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 239 View view, int transitionType) {}
242 View view, int transitionType) {
TabletStatusBar.java 520 View view, int transitionType) {
526 View view, int transitionType) {}
    [all...]
  /frameworks/base/docs/html/training/location/
geofencing.jd 409 int transitionType = mPrefs.getInt(
419 transitionType != GeofenceUtils.INVALID_INT_VALUE) {
424 transitionType);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilts/sdk/api/
11.xml     [all...]
12.xml     [all...]
  /external/chromium/chrome/common/extensions/docs/
experimental.webNavigation.html     [all...]
  /external/chromium/chrome/common/extensions/api/
extension_api.json     [all...]

Completed in 7729 milliseconds