OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Drawables
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/widget/
TextView.java
409
static class
Drawables
{
444
public
Drawables
(Context context) {
460
* Updates the list of displayed
drawables
to account for the current
464
* @return {@code true} if the displayed
drawables
changed
467
final Drawable previousLeft = mShowing[
Drawables
.LEFT];
468
final Drawable previousRight = mShowing[
Drawables
.RIGHT];
470
// First reset "left" and "right"
drawables
to their initial values
471
mShowing[
Drawables
.LEFT] = mDrawableLeftInitial;
472
mShowing[
Drawables
.RIGHT] = mDrawableRightInitial;
476
if (mDrawableStart != null && mShowing[
Drawables
.LEFT] == null)
6531
final TextView.Drawables
drawables
= mDrawables;
local
[
all
...]
Editor.java
111
import android.widget.TextView.
Drawables
;
518
Drawables
dr = mTextView.mDrawables;
520
mTextView.mDrawables = dr = new
Drawables
(mTextView.getContext());
550
final
Drawables
dr = mTextView.mDrawables;
583
final
Drawables
dr = mTextView.mDrawables;
[
all
...]
/frameworks/base/
preloaded-classes
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 161 milliseconds