HomeSort by relevance Sort by last modified time
    Searched refs:defStyle (Results 501 - 525 of 556) sorted by null

<<212223

  /frameworks/support/core-ui/java/android/support/v4/widget/
SlidingPaneLayout.java 261 public SlidingPaneLayout(Context context, AttributeSet attrs, int defStyle) {
262 super(context, attrs, defStyle);
    [all...]
DrawerLayout.java 375 public DrawerLayout(Context context, AttributeSet attrs, int defStyle) {
376 super(context, attrs, defStyle);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 120 public DialpadSlidingRelativeLayout(Context context, AttributeSet attrs, int defStyle) {
121 super(context, attrs, defStyle);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 154 public ImageShow(Context context, AttributeSet attrs, int defStyle) {
155 super(context, attrs, defStyle);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 230 public MessageHeaderView(Context context, AttributeSet attrs, int defStyle) {
231 super(context, attrs, defStyle);
    [all...]
  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
CarDrawerLayout.java 267 public CarDrawerLayout(final Context context, AttributeSet attrs, int defStyle) {
268 super(context, attrs, defStyle);
    [all...]
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 190 public MLand(Context context, AttributeSet attrs, int defStyle) {
191 super(context, attrs, defStyle);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 493 public RecyclerView(Context context, @Nullable AttributeSet attrs, int defStyle) {
494 super(context, attrs, defStyle);
496 TypedArray a = context.obtainStyledAttributes(attrs, CLIP_TO_PADDING_ATTR, defStyle, 0);
532 defStyle, defStyleRes);
540 createLayoutManager(context, layoutManagerName, attrs, defStyle, defStyleRes);
544 defStyle, defStyleRes);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 202 public EditStyledText(Context context, AttributeSet attrs, int defStyle) {
203 super(context, attrs, defStyle);
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 263 public GridLayout(Context context, AttributeSet attrs, int defStyle) {
264 super(context, attrs, defStyle);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 605 public FilmstripView(Context context, AttributeSet attrs, int defStyle) {
606 super(context, attrs, defStyle);
    [all...]
  /prebuilts/sdk/current/support/v7/preference/libs/
android-support-v7-preference.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 177 public CellLayout(Context context, AttributeSet attrs, int defStyle) {
178 super(context, attrs, defStyle);
187 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CellLayout, defStyle, 0);
    [all...]
Workspace.java 278 * @param defStyle Unused.
280 public Workspace(Context context, AttributeSet attrs, int defStyle) {
281 super(context, attrs, defStyle);
299 R.styleable.Workspace, defStyle, 0);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 313 * @param defStyle Unused.
315 public Workspace(Context context, AttributeSet attrs, int defStyle) {
316 super(context, attrs, defStyle);
329 R.styleable.Workspace, defStyle, 0);
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java     [all...]

Completed in 596 milliseconds

<<212223