HomeSort by relevance Sort by last modified time
    Searched full:protected (Results 576 - 600 of 40743) sorted by null

<<21222324252627282930>>

  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 41 protected String mLogTag = getClass().getSimpleName();
44 protected void onCreate(Bundle savedInstanceState) {
58 protected void onPause() {
64 protected void onDestroy() {
70 protected void onResume() {
82 protected void onPostCreate(Bundle savedInstanceState) {
88 protected void onStart() {
97 protected void onStop() {
138 protected void setDescription(@StringRes int textId) {
149 protected void setBackgroundColor(@ColorRes int colorId)
    [all...]
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 41 protected String mLogTag = getClass().getSimpleName();
44 protected void onCreate(Bundle savedInstanceState) {
58 protected void onPause() {
64 protected void onDestroy() {
70 protected void onResume() {
82 protected void onPostCreate(Bundle savedInstanceState) {
88 protected void onStart() {
97 protected void onStop() {
138 protected void setDescription(@StringRes int textId) {
149 protected void setBackgroundColor(@ColorRes int colorId)
    [all...]
  /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 41 protected String mLogTag = getClass().getSimpleName();
44 protected void onCreate(Bundle savedInstanceState) {
58 protected void onPause() {
64 protected void onDestroy() {
70 protected void onResume() {
82 protected void onPostCreate(Bundle savedInstanceState) {
88 protected void onStart() {
97 protected void onStop() {
138 protected void setDescription(@StringRes int textId) {
149 protected void setBackgroundColor(@ColorRes int colorId)
    [all...]
  /external/flatbuffers/php/
Table.php 25 protected $bb_pos;
29 protected $bb;
51 protected function __offset($vtable_offset)
61 protected function __indirect($offset)
72 protected function __string($offset)
84 protected function __vector_len($offset)
95 protected function __vector($offset)
102 protected function __vector_as_bytes($vector_offset, $elem_size=1)
117 protected function __union($table, $offset)
131 protected static function __has_identifier($bb, $ident
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 42 protected final InterpreterDescriptor mDescriptor;
43 protected final Context mContext;
44 protected final ProgressDialog mDialog;
45 protected final AsyncTaskListener<Boolean> mListener;
47 protected final String mInterpreterRoot;
88 protected void onPreExecute() {
103 protected void onPostExecute(Boolean result) {
115 protected Boolean doInBackground(Void... params) {
131 protected boolean isInstalled() {
136 protected abstract boolean cleanup()
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
ImageClassifierFloatInception.java 51 protected String getModelPath() {
58 protected String getLabelPath() {
63 protected int getImageSizeX() {
68 protected int getImageSizeY() {
73 protected int getNumBytesPerChannel() {
79 protected void addPixelValue(int pixelValue) {
86 protected float getProbability(int labelIndex) {
91 protected void setProbability(int labelIndex, Number value) {
96 protected float getNormalizedProbability(int labelIndex) {
102 protected void runInference()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
CustomListPreference.java 43 protected void onPrepareDialogBuilder(AlertDialog.Builder builder,
47 protected void onDialogClosed(boolean positiveResult) {
50 protected Dialog onDialogCreated(DialogFragment fragment, Dialog dialog) {
54 protected boolean isAutoClosePreference() {
66 protected CharSequence getConfirmationMessage(String value) {
70 protected void onDialogStateRestored(DialogFragment fragment, Dialog dialog,
94 protected void onPrepareDialogBuilder(AlertDialog.Builder builder) {
131 protected OnClickListener getOnItemClickListener() {
143 protected void setClickedDialogEntryIndex(int which) {
156 protected void onItemConfirmed()
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
IfdData.java 50 static protected int[] getIfds() {
57 protected ExifTag[] getAllTags() {
70 protected int getId() {
78 protected ExifTag getTag(short tagId) {
85 protected ExifTag setTag(ExifTag tag) {
90 protected boolean checkCollision(short tagId) {
97 protected void removeTag(short tagId) {
104 protected int getTagCount() {
111 protected void setOffsetToNextIfd(int offset) {
118 protected int getOffsetToNextIfd()
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
IfdData.java 50 static protected int[] getIfds() {
57 protected ExifTag[] getAllTags() {
70 protected int getId() {
78 protected ExifTag getTag(short tagId) {
85 protected ExifTag setTag(ExifTag tag) {
90 protected boolean checkCollision(short tagId) {
97 protected void removeTag(short tagId) {
104 protected int getTagCount() {
111 protected void setOffsetToNextIfd(int offset) {
118 protected int getOffsetToNextIfd()
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java 50 static protected int[] getIfds() {
57 protected ExifTag[] getAllTags() {
70 protected int getId() {
78 protected ExifTag getTag(short tagId) {
85 protected ExifTag setTag(ExifTag tag) {
90 protected boolean checkCollision(short tagId) {
97 protected void removeTag(short tagId) {
104 protected int getTagCount() {
111 protected void setOffsetToNextIfd(int offset) {
118 protected int getOffsetToNextIfd()
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
IfdData.java 50 protected static int[] getIfds() {
57 protected ExifTag[] getAllTags() {
70 protected int getId() {
78 protected ExifTag getTag(short tagId) {
85 protected ExifTag setTag(ExifTag tag) {
90 protected boolean checkCollision(short tagId) {
97 protected void removeTag(short tagId) {
104 protected int getTagCount() {
111 protected void setOffsetToNextIfd(int offset) {
118 protected int getOffsetToNextIfd()
    [all...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleFeaturePreferenceFragment.java 34 protected SwitchBar mSwitchBar;
35 protected ToggleSwitch mToggleSwitch;
37 protected String mPreferenceKey;
39 protected CharSequence mSettingsTitle;
40 protected Intent mSettingsIntent;
88 protected void updateSwitchBarText(SwitchBar switchBar) {
94 protected abstract void onPreferenceToggled(String preferenceKey, boolean enabled);
96 protected void onInstallSwitchBarToggleSwitch() {
100 protected void onRemoveSwitchBarToggleSwitch() {
119 protected void onProcessArguments(Bundle arguments)
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 41 protected static final String TAG = "AccountPreferenceBase";
42 protected static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
49 protected AuthenticatorHelper mAuthenticatorHelper;
50 protected UserHandle mUserHandle;
51 protected AccountTypePreferenceLoader mAccountTypePreferenceLoader;
79 protected void onAuthDescriptionsUpdated() {
86 protected void onSyncStateUpdated() {
125 protected Drawable getDrawableForType(final String accountType) {
129 protected CharSequence getLabelForType(final String accountType) {
133 protected String formatSyncDate(Date date)
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
ParentalControlsFragment.java 46 protected String getTitle() {
56 protected List<Item> getItemList() {
63 protected void onUpdate() {
72 protected void onSelected() {
91 protected SideFragment getFragment() {
98 protected void onBind(View view) {
104 protected void onUpdate() {
122 protected void onUnbind() {
133 protected SideFragment getFragment() {
142 protected void onSelected()
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BaseManagedProfileTest.java 38 protected DevicePolicyManager mDevicePolicyManager;
39 protected DevicePolicyManager mParentDevicePolicyManager;
40 protected Context mContext;
43 protected void setUp() throws Exception {
59 protected DevicePolicyManager getDevicePolicyManager(boolean isParent) {
  /cts/tests/app/app/src/android/app/stubs/
MockTabActivity.java 38 protected void onCreate(Bundle savedInstanceState) {
54 protected void onChildTitleChanged(Activity childActivity, CharSequence title) {
60 protected void onPostCreate(Bundle icicle) {
66 protected void onRestoreInstanceState(Bundle state) {
72 protected void onSaveInstanceState(Bundle outState) {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
FragmentContainerActivity.java 35 protected void onCreate(@Nullable Bundle savedInstanceState) {
46 protected void onStart() {
53 protected void onResume() {
60 protected void onPause() {
67 protected void onStop() {
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSBase.java 59 protected void waitForMessage() {
65 protected boolean FoundError = false;
66 protected RSErrorHandler mRsError = new RSErrorHandler() {
76 protected void setUp() throws Exception {
87 protected void checkForErrors() {
  /cts/tests/tests/security/src/android/security/cts/
MediaMetadataRetrieverTest.java 31 protected Resources mResources;
32 protected MediaMetadataRetriever mRetriever;
35 protected void setUp() throws Exception {
42 protected void tearDown() throws Exception {
47 protected void setDataSourceFd(int resid) {
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
PositionMetric.java 21 protected enum Origin {
27 protected enum LayoutMode {
42 protected static void validateValue(float value, LayoutMode layoutMode) throws IllegalArgumentException {
57 protected float getAbsolutePosition(float size, Origin origin) {
70 protected float getRelativePosition(float size, Origin origin) {
  /external/autotest/frontend/client/src/autotest/afe/
HostDataSource.java 17 protected static final String LOCKED_TEXT = "locked_text";
18 protected static final String OTHER_LABELS = "other_labels";
19 protected static final String HOST_ACLS = "host_acls";
29 protected List<JSONObject> handleJsonResult(JSONValue result) {
40 protected void processHost(JSONObject host) {
  /external/clang/include/clang/ARCMigrate/
ARCMTActions.h 21 protected:
29 protected:
38 protected:
48 protected:
68 protected:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
IterCollationIterator.java 53 protected long handleNextCE32() {
62 protected char handleGetTrailSurrogate() {
69 protected void forwardNumCodePoints(int num) {
74 protected void backwardNumCodePoints(int num) {
78 protected UCharacterIterator iter;
  /external/libedit/src/
read.h 44 protected int read_init(EditLine *);
45 protected void read_prepare(EditLine *);
46 protected void read_finish(EditLine *);
47 protected int el_read_setfn(EditLine *, el_rfunc_t);
48 protected el_rfunc_t el_read_getfn(EditLine *);
  /external/proguard/src/proguard/evaluation/value/
IdentifiedValueFactory.java 33 protected int integerID;
34 protected int longID;
35 protected int floatID;
36 protected int doubleID;
37 protected int referenceID;

Completed in 3814 milliseconds

<<21222324252627282930>>