Searched refs:customContent (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DLauncherExtension.java175 FrameLayout customContent = new FrameLayout(LauncherExtension.this);
176 customContent.setBackgroundColor(Color.GRAY);
177 addToCustomContentPage(customContent, mCustomContentCallbacks, "");
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java364 View customContent = customScreen.getShortcutsAndWidgets().getChildAt(0);
365 if (customContent instanceof Insettable) {
366 ((Insettable) customContent).setInsets(mInsets);
727 public void addToCustomContentPage(View customContent, CustomContentCallbacks callbacks, argument
740 if (customContent instanceof Insettable) {
741 ((Insettable)customContent).setInsets(mInsets);
745 if (customContent.getParent() instanceof ViewGroup) {
746 ViewGroup parent = (ViewGroup) customContent.getParent();
747 parent.removeView(customContent);
750 customContent
[all...]
H A DLauncher.java1144 public void addToCustomContentPage(View customContent, argument
1146 mWorkspace.addToCustomContentPage(customContent, callbacks, description);

Completed in 81 milliseconds