Searched refs:presentation (Results 1 – 4 of 4) sorted by relevance
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/ |
D | ResponseHelper.java | 54 final RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in newUnlockedDataset() local 62 dataset.setValue(id, AutofillValue.forText(value), presentation, in newUnlockedDataset() 65 dataset.setValue(id, AutofillValue.forText(value), presentation); in newUnlockedDataset() 86 RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in newLockedDataset() local 91 lockedDataset.setValue(id, null, presentation, inlinePresentation) in newLockedDataset() 94 lockedDataset.setValue(id, null, presentation) in newLockedDataset() 107 RemoteViews presentation = in newDatasetPresentation() local 109 presentation.setTextViewText(R.id.text, text); in newDatasetPresentation() 110 return presentation; in newDatasetPresentation()
|
D | InlineFillService.java | 92 RemoteViews presentation = ResponseHelper.newDatasetPresentation(getPackageName(), in onFillRequest() local 99 .setAuthentication(ids, authentication, presentation, inlinePresentation) in onFillRequest()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 181 DemoPresentation presentation = mActivePresentations.valueAt(i); in onPause() local 183 mSavedPresentationContents.put(displayId, presentation.mContents); in onPause() 184 presentation.dismiss(); in onPause() 208 DemoPresentation presentation = new DemoPresentation(this, display, contents); in showPresentation() local 209 presentation.show(); in showPresentation() 210 presentation.setOnDismissListener(mOnDismissListener); in showPresentation() 211 mActivePresentations.put(displayId, presentation); in showPresentation() 219 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation() local 220 if (presentation == null) { in hidePresentation() 226 presentation.dismiss(); in hidePresentation() [all …]
|
/development/samples/browseable/DoneBar/ |
D | _index.jd | 11 In this presentation, a done bar replaces the action
|