Searched refs:structure (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DAsyncStructure.java27 * Test for asynchronously creating additional assist structure.
35 public void onProvideVirtualStructure(ViewStructure structure) { argument
36 structure.setChildCount(1);
37 final ViewStructure child = structure.asyncNewChild(0);
H A DMainInteractionSession.java173 public void onHandleAssist(Bundle data, AssistStructure structure, AssistContent content) { argument
174 mAssistStructure = structure;
197 public void onHandleAssistSecondary(final Bundle data, final AssistStructure structure, argument
200 Log.i(TAG, "Showing assist structure after a few seconds...");
203 onHandleAssist(data, structure, content);
/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionSession.aidl33 void handleAssist(in Bundle assistData, in AssistStructure structure, in AssistContent content,
H A DVoiceInteractionSession.java117 public static final String KEY_STRUCTURE = "structure";
241 public void handleAssist(final Bundle data, final AssistStructure structure,
246 // structure), we don't block other incoming IPCs (such as the screenshot) to
252 if (structure != null) {
254 structure.ensureData();
261 data, failure == null ? structure : null, failure, content,
845 + " structure=" + args.arg2 + " content=" + args.arg3
1333 void doOnHandleAssist(Bundle data, AssistStructure structure, Throwable failure, argument
1338 onHandleAssist(data, structure, content);
1341 void doOnHandleAssistSecondary(Bundle data, AssistStructure structure, Throwabl argument
1380 onHandleAssist(@ullable Bundle data, @Nullable AssistStructure structure, @Nullable AssistContent content) argument
1419 onHandleAssistSecondary(@ullable Bundle data, @Nullable AssistStructure structure, @Nullable AssistContent content, int index, int count) argument
[all...]
/frameworks/rs/api/
H A Drs_time.spec49 summary: Date and time structure
51 Data structure for broken-down time components.
64 arg: rs_tm* local, "Pointer to time structure where the local time will be stored."
68 Converts the time specified by timer into a @rs_tm structure that provides year, month,
H A Drs_object_info.spec52 C structure definitions.
64 Samplers objects define how Allocations can be read as structure within a kernel.
202 If the Element describes a structure, RS_TYPE_NONE is returned. Use the rsElementGetSub*
214 For Elements that represents a structure, this function returns the sub-element at the
217 If the Element is not a structure or the index is greater or equal to the number of
241 Elements can be simple, such as an int or a float, or a structure with multiple
H A Drs_for_each.spec77 This structure is used to provide iteration information to a rsForEach call.
151 arg: size_t usrDataLen, "Size of the userData structure. This will be used to perform a shallow copy of the data if necessary."
/frameworks/base/core/java/android/widget/
H A DSwitch.java1406 public void onProvideStructure(ViewStructure structure) { argument
1407 super.onProvideStructure(structure);
1410 CharSequence oldText = structure.getText();
1412 structure.setText(switchText);
1416 structure.setText(newText);
H A DTextView.java2184 // Clearing drawables... can we free the data structure?
2190 // out all of the fields in the existing structure.
2387 // Clearing drawables... can we free the data structure?
2393 // out all of the fields in the existing structure.
8940 public void onProvideStructure(ViewStructure structure) { argument
8941 super.onProvideStructure(structure);
8952 structure.setText(getText(), getSelectionStart(), getSelectionEnd());
9008 structure.setText(text, selStart-expandedTopChar, selEnd-expandedTopChar);
9016 structure.setTextLines(lineOffsets, lineBaselines);
9043 structure
[all...]
/frameworks/base/core/java/android/view/
H A DView.java579 * themselves rather than by putting them in a separate structure.
6689 * Called when assist structure is being retrieved from a view as part of
6691 * @param structure Fill in with structured view data. The default implementation
6694 public void onProvideStructure(ViewStructure structure) { argument
6707 structure.setId(id, pkg, type, entry);
6709 structure.setId(id, null, null, null);
6711 structure.setDimens(mLeft, mTop, mScrollX, mScrollY, mRight - mLeft, mBottom - mTop);
6713 structure.setTransformation(getMatrix());
6715 structure.setElevation(getZ());
6716 structure
6760 onProvideVirtualStructure(ViewStructure structure) argument
6771 populateVirtualStructure(ViewStructure structure, AccessibilityNodeProvider provider, AccessibilityNodeInfo info) argument
6832 dispatchProvideStructure(ViewStructure structure) argument
[all...]
H A DViewGroup.java2980 public void dispatchProvideStructure(ViewStructure structure) { argument
2981 super.dispatchProvideStructure(structure);
2983 if (structure.getChildCount() == 0) {
2986 structure.setChildCount(childrenCount);
3042 final ViewStructure cstructure = structure.newChild(i);
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk77 # This only works if the class name matches the file name and the directory structure
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java420 AssistStructure structure = assistDataForActivity.data.getParcelable(
442 mSession.handleAssist(assistData, structure, content,
/frameworks/opt/net/wifi/tests/wifitests/
H A DAndroid.mk84 # This only works if the class name matches the file name and the directory structure
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java308 public void onProvideVirtualStructure(android.view.ViewStructure structure); argument
H A DWebView.java2490 public void onProvideVirtualStructure(ViewStructure structure) { argument
2491 mProvider.getViewDelegate().onProvideVirtualStructure(structure);
/frameworks/base/core/java/android/app/
H A DActivityThread.java2841 AssistStructure structure = mLastAssistStructures.get(i).get();
2842 if (structure != null) {
2843 structure.clearSendChannel();
2849 AssistStructure structure = null;
2858 structure = new AssistStructure(r.activity);
2874 if (structure == null) {
2875 structure = new AssistStructure();
2877 mLastAssistStructures.add(new WeakReference<>(structure));
2880 mgr.reportAssistContextExtras(cmd.requestToken, data, structure, content, referrer);
H A DIActivityManager.java531 AssistStructure structure, AssistContent content, Uri referrer) throws RemoteException;
530 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
H A DActivityManagerNative.java2436 AssistStructure structure = AssistStructure.CREATOR.createFromParcel(data);
2439 reportAssistContextExtras(token, extras, structure, content, referrer);
6178 public void reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, argument
6185 structure.writeToParcel(data, 0);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java692 public AssistStructure structure = null; field in class:ActivityManagerService.PendingAssistExtras
1021 * This optimized lookup structure maps from {@link UriPermission#targetUid}
12365 public void reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, argument
12370 pae.structure = structure;
12398 sendBundle.putParcelable(VoiceInteractionSession.KEY_STRUCTURE, pae.structure);

Completed in 3622 milliseconds