Home
last modified time | relevance | path

Searched defs:layout (Results 1 – 25 of 94) sorted by relevance

1234

/packages/apps/Settings/tests/robotests/src/com/android/settings/fingerprint/
DFingerprintPreferenceTest.java62 final FrameLayout layout = new FrameLayout(mContext); in bindAndClickDeleteButton_shouldInvokeOnDeleteListener() local
63 LayoutInflater.from(mContext).inflate(mPreference.getSecondTargetResId(), layout, true); in bindAndClickDeleteButton_shouldInvokeOnDeleteListener() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSystemFolderSelectorAdapter.java30 Set<String> initiallySelected, int layout) { in SystemFolderSelectorAdapter()
35 int layout, Folder excludedFolder) { in SystemFolderSelectorAdapter()
DUserFolderHierarchicalFolderSelectorAdapter.java25 Context context, Cursor folders, int layout, Folder excludedFolder) { in UserFolderHierarchicalFolderSelectorAdapter()
DHierarchicalFolderSelectorAdapter.java43 Set<String> initiallySelected, int layout) { in HierarchicalFolderSelectorAdapter()
49 int layout, Folder excludedFolder) { in HierarchicalFolderSelectorAdapter()
DAddableFolderSelectorAdapter.java35 Set<String> selected, int layout) { in AddableFolderSelectorAdapter()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DMultiLineTexture.java33 private MultiLineTexture(Layout layout) { in MultiLineTexture()
42 Layout layout = new StaticLayout(text, 0, text.length(), paint, in newInstance() local
/packages/apps/Contacts/tests/src/com/android/contacts/test/
DFragmentTestActivity.java43 final FrameLayout layout = new FrameLayout(this); in onCreate() local
/packages/apps/Email/provider_src/com/android/email/provider/
DFolderPickerSelectorAdapter.java32 Set<String> initiallySelected, int layout) { in FolderPickerSelectorAdapter()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessageHolder.java34 public MessageHolder(Context context, ViewGroup parent, int layout) { in MessageHolder()
DDocumentHolder.java49 public DocumentHolder(Context context, ViewGroup parent, int layout) { in DocumentHolder()
143 private static <V extends View> V inflateLayout(Context context, ViewGroup parent, int layout) { in inflateLayout()
/packages/apps/Settings/src/com/android/settings/password/
DSetupChooseLockGeneric.java71 LinearLayout layout = (LinearLayout) findViewById(R.id.content_parent); in onCreate() local
83 GlifPreferenceLayout layout = (GlifPreferenceLayout) view; in onViewCreated() local
128 GlifPreferenceLayout layout = (GlifPreferenceLayout) parent; in onCreateRecyclerView() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DVideoPreferenceTest.java69 final AspectRatioFrameLayout layout = in onBindViewHolder_hasCorrectRatio() local
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/
DSelectionDemoAdapter.java82 LinearLayout layout = inflateLayout(mContext, parent, R.layout.selection_demo_list_item); in onCreateViewHolder() local
100 Context context, ViewGroup parent, int layout) { in inflateLayout()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DFolderAccessibilityHelper.java35 public FolderAccessibilityHelper(CellLayout layout) { in FolderAccessibilityHelper()
DAccessibleDragListenerAdapter.java63 protected final void setEnableForLayout(CellLayout layout, boolean enable) { in setEnableForLayout()
DLauncherAccessibilityDelegate.java253 CellLayout layout = (CellLayout) host.getParent().getParent(); in getSupportedResizeActions() local
280 CellLayout layout = (CellLayout) host.getParent().getParent(); in performResizeAction() local
403 CellLayout layout = (CellLayout) workspace.getPageAt(screenIndex); in findSpaceOnWorkspace() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DSetupGlifLayoutActivity.java51 GlifLayout layout = findViewById(R.id.setup_wizard_layout); in initializeLayoutParams() local
/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java534 final CellLayout layout = (CellLayout) workspace.getChildAt(pageIndex); in handleHotseatButtonKeyEvent() local
567 private static ArrayList<View> getCellLayoutChildrenSortedSpatially(CellLayout layout, in getCellLayoutChildrenSortedSpatially()
607 private static View getIconInDirection(CellLayout layout, ViewGroup parent, int i, in getIconInDirection()
612 private static View getIconInDirection(CellLayout layout, ViewGroup parent, View v, in getIconInDirection()
623 private static View getClosestIconOnLine(CellLayout layout, ViewGroup parent, View v, in getClosestIconOnLine()
666 final CellLayout layout = (CellLayout) parent.getParent(); in handleIconKeyEvent() local
821 final CellLayout layout = (CellLayout) parent.getParent(); in handleFolderKeyEvent() local
DAppsCustomizePagedView.java301 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage() local
310 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage() local
880 CellLayout layout = (CellLayout) workspace.getChildAt(currentScreen); in onDropCompleted() local
993 private void setVisibilityOnChildren(ViewGroup layout, int visibility) { in setVisibilityOnChildren()
999 private void setupPage(PagedViewCellLayout layout) { in setupPage()
1023 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(page); in syncAppsPageItems() local
1154 private void setupPage(PagedViewGridLayout layout) { in setupPage()
1185 final PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page); in syncWidgetPageItems() local
1304 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page); in onSyncWidgetPageItems() local
1337 PagedViewGridLayout layout = new PagedViewGridLayout(context, mWidgetCountX, in syncPages() local
[all …]
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialsInstallDialog.java46 View layout = getLayoutInflater().inflate(R.layout.credentials_installed_dialog, null); in displayDialog() local
DWiFiInstaller.java74 View layout = getLayoutInflater().inflate(R.layout.wifi_main_dialog, null); in createMainDialog() local
/packages/apps/Settings/src/com/android/settings/
DSetupEncryptionInterstitial.java59 LinearLayout layout = (LinearLayout) findViewById(R.id.content_parent); in onCreate() local
DEncryptionInterstitial.java83 LinearLayout layout = (LinearLayout) findViewById(R.id.content_parent); in onCreate() local
146 GlifLayout layout = (GlifLayout) view; in onViewCreated() local
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java222 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onConfigurationChanged() local
242 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onPause() local
266 FrameLayout layout = (FrameLayout) ((Activity) mActivity).findViewById(R.id.footer); in onResume() local
/packages/apps/Gallery/src/com/android/camera/
DActionMenuButton.java75 final Layout layout = getLayout(); in draw() local

1234