Searched defs:widgets (Results 1 - 21 of 21) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DEditorRelativeLayout.java17 package com.android.videoeditor.widgets;
H A DItemMoveGestureListener.java17 package com.android.videoeditor.widgets;
H A DItemSimpleGestureListener.java17 package com.android.videoeditor.widgets;
H A DPreviewSurfaceView.java17 package com.android.videoeditor.widgets;
H A DScrollViewListener.java17 package com.android.videoeditor.widgets;
H A DMediaLinearLayoutListener.java17 package com.android.videoeditor.widgets;
H A DProgressBar.java17 package com.android.videoeditor.widgets;
H A DPlayheadView.java17 package com.android.videoeditor.widgets;
H A DTimelineRelativeLayout.java17 package com.android.videoeditor.widgets;
H A DAudioTrackView.java17 package com.android.videoeditor.widgets;
H A DHandleView.java17 package com.android.videoeditor.widgets;
H A DOverlayView.java17 package com.android.videoeditor.widgets;
H A DTimelineHorizontalScrollView.java17 package com.android.videoeditor.widgets;
H A DTransitionView.java17 package com.android.videoeditor.widgets;
H A DZoomControl.java17 package com.android.videoeditor.widgets;
H A DAudioTrackLinearLayout.java17 package com.android.videoeditor.widgets;
H A DImageViewTouchBase.java17 package com.android.videoeditor.widgets;
H A DOverlayLinearLayout.java17 package com.android.videoeditor.widgets;
H A DMediaItemView.java18 package com.android.videoeditor.widgets;
H A DMediaLinearLayout.java17 package com.android.videoeditor.widgets;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java167 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
459 // Get the list of widgets and shortcuts
462 List<AppWidgetProviderInfo> widgets =
466 for (AppWidgetProviderInfo widget : widgets) {
480 // The next layout pass will trigger data-ready if both widgets and apps are set, so request
831 private void prepareLoadWidgetPreviewsTask(int page, ArrayList<Object> widgets, argument
850 AsyncTaskPageData pageData = new AsyncTaskPageData(page, widgets, cellWidth, cellHeight,
1039 // For square widgets, we just have a fixed size for 1x1 and larger-than-1x1
1104 // Prepare the set of widgets to load previews for in the background
1430 // The next layout pass will trigger data-ready if both widgets an
[all...]

Completed in 230 milliseconds