Searched refs:before (Results 1 – 25 of 30) sorted by relevance
12
54 private void checkWord(String before, String expected) throws Exception { in checkWord() argument56 int cursor = before.indexOf('^'); in checkWord()57 assertTrue("Must set cursor position with ^ in " + before, cursor != -1); in checkWord()58 before = before.substring(0, cursor) + before.substring(cursor + 1); in checkWord()59 assertEquals(-1, before.indexOf('^')); in checkWord()60 assertEquals(-1, before.indexOf('[')); in checkWord()61 assertEquals(-1, before.indexOf(']')); in checkWord()63 Point positions = strategy.getWord(before, cursor); in checkWord()66 String after = before.substring(0, positions.x) + '[' + in checkWord()67 before.substring(positions.x, positions.y) + ']' + in checkWord()[all …]
31 private void check(String before, int replaceStart, int replaceEnd, String formatted, in check() argument35 document.set(before); in check()67 String before, String insert, String expected, in check() argument70 int replaceStart = before.indexOf('['); in check()72 before = before.substring(0, replaceStart) + before.substring(replaceStart + 1); in check()74 int replaceEnd = before.indexOf(']'); in check()76 before = before.substring(0, replaceEnd) + before.substring(replaceEnd + 1); in check()78 check(before, replaceStart, replaceEnd, insert, expected, prefs); in check()
33 public void checkInsertNewline(String before, String after) throws Exception { in checkInsertNewline() argument47 String newDocumentContent = stripCaret(before); in checkInsertNewline()52 int offset = updateCaret(viewer, before); in checkInsertNewline()
8 …fillEnabled is not set to true, the animation transformation is applied before the animation has …11 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached.…
6 …fillEnabled is not set to true, the animation transformation is applied before the animation has …9 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached.…
5 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached.…
48 android:completionThreshold : Defines the number of characters that the user must type before comp…88 android:fadeOffset : Time, in milliseconds, to wait before the gesture fades out after the user is…103 android:footerDividersEnabled : When set to false, the ListView will not draw the divider before e…110 android:gestureStrokeAngleThreshold : Minimum curve angle a stroke must contain before it is recogn…111 android:gestureStrokeLengthThreshold : Minimum length of a stroke before it is recognized as a gest…112 android:gestureStrokeSquarenessThreshold : Squareness threshold of a stroke before it is recognized…225 …layBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integ…
25 …layBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integ…
114 h2:hover:before, h3:hover:before, h4.includetoc:hover:before {
7 …th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''…
206 List<RuleAction> before = mPrevActions; in updateActions() local209 if (before == null) { in updateActions()213 if (!before.equals(after) || after.size() > mLayoutToolBar.getItemCount()) { in updateActions()226 RuleAction prevAction = before.get(actionIndex); in updateActions()229 if (actionIndex == before.size()) { in updateActions()232 prevAction = before.get(actionIndex); in updateActions()
54 public void onTextChanged(CharSequence s, int start, int before, int count) { in bindEditor()
171 String before = new String(bytes, Charsets.UTF_8); in describe() local173 document.replace(0, 0, before); in describe()178 String diff = getDiff(before, after); in describe()
82 XML_CONTENT:\n + whitespace before color90 XML_CONTENT:\n + whitespace before string109 XML_CONTENT: (2 spaces before the comment)
28 …chError_ProjectHasErrors=Your project contains error(s), please fix them before running your appli…
... ) protected void include (int, int) int before int after protected int size (boolean) boolean min ...
283 String before = document.get(); in checkNamespaceFix() local286 String diff = getDiff(before, after); in checkNamespaceFix()
26 rem Grab current directory before we change it
167 String before = document.get(); in checkEdits() local181 actual = getDiff(before, actual); in checkEdits()
376 Element before = children.get(index); in insertChildAt() local377 mElement.insertBefore(child, before); in insertChildAt()
229 if (expirationCalendar.before(today)) { in onShow()
610 where ADT tried to launch the activity before the app was installed.695 - Check compiler compliance level before compilation and abort if738 upgrading the plugin, before it works.771 - The res and assets folders now fully refresh before the build,
71 that license before distributing the Program.