Searched refs:structure (Results 1 - 20 of 20) 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.java1403 public void onProvideStructure(ViewStructure structure) { argument
1404 super.onProvideStructure(structure);
1407 CharSequence oldText = structure.getText();
1409 structure.setText(switchText);
1413 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.
8935 public void onProvideStructure(ViewStructure structure) { argument
8936 super.onProvideStructure(structure);
8947 structure.setText(getText(), getSelectionStart(), getSelectionEnd());
9003 structure.setText(text, selStart-expandedTopChar, selEnd-expandedTopChar);
9011 structure.setTextLines(lineOffsets, lineBaselines);
9038 structure
[all...]
/frameworks/base/core/java/android/view/
H A DView.java579 * themselves rather than by putting them in a separate structure.
6620 * Called when assist structure is being retrieved from a view as part of
6622 * @param structure Fill in with structured view data. The default implementation
6625 public void onProvideStructure(ViewStructure structure) { argument
6638 structure.setId(id, pkg, type, entry);
6640 structure.setId(id, null, null, null);
6642 structure.setDimens(mLeft, mTop, mScrollX, mScrollY, mRight - mLeft, mBottom - mTop);
6644 structure.setTransformation(getMatrix());
6646 structure.setElevation(getZ());
6647 structure
6691 onProvideVirtualStructure(ViewStructure structure) argument
6702 populateVirtualStructure(ViewStructure structure, AccessibilityNodeProvider provider, AccessibilityNodeInfo info) argument
6763 dispatchProvideStructure(ViewStructure structure) argument
[all...]
H A DViewGroup.java3017 public void dispatchProvideStructure(ViewStructure structure) { argument
3018 super.dispatchProvideStructure(structure);
3020 if (structure.getChildCount() == 0) {
3023 structure.setChildCount(childrenCount);
3079 final ViewStructure cstructure = structure.newChild(i);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java416 AssistStructure structure = assistDataForActivity.data.getParcelable(
438 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.java2812 AssistStructure structure = mLastAssistStructures.get(i).get();
2813 if (structure != null) {
2814 structure.clearSendChannel();
2820 AssistStructure structure = null;
2829 structure = new AssistStructure(r.activity);
2845 if (structure == null) {
2846 structure = new AssistStructure();
2848 mLastAssistStructures.add(new WeakReference<>(structure));
2851 mgr.reportAssistContextExtras(cmd.requestToken, data, structure, content, referrer);
H A DIActivityManager.java530 AssistStructure structure, AssistContent content, Uri referrer) throws RemoteException;
529 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
H A DActivityManagerNative.java2435 AssistStructure structure = AssistStructure.CREATOR.createFromParcel(data);
2438 reportAssistContextExtras(token, extras, structure, content, referrer);
6146 public void reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, argument
6153 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.java676 public AssistStructure structure = null; field in class:ActivityManagerService.PendingAssistExtras
1005 * This optimized lookup structure maps from {@link UriPermission#targetUid}
12284 public void reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, argument
12289 pae.structure = structure;
12317 sendBundle.putParcelable(VoiceInteractionSession.KEY_STRUCTURE, pae.structure);

Completed in 439 milliseconds