Searched defs:big (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java119 boolean big(short vr) { method in class:LoaderDicom
208 if (big(e.mVR)) {
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c748 char big[256]; local
750 streamIndex, &big);
763 XATimedTextStreamInformation big; local
765 streamIndex, &big);
/frameworks/base/core/java/android/app/
H A DNotification.java783 public static final String EXTRA_TITLE_BIG = EXTRA_TITLE + ".big";
827 * {@link #extras} key: this is the longer text shown in the big form of a
852 public static final String EXTRA_LARGE_ICON_BIG = EXTRA_LARGE_ICON + ".big";
3464 private void resetStandardTemplateWithActions(RemoteViews big) { argument
3467 big.setViewVisibility(R.id.actions, View.GONE);
3468 big.removeAllViews(R.id.actions);
3470 big.setViewVisibility(R.id.notification_material_reply_container, View.GONE);
3471 big.setTextViewText(R.id.notification_material_reply_text_1, null);
3473 big.setViewVisibility(R.id.notification_material_reply_text_2, View.GONE);
3474 big
[all...]

Completed in 91 milliseconds