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

/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DLauncherExtension.java177 FrameLayout customContent = new FrameLayout(LauncherExtension.this);
178 customContent.setBackgroundColor(Color.GRAY);
179 addToCustomContentPage(customContent, mCustomContentCallbacks, "");
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java374 View customContent = customScreen.getShortcutsAndWidgets().getChildAt(0);
375 if (customContent instanceof Insettable) {
376 ((Insettable) customContent).setInsets(mInsets);
767 public void addToCustomContentPage(View customContent, CustomContentCallbacks callbacks, argument
780 if (customContent instanceof Insettable) {
781 ((Insettable)customContent).setInsets(mInsets);
785 if (customContent.getParent() instanceof ViewGroup) {
786 ViewGroup parent = (ViewGroup) customContent.getParent();
787 parent.removeView(customContent);
790 customContent
[all...]
H A DLauncher.java1169 public void addToCustomContentPage(View customContent, argument
1171 mWorkspace.addToCustomContentPage(customContent, callbacks, description);

Completed in 79 milliseconds