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
411
static class
Drawables
{
446
public
Drawables
(Context context) {
462
* Updates the list of displayed
drawables
to account for the current
466
* @return {@code true} if the displayed
drawables
changed
469
final Drawable previousLeft = mShowing[
Drawables
.LEFT];
470
final Drawable previousRight = mShowing[
Drawables
.RIGHT];
472
// First reset "left" and "right"
drawables
to their initial values
473
mShowing[
Drawables
.LEFT] = mDrawableLeftInitial;
474
mShowing[
Drawables
.RIGHT] = mDrawableRightInitial;
478
if (mDrawableStart != null && mShowing[
Drawables
.LEFT] == null)
6533
final TextView.Drawables
drawables
= mDrawables;
local
[
all
...]
Editor.java
112
import android.widget.TextView.
Drawables
;
523
Drawables
dr = mTextView.mDrawables;
525
mTextView.mDrawables = dr = new
Drawables
(mTextView.getContext());
555
final
Drawables
dr = mTextView.mDrawables;
588
final
Drawables
dr = mTextView.mDrawables;
[
all
...]
/frameworks/base/config/
preloaded-classes
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 250 milliseconds