Searched refs:mDrawIdentifier (Results 1 – 1 of 1) sorted by relevance
59 private String mDrawIdentifier; field in Cling83 mDrawIdentifier = a.getString(R.styleable.Cling_drawIdentifier); in Cling()120 return mDrawIdentifier; in getDrawIdentifier()124 if (mDrawIdentifier.equals(WORKSPACE_PORTRAIT)) { in getPunchThroughPositions()126 } else if (mDrawIdentifier.equals(WORKSPACE_LANDSCAPE)) { in getPunchThroughPositions()128 } else if (mDrawIdentifier.equals(WORKSPACE_LARGE)) { in getPunchThroughPositions()133 } else if (mDrawIdentifier.equals(ALLAPPS_PORTRAIT) || in getPunchThroughPositions()134 mDrawIdentifier.equals(ALLAPPS_LANDSCAPE) || in getPunchThroughPositions()135 mDrawIdentifier.equals(ALLAPPS_LARGE)) { in getPunchThroughPositions()153 return (mDrawIdentifier.equals(WORKSPACE_PORTRAIT) in onHoverEvent()[all …]