Searched defs:is (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java11 * distributed under the License is distributed on an "AS IS" BASIS,
47 * A Drawable is a general abstraction for "something that can be drawn." Most
55 * mechanisms for its client to interact with what is being drawn:
59 * Drawable where it is drawn and how large it should be. All Drawables
65 * information about how to frame content that is placed inside of them.
66 * For example, a Drawable that is intended to be the frame for a button
71 * in which state it is to be drawn, such as "focused", "selected", etc.
75 * continuous controller that can modify the Drawable is displayed, such as
82 * simple way to do this is through the system facilities such as
104 * whose overall size is modifie
743 createFromStream(InputStream is, String srcName) argument
751 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName) argument
760 createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts) argument
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java11 * distributed under the License is distributed on an "AS IS" BASIS,
109 * The encoding type for deconding byte streams. This member variable is
113 * "Encoding" in vCard is different from "Charset". It is mainly used for
135 * Set for storing unkonwn TYPE attributes, which is not acceptable in vCard
146 * Set for storing unkonwn VALUE attributes, which is not acceptable in
165 * @return true when a given property name is a valid property name.
374 // This loop is developed so that we don't have to take care of bottle neck here.
385 } else if (ch == '.') { // Each group is followed by the dot.
510 // Update encoding right away, as this is neede
996 parse(InputStream is) argument
1027 parseOne(InputStream is) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp235 // happens earlier than AutoDecoderCancel object is added
322 // This is weird so let me explain: we could use the scale parameter
323 // directly, but for historical reasons this is how the corresponding
325 // The result is slightly different from simply using scale because of
395 static jobject nativeDecodeStreamScaled(JNIEnv* env, jobject clazz, jobject is, jbyteArray storage, argument
399 SkStream* stream = CreateJavaInputStreamAdaptor(env, is, storage, 0);
409 static jobject nativeDecodeStream(JNIEnv* env, jobject clazz, jobject is, jbyteArray storage, argument
412 return nativeDecodeStreamScaled(env, clazz, is, storage, padding, options, false, 1.0f);
450 with the same descriptor. This is only required if we didn't dup the
451 file descriptor, but it is O
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java11 * distributed under the License is distributed on an "AS IS" BASIS,
173 void setIsAirplaneMode(boolean is, int airplaneIcon); argument
249 // AIRPLANE_MODE_CHANGED is sent at boot; we've probably already missed it
326 // wimax is special
360 // Wimax is special
445 // In cdma, if a voice call is made, RSSI should switch to 1x.
557 // Though mPhone is a Manager, this call is not an IPC
576 // wimax is a special 4g network not handled by telephony
1013 // being routed over that link is tha
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java11 * distributed under the License is distributed on an "AS IS" BASIS,
386 // The timer of WAKE_LOCK_TIMEOUT is reset with each
396 Log.d(LOG_TAG, "NOTE: mReqWaiting is NOT 0 but"
420 // is the expected time to get response, all requests
422 // mRequestMessagesPending is 0 )while TIMEOUT occurs.
424 Log.e(LOG_TAG, "ERROR: mReqPending is NOT 0 but"
440 * The final message (length header omitted) is read into
442 * is returned. A return value of -1 indicates end-of-stream.
444 * @param is non-null; Stream to read from
450 private static int readRilMessage(InputStream is, byt argument
[all...]

Completed in 848 milliseconds

12