Searched defs:structure (Results 1 - 13 of 13) 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/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/service/voice/
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/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 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);
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
/frameworks/base/core/java/android/view/
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);
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...]
/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);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 509 milliseconds