HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 1026 - 1050 of 1057) sorted by null

<<414243

  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
RemoteViewsAdapter.java 471 TextView loadingTextView = (TextView) layoutInflater.inflate(
    [all...]
SearchView.java 59 import android.widget.TextView.OnEditorActionListener;
373 * @see TextView#setImeOptions(int)
385 * @see TextView#setImeOptions(int)
396 * @see TextView#setInputType(int)
    [all...]
NumberPicker.java     [all...]
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 29 import android.widget.TextView;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 49 import android.widget.TextView;
143 //private TextView mNotificationVolumeTitle;
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 118 import android.widget.TextView;
168 implements View.OnClickListener, TextView.OnEditorActionListener,
265 private TextView mTextCounter; // Shows the number of characters used in text editor
266 private TextView mSendButtonMms; // Press to send mms
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 54 import android.widget.TextView;
    [all...]
Launcher.java 92 import android.widget.TextView;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 63 import android.widget.TextView;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 47 import android.widget.TextView;
144 private TextView mPreviewText;
344 mPreviewText = (TextView) inflate.inflate(previewLayout, null);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 73 import android.widget.TextView;
174 private TextView mExposureIndicator;
603 mExposureIndicator = (TextView) findViewById(R.id.onscreen_exposure_indicator);
    [all...]
VideoCamera.java 74 import android.widget.TextView;
173 private TextView mRecordingTimeView;
450 mRecordingTimeView = (TextView) findViewById(R.id.recording_time);
    [all...]
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 55 import android.widget.TextView;
  /frameworks/base/core/java/android/webkit/
CallbackProxy.java 39 import android.widget.TextView;
672 ((TextView) view.findViewById(R.id.message))
    [all...]
WebViewClassic.java 114 import android.widget.TextView;
591 private TextView mPasteTextView;
609 mPasteTextView = (TextView) inflater.inflate(
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 77 import android.widget.TextView;
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 107 import android.widget.TextView;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java 76 import android.widget.TextView;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 63 import android.widget.TextView;
151 private TextView mRecordingTimeView;
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 36 import android.widget.TextView;
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 41 import android.widget.TextView;
56 * <p>The {@link TextView} class also
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 94 import android.widget.TextView;
139 private TextView mTitleView;
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 1622 milliseconds

<<414243